CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigFromDB_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Include configuration ParameterSets
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 ### 110202 SV CONFIGURATIONS, LUTs and ACCEPT. FROM DB
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 ### 110202 SV LUTs from geometry
00018 #    TracoLutsFromDB = cms.bool(False),
00019 ### 110202 SV BTI trigger acceptance from geometry
00020 #    UseBtiAcceptParam = cms.bool(False),
00021 ### 110202 SV CONFIGURATIONS FROM CFF files and luts and accept.from geometry
00022 #    cfgConfig  = cms.bool(True),
00023 #    TracoLutsFromDB = cms.bool(False),
00024 #    UseBtiAcceptParam = cms.bool(False),
00025 #    UseT0 = cms.bool(False),
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 )