CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigLUTs_cff.py

Go to the documentation of this file.
00001 # 091104 SV this is just a prototype for debug issues,
00002 # values are meaningless since luts are different from each TRACO
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 LutParametersBlock = cms.PSet(
00006     LutParameters = cms.PSet(
00007         Debug = cms.untracked.bool(False), ## Debug flag
00008         BTIC = cms.untracked.int32(0), ## BTIC traco parameter
00009         D = cms.untracked.double(0), 
00010         XCN = cms.untracked.double(0),
00011         WHEEL = cms.untracked.int32(-1) ## pos/neg chamber type
00012     )
00013 )
00014 
00015