Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigParams_cff import *
00005 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigMap_cff import *
00006
00007 L1DTConfigFromDB = cms.ESProducer("DTConfigDBProducer",
00008 DTTPGMapBlock,
00009 DTTPGParametersBlock,
00010
00011 cfgConfig = cms.bool(False),
00012 bxOffset = cms.int32(19),
00013 finePhase = cms.double(25.),
00014 TracoLutsFromDB = cms.bool(True),
00015 UseBtiAcceptParam = cms.bool(True),
00016 UseT0 = cms.bool(False),
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 debugDB = cms.bool(False),
00028 debugBti = cms.int32(0),
00029 debugTraco = cms.int32(0),
00030 debugTSP = cms.bool(False),
00031 debugTST = cms.bool(False),
00032 debugTU = cms.bool(False),
00033 debugSC = cms.bool(False),
00034 debugLUTs = cms.bool(False),
00035 debug = cms.bool(False),
00036 debugPed = cms.bool(False)
00037 )