CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimCalorimetry/HcalTrigPrimProducers/python/hcaltpdigi_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # if read_Ascii_LUTs is true then read Ascii LUTs via "inputLUTs" below
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cfi import *
00008 from CalibCalorimetry.CaloTPG.CaloTPGTranscoder_cfi import *
00009 HcalTPGCoderULUT = cms.ESProducer("HcalTPGCoderULUT",
00010     read_Ascii_LUTs = cms.bool(False),
00011     read_XML_LUTs = cms.bool(False),
00012     read_FG_LUTs = cms.bool(False),
00013     LUTGenerationMode = cms.bool(True),
00014     MaskBit = cms.int32(0x8000),
00015     inputLUTs = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_physics.dat'),
00016     FGLUTs = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/HBHE_FG_LUT.dat'),
00017     RCalibFile = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/RecHit-TPG-calib.dat')
00018 )