CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTSeedL1LogicScalers_cfi.py
Go to the documentation of this file.
2 
3 hltSeedL1Logic = cms.EDAnalyzer('HLTSeedL1LogicScalers',
4 
5  l1GtLabel = cms.InputTag("l1GtUnpack","","HLT"),
6  processname = cms.string("HLT"),
7  l1BeforeMask = cms.bool(False),
8  # input tag for GT readout collection:
9  # GT emulator, GT unpacker: gtDigis
10  L1GtDaqReadoutRecordInputTag = cms.InputTag("gtDigis"),
11 
12  # input tags for GT lite record
13  # L1 GT lite record producer: l1GtRecord
14  L1GtRecordInputTag = cms.InputTag("l1GtRecord"),
15 
16 
17  DQMFolder = cms.untracked.string("HLT/HLTSeedL1LogicScalers_EvF"),
18  monitorPaths = cms.untracked.vstring(
19  'HLT_L1MuOpen',
20  'HLT_L1Mu',
21  'HLT_Mu3',
22  'HLT_L1SingleForJet',
23  'HLT_SingleLooseIsoTau20',
24  'HLT_MinBiasEcal'
25  )
26 
27 )