CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HLTSeedL1LogicScalers_cfi Namespace Reference

Variables

tuple hltSeedL1Logic
 

Variable Documentation

tuple HLTSeedL1LogicScalers_cfi.hltSeedL1Logic
Initial value:
1 = cms.EDAnalyzer('HLTSeedL1LogicScalers',
2 
3  l1GtLabel = cms.InputTag("l1GtUnpack","","HLT"),
4  processname = cms.string("HLT"),
5  l1BeforeMask = cms.bool(False),
6  # input tag for GT readout collection:
7  # GT emulator, GT unpacker: gtDigis
8  L1GtDaqReadoutRecordInputTag = cms.InputTag("gtDigis"),
9 
10  # input tags for GT lite record
11  # L1 GT lite record producer: l1GtRecord
12  L1GtRecordInputTag = cms.InputTag("l1GtRecord"),
13 
14 
15  DQMFolder = cms.untracked.string("HLT/HLTSeedL1LogicScalers_EvF"),
16  monitorPaths = cms.untracked.vstring(
17  'HLT_L1MuOpen',
18  'HLT_L1Mu',
19  'HLT_Mu3',
20  'HLT_L1SingleForJet',
21  'HLT_SingleLooseIsoTau20',
22  'HLT_MinBiasEcal'
23  )
24 
25 )

Definition at line 3 of file HLTSeedL1LogicScalers_cfi.py.