CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrigPrimTask_cfi.py
Go to the documentation of this file.
1 trigPrimTask = dict(
2  runOnEmul = True,
3  expectedTiming = 3,
4  HLTCaloPath = 'HLT_SingleJet*',
5  HLTMuonPath = 'HLT_Mu5_v*'
6 )
7 
8 trigPrimTaskPaths = dict(
9  EtReal = "TriggerPrimitives/Et/TPTask TP Et 1D",
10  EtEmul = "TriggerPrimitives/Et/TPTask emul Et 1D",
11  EtMaxEmul = "TriggerPrimitives/Et/TPTask emul max Et 1D",
12  EtRealMap = "TriggerPrimitives/Et/TPTask TP Et",
13  EtEmulMap = "TriggerPrimitives/Et/Emulation/TPTask emul Et",
14  MatchedIndex = "TriggerPrimitives/EmulMatching/MatchIndex/TPTask emul index matching real",
15  EmulMaxIndex = "TriggerPrimitives/EmulMatching/TPTask emul max Et index",
16  TimingError = "TriggerPrimitives/EmulMatching/Errors/Timing/",
17  EtVsBx = "TriggerPrimitives/Et/TPTask TP Et vs BX",
18  OccVsBx = "TriggerPrimitives/TPTask TP number vs BX",
19  HighIntMap = "TriggerPrimitives/TPTask tower high interest occupancy",
20  MedIntMap = "TriggerPrimitives/TPTask tower med interest occupancy",
21  LowIntMap = "TriggerPrimitives/TPTask tower low interest occupancy",
22  TTFlags = "TriggerPrimitives/TPTask TT flags",
23  TTFMismatch = "TriggerPrimitives/TPTask TT flag mismatch",
24  TimingCalo = "TriggerPrimitives/TPTask TP timing calo triggers",
25  TimingMuon = "TriggerPrimitives/TPTask TP timing muon triggers",
26  EtEmulError = "TriggerPrimitives/EmulMatching/Errors/Et/",
27  FGEmulError = "TriggerPrimitives/EmulMatching/Errors/FineGrainBit/"
28 )