CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TriggerTypeDefs_cfi.py
Go to the documentation of this file.
1 #
2 # Constants taken from DataFormats/HLTReco/interface/TriggerTypeDefs.h
3 # for better readability of the python configuration code here
4 #
5 # comments are also copied from there
6 #
7 # not sure whether this should be a _cfi.py or _cff.py
8 
9 #----------------------------------------
10 # enum start value shifted to 81 so as to avoid clashes with PDG codes
11 #
12 # L1 - using cases as defined in enum L1GtObject, file:
13 # DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h
14 
15 TriggerL1Mu = -81
16 TriggerL1NoIsoEG = -82
17 TriggerL1IsoEG = -83
18 TriggerL1CenJet = -84
19 TriggerL1ForJet = -85
20 TriggerL1TauJet = -86
21 TriggerL1ETM = -87
22 TriggerL1ETT = -88
23 TriggerL1HTT = -89
24 TriggerL1HTM = -90
25 TriggerL1JetCounts = -91
26 TriggerL1HfBitCounts = -92
27 TriggerL1HfRingEtSums = -93
28 TriggerL1TechTrig = -94
29 TriggerL1Castor = -95
30 TriggerL1BPTX = -96
31 TriggerL1GtExternal = -97
32 
33 # HLT
34 
35 TriggerPhoton = +81
36 TriggerElectron = +82
37 TriggerMuon = +83
38 TriggerTau = +84
39 TriggerJet = +85
40 TriggerBJet = +86
41 TriggerMET = +87
42 TriggerTET = +88
43 TriggerTHT = +89
44 TriggerMHT = +90
45 TriggerTrack = +91
46 TriggerCluster = +92
47 TriggerMETSig = +93
48 TriggerELongit = +94
49 TriggerMHTSig = +95
50 TriggerHLongit = +96