CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1DTConfig_cfi.py
Go to the documentation of this file.
2 
3 #Include configuration ParameterSets
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 )