DQM
L1TMonitor
python
L1TBMTFAlgoSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1tBmtfAlgoSelector = cms.EDProducer(
4
'L1TBMTFAlgoSelector'
,
5
# verbose = cms.untracked.bool(False),
6
bmtfKalman = cms.InputTag(
"simKBmtfDigis:BMTF"
),
7
bmtfLegacy = cms.InputTag(
"simBmtfDigis:BMTF"
),
8
feds = cms.InputTag(
"rawDataCollector"
)
9
)
10
Generated for CMSSW Reference Manual by
1.8.16