Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:56:39

0001 # 091104 SV this is just a prototype for debug issues,
0002 # values are meaningless since luts are different from each TRACO
0003 import FWCore.ParameterSet.Config as cms
0004 
0005 LutParametersBlock = cms.PSet(
0006     LutParameters = cms.PSet(
0007         Debug = cms.untracked.bool(False), ## Debug flag
0008         BTIC = cms.untracked.int32(0), ## BTIC traco parameter
0009         D = cms.untracked.double(0), 
0010         XCN = cms.untracked.double(0),
0011         WHEEL = cms.untracked.int32(-1) ## pos/neg chamber type
0012     )
0013 )
0014 
0015