CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/TrigXMonitor/python/HLTSeedL1LogicScalers_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltSeedL1Logic = cms.EDAnalyzer('HLTSeedL1LogicScalers',
00004 
00005     l1GtLabel = cms.InputTag("l1GtUnpack","","HLT"),
00006     processname = cms.string("HLT"),
00007     l1BeforeMask = cms.bool(False),
00008     # input tag for GT readout collection: 
00009     #     GT emulator, GT unpacker:  gtDigis  
00010     L1GtDaqReadoutRecordInputTag = cms.InputTag("gtDigis"),
00011     
00012     # input tags for GT lite record
00013     #     L1 GT lite record producer:  l1GtRecord  
00014     L1GtRecordInputTag = cms.InputTag("l1GtRecord"),
00015 
00016 
00017     DQMFolder = cms.untracked.string("HLT/HLTSeedL1LogicScalers_EvF"),
00018     monitorPaths = cms.untracked.vstring(
00019             'HLT_L1MuOpen',
00020             'HLT_L1Mu',
00021             'HLT_Mu3',
00022             'HLT_L1SingleForJet',
00023             'HLT_SingleLooseIsoTau20',
00024             'HLT_MinBiasEcal'
00025       )
00026 
00027 )