CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DQM/HLTEvF/python/HLTMonHcalIsoTrack_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HLTMonHcalIsoTrack = cms.EDAnalyzer('HLTMonHcalIsoTrack',
00004 folderName=cms.string("HLT/HCAL/HLT_IsoTrack"),
00005 SaveToRootFile=cms.bool(False),
00006 outputRootFileName=cms.string("hltHITdqm.root"),
00007 useProducerCollections=cms.bool(True),
00008 hltRAWTriggerEventLabel=cms.string("hltTriggerSummaryRAW"),
00009 hltAODTriggerEventLabel=cms.string("hltTriggerSummaryAOD"),
00010 
00011 triggers=cms.VPSet(
00012         cms.PSet(
00013         triggerName=cms.string('HLT_IsoTrackHE'),
00014         l2collectionLabel=cms.string("hltIsolPixelTrackProdHE"),
00015         l3collectionLabel=cms.string("hltHITIPTCorrectorHE"),
00016 
00017         hltL3filterLabel=cms.string("hltIsolPixelTrackL3FilterHE"), 
00018         hltL2filterLabel=cms.string("hltIsolPixelTrackL2FilterHE"), 
00019         hltL1filterLabel=cms.string("hltL1sL1SingleJet52")  
00020         ),
00021         cms.PSet(
00022         triggerName=cms.string('HLT_IsoTrackHB'),
00023         l2collectionLabel=cms.string("hltIsolPixelTrackProdHB"),
00024         l3collectionLabel=cms.string("hltHITIPTCorrectorHB"),
00025 
00026         hltL3filterLabel=cms.string("hltIsolPixelTrackL3FilterHB"),
00027         hltL2filterLabel=cms.string("hltIsolPixelTrackL2FilterHB"),
00028         hltL1filterLabel=cms.string("hltL1sL1SingleJet52")
00029         )
00030 ),
00031         
00032 hltProcessName=cms.string("HLT")
00033 )
00034