src
L1TriggerConfig
DTTPGConfigProducers
python
L1DTConfig_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#Include configuration ParameterSets
4
from
L1TriggerConfig.DTTPGConfigProducers.L1DTConfigParams_cff
import
*
5
from
L1TriggerConfig.DTTPGConfigProducers.L1DTConfigMap_cff
import
*
6
L1DTConfig = cms.ESProducer(
"DTConfigTrivialProducer"
,
7
DTTPGMapBlock,
8
DTTPGParametersBlock,
9
TracoLutsFromDB = cms.bool(
False
),
10
UseBtiAcceptParam = cms.bool(
False
),
11
# Digi Pedestal # of BXes
12
bxOffset = cms.int32(19),
13
# Digi Pedestal fine Phase
14
finePhase = cms.double(25.)
15
)
L1DTConfigMap_cff
L1DTConfigParams_cff
Generated for CMSSW Reference Manual by
1.8.14