9 HcalTPGCoderULUT = cms.ESProducer(
"HcalTPGCoderULUT",
10 read_Ascii_LUTs = cms.bool(
False),
11 read_XML_LUTs = cms.bool(
False),
12 read_FG_LUTs = cms.bool(
False),
13 LUTGenerationMode = cms.bool(
True),
14 MaskBit = cms.int32(0x8000),
15 inputLUTs = cms.FileInPath(
'CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_physics.dat'),
16 FGLUTs = cms.FileInPath(
'CalibCalorimetry/HcalTPGAlgos/data/HBHE_FG_LUT.dat'),
17 RCalibFile = cms.FileInPath(
'CalibCalorimetry/HcalTPGAlgos/data/RecHit-TPG-calib.dat')
20 import Geometry.HcalEventSetup.hcalTopologyConstants_cfi
as hcalTopologyConstants_cfi
21 HcalTPGCoderULUT.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
23 HcalTrigTowerGeometryESProducer = cms.ESProducer(
"HcalTrigTowerGeometryESProducer")