CMS 3D CMS Logo

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     inputLUTs = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_physics.dat'),
00012     filename = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/RecHit-TPG-calib.dat')
00013 )
00014 
00015 
00016 

Generated on Tue Jun 9 17:46:26 2009 for CMSSW by  doxygen 1.5.4