CMS 3D CMS Logo

L1DTConfigParams_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigBti_cff import *
00004 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigTraco_cff import *
00005 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigTSTheta_cff import *
00006 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigTSPhi_cff import *
00007 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigTU_cff import *
00008 from L1TriggerConfig.DTTPGConfigProducers.L1DTConfigSectColl_cff import *
00009 DTTPGParametersBlock = cms.PSet(
00010     DTTPGParameters = cms.PSet(
00011         SectCollParametersBlock,
00012         Debug = cms.untracked.bool(False),
00013         TUParameters = cms.PSet(
00014             TracoParametersBlock,
00015             TSPhiParametersBlock,
00016             TSThetaParametersBlock,
00017             TUParamsBlock,
00018             BtiParametersBlock
00019         )
00020     )
00021 )
00022 
00023 

Generated on Tue Jun 9 17:40:26 2009 for CMSSW by  doxygen 1.5.4