1 import FWCore.ParameterSet.Config
as cms
7 L1DTConfigFromDB = cms.ESProducer(
"DTConfigDBProducer",
11 cfgConfig = cms.bool(
False),
12 bxOffset = cms.int32(19),
13 finePhase = cms.double(25.),
14 TracoLutsFromDB = cms.bool(
True),
15 UseBtiAcceptParam = cms.bool(
True),
16 UseT0 = cms.bool(
False),
27 debugDB = cms.bool(
False),
28 debugBti = cms.int32(0),
29 debugTraco = cms.int32(0),
30 debugTSP = cms.bool(
False),
31 debugTST = cms.bool(
False),
32 debugTU = cms.bool(
False),
33 debugSC = cms.bool(
False),
34 debugLUTs = cms.bool(
False),
35 debug = cms.bool(
False),
36 debugPed = cms.bool(
False)