CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTPGTranscoder_cfi.py
Go to the documentation of this file.
2 
3 CaloTPGTranscoder = cms.ESSource("CaloTPGTranscoderULUTs",
4  hcalLUT1 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_physics.dat'),
5  hcalLUT2 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/TPGcalcDecompress2.txt'),
6  read_Ascii_Compression_LUTs = cms.bool(False),
7  read_Ascii_RCT_LUTs = cms.bool(False),
8  ietaLowerBound = cms.vint32( 1,18,27,29),
9  ietaUpperBound = cms.vint32(17,26,28,32),
10  ZS = cms.vint32(4,2,1,0),
11  LUTfactor = cms.vint32(1,2,5,0),
12  nominal_gain = cms.double(0.177),
13  RCTLSB = cms.double(0.25)
14 )