CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonHcalIsoTrack_cfi.py
Go to the documentation of this file.
2 
3 hltMonHcalIsoTrack = cms.EDAnalyzer('HLTMonHcalIsoTrack',
4 folderName=cms.string("HLT/HCAL/HLT_IsoTrack"),
5 SaveToRootFile=cms.bool(False),
6 outputRootFileName=cms.string("hltHITdqm.root"),
7 useProducerCollections=cms.bool(True),
8 hltRAWTriggerEventLabel=cms.string("hltTriggerSummaryRAW"),
9 hltAODTriggerEventLabel=cms.string("hltTriggerSummaryAOD"),
10 
11 triggers=cms.VPSet(
12  cms.PSet(
13  triggerName=cms.string('HLT_IsoTrackHE'),
14  l2collectionLabel=cms.string("hltIsolPixelTrackProdHE"),
15  l3collectionLabel=cms.string("hltHITIPTCorrectorHE"),
16 
17  hltL3filterLabel=cms.string("hltIsolPixelTrackL3FilterHE"),
18  hltL2filterLabel=cms.string("hltIsolPixelTrackL2FilterHE"),
19  hltL1filterLabel=cms.string("hltL1sL1SingleJet52")
20  ),
21  cms.PSet(
22  triggerName=cms.string('HLT_IsoTrackHB'),
23  l2collectionLabel=cms.string("hltIsolPixelTrackProdHB"),
24  l3collectionLabel=cms.string("hltHITIPTCorrectorHB"),
25 
26  hltL3filterLabel=cms.string("hltIsolPixelTrackL3FilterHB"),
27  hltL2filterLabel=cms.string("hltIsolPixelTrackL2FilterHB"),
28  hltL1filterLabel=cms.string("hltL1sL1SingleJet52")
29  )
30 ),
31 
32 hltProcessName=cms.string("HLT")
33 )
34