CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigTSTheta_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TSThetaParametersBlock = cms.PSet(
00004     TSThetaParameters = cms.PSet(
00005         # Debug flag
00006         Debug = cms.untracked.bool(False)
00007     )
00008 )
00009 
00010