CMS 3D CMS Logo

L1DTConfigFromDB_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Include configuration ParameterSets
6 
7 L1DTConfigFromDB = cms.ESProducer("DTConfigDBProducer",
8  DTTPGMapBlock,
9  DTTPGParametersBlock,
10 
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),
17 
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)
37 )