CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CalibCalorimetry/CaloTPG/python/CaloTPGTranscoder_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CaloTPGTranscoder = cms.ESSource("CaloTPGTranscoderULUTs",
00004     hcalLUT1 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_physics.dat'),
00005     hcalLUT2 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/TPGcalcDecompress2.txt'),
00006     read_Ascii_Compression_LUTs = cms.bool(False),
00007     read_Ascii_RCT_LUTs = cms.bool(False),
00008     ietaLowerBound = cms.vint32( 1,18,27,29),
00009     ietaUpperBound = cms.vint32(17,26,28,32),
00010     ZS = cms.vint32(4,2,1,0),
00011     LUTfactor = cms.vint32(1,2,5,0),
00012     nominal_gain = cms.double(0.177),
00013     RCTLSB = cms.double(0.25)
00014 )