CMS 3D CMS Logo

Variables

HLTSeedL1LogicScalers_cfi Namespace Reference

Variables

tuple hltSeedL1Logic

Variable Documentation

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

Definition at line 3 of file HLTSeedL1LogicScalers_cfi.py.