Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:28

0001 #ifndef DataFormats_L1GlobalTrigger_L1GtDefinitions_h
0002 #define DataFormats_L1GlobalTrigger_L1GtDefinitions_h
0003 
0004 enum L1GtConditionType {
0005   TypeNull,
0006   Type1s,
0007   Type2s,
0008   Type2wsc,
0009   Type2cor,
0010   Type3s,
0011   Type4s,
0012   TypeETM,
0013   TypeETT,
0014   TypeHTT,
0015   TypeHTM,
0016   TypeJetCounts,
0017   TypeCastor,
0018   TypeHfBitCounts,
0019   TypeHfRingEtSums,
0020   TypeBptx,
0021   TypeExternal,
0022   Type2corWithOverlapRemoval,
0023   L1GtConditionTypeInvalid = -1
0024 };
0025 
0026 /// condition categories
0027 enum L1GtConditionCategory {
0028   CondNull,
0029   CondMuon,
0030   CondCalo,
0031   CondEnergySum,
0032   CondJetCounts,
0033   CondCorrelation,
0034   CondCastor,
0035   CondHfBitCounts,
0036   CondHfRingEtSums,
0037   CondBptx,
0038   CondExternal,
0039   CondCorrelationWithOverlapRemoval,
0040   L1GtConditionCategoryInvalid = -1
0041 };
0042 
0043 #endif