File indexing completed on 2024-04-06 12:22:15
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigParams_cff import *
0005 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigMap_cff import *
0006
0007 L1DTConfigFromDB = cms.ESProducer("DTConfigDBProducer",
0008 DTTPGMapBlock,
0009 DTTPGParametersBlock,
0010
0011 cfgConfig = cms.bool(False),
0012 bxOffset = cms.int32(19),
0013 finePhase = cms.double(25.),
0014 TracoLutsFromDB = cms.bool(True),
0015 UseBtiAcceptParam = cms.bool(True),
0016 UseT0 = cms.bool(False),
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027 debugDB = cms.bool(False),
0028 debugBti = cms.int32(0),
0029 debugTraco = cms.int32(0),
0030 debugTSP = cms.bool(False),
0031 debugTST = cms.bool(False),
0032 debugTU = cms.bool(False),
0033 debugSC = cms.bool(False),
0034 debugLUTs = cms.bool(False),
0035 debug = cms.bool(False),
0036 debugPed = cms.bool(False)
0037 )