CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/special/python/hltHITdqm_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltHITdqm = cms.EDAnalyzer('DQMHcalIsoTrackHLT',
00004 folderName=cms.string("HLT/HLT_IsoTrack"),
00005 SaveToRootFile=cms.bool(False),
00006 outputRootFileName=cms.string("hltHITdqm.root"),
00007 
00008 hltRAWTriggerEventLabel=cms.string("hltTriggerSummaryRAW"),
00009 hltAODTriggerEventLabel=cms.string("hltTriggerSummaryAOD"),
00010 
00011 useHLTDebug=cms.bool(False),
00012 l2collectionLabel=cms.string("hltIsolPixelTrackProd"),
00013 l3collectionLabel=cms.string("hltHITIPTCorrector"),
00014                              
00015 hltL3filterLabel=cms.string("hltIsolPixelTrackFilter"),
00016 hltL2filterLabel=cms.string("hltIsolPixelTrackFilterL2"),
00017 hltL1filterLabel=cms.string("hltL1sHLTIsoTrack"),
00018                              
00019 hltProcessName=cms.string("HLT")
00020 )