Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:13:25

0001 // ----------------------------------------------------------------------------
0002 /*! \file    TriggerClusterTupleMakerLinkDef.h'
0003  *  \authors Derek Anderson
0004  *  \date    06.06.2024
0005  *
0006  *  A Fun4All module to dump trigger clusters
0007  *  into an NTuple
0008  */
0009 // ----------------------------------------------------------------------------
0010 
0011 #pragma once
0012 
0013 #ifdef __CINT__
0014 
0015 #pragma link C++ class TriggerClusterTupleMaker
0016 
0017 #endif  // end if __CINT__
0018 
0019 // end ------------------------------------------------------------------------