CMS 3D CMS Logo

L1DTConfig_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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 )