CMS 3D CMS Logo

L1DTConfigLUTs_cff.py
Go to the documentation of this file.
1 # 091104 SV this is just a prototype for debug issues,
2 # values are meaningless since luts are different from each TRACO
3 import FWCore.ParameterSet.Config as cms
4 
5 LutParametersBlock = cms.PSet(
6  LutParameters = cms.PSet(
7  Debug = cms.untracked.bool(False),
8  BTIC = cms.untracked.int32(0),
9  D = cms.untracked.double(0),
10  XCN = cms.untracked.double(0),
11  WHEEL = cms.untracked.int32(-1)
12  )
13 )
14 
15