CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DQM/EcalBarrelMonitorTasks/python/TrigPrimTask_cfi.py

Go to the documentation of this file.
00001 trigPrimTask = dict(
00002     runOnEmul = True,
00003     expectedTiming = 3,
00004     HLTCaloPath = 'HLT_SingleJet*',
00005     HLTMuonPath = 'HLT_Mu5_v*'
00006 )
00007 
00008 trigPrimTaskPaths = dict(
00009     EtReal = "TriggerPrimitives/Et/TPTask TP Et 1D",
00010     EtEmul = "TriggerPrimitives/Et/TPTask emul Et 1D",
00011     EtMaxEmul = "TriggerPrimitives/Et/TPTask emul max Et 1D",
00012     EtRealMap = "TriggerPrimitives/Et/TPTask TP Et",
00013     EtEmulMap = "TriggerPrimitives/Et/Emulation/TPTask emul Et",
00014     MatchedIndex = "TriggerPrimitives/EmulMatching/MatchIndex/TPTask emul index matching real",
00015     EmulMaxIndex = "TriggerPrimitives/EmulMatching/TPTask emul max Et index",
00016     TimingError = "TriggerPrimitives/EmulMatching/Errors/Timing/",
00017     EtVsBx = "TriggerPrimitives/Et/TPTask TP Et vs BX",
00018     OccVsBx = "TriggerPrimitives/TPTask TP number vs BX",
00019     HighIntMap     = "TriggerPrimitives/TPTask tower high interest occupancy",
00020     MedIntMap      = "TriggerPrimitives/TPTask tower med interest occupancy",
00021     LowIntMap      = "TriggerPrimitives/TPTask tower low interest occupancy",
00022     TTFlags          = "TriggerPrimitives/TPTask TT flags",
00023     TTFMismatch      = "TriggerPrimitives/TPTask TT flag mismatch",
00024     TimingCalo = "TriggerPrimitives/TPTask TP timing calo triggers",
00025     TimingMuon = "TriggerPrimitives/TPTask TP timing muon triggers",
00026     EtEmulError = "TriggerPrimitives/EmulMatching/Errors/Et/",
00027     FGEmulError = "TriggerPrimitives/EmulMatching/Errors/FineGrainBit/"
00028 )