Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:18:37

0001 #ifndef TRIGGER_LL1DEFS_H
0002 #define TRIGGER_LL1DEFS_H
0003 
0004 namespace LL1Defs
0005 {
0006 
0007   enum MBDTriggerWord
0008   {
0009     _N_NHIT = 0,
0010     _S_NHIT = 1,
0011     _N_TSUM = 2,
0012     _S_TSUM = 3,
0013     _N_TAVG = 4,
0014     _S_TAVG = 5,
0015     _N_TREM = 6,
0016     _S_TREM = 7,
0017     _VTX_SUB = 8,
0018     _VTX_ADD = 9
0019   };
0020 
0021 }
0022 
0023 #endif