CMS 3D CMS Logo

hcaltpdigi_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # if read_Ascii_LUTs is true then read Ascii LUTs via "inputLUTs" below
4 
5 import FWCore.ParameterSet.Config as cms
6 
7 from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
8 from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
9 
12 HcalTPGCoderULUT = cms.ESProducer("HcalTPGCoderULUT",
13  read_Ascii_LUTs = cms.bool(False),
14  read_XML_LUTs = cms.bool(False),
15  read_FG_LUTs = cms.bool(False),
16  LUTGenerationMode = cms.bool(True),
17  linearLUTs = cms.bool(False),
18  contain1TSHB = cms.bool(False),
19  contain1TSHE = cms.bool(False),
20  containPhaseNSHE = cms.double(-999.0),
21  containPhaseNSHB = cms.double(-999.0),
22  tpScales = tpScales,
23  MaskBit = cms.int32(0x8000),
24  FG_HF_thresholds = cms.vuint32(17, 255),
25  inputLUTs = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_physics.dat'),
26  FGLUTs = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/HBHE_FG_LUT.dat'),
27  RCalibFile = cms.FileInPath('CalibCalorimetry/HcalTPGAlgos/data/RecHit-TPG-calib.dat')
28 )
29 
30 HcalTrigTowerGeometryESProducer = cms.ESProducer("HcalTrigTowerGeometryESProducer")
31 
32 run2_HCAL_2018.toModify(CaloTPGTranscoder, linearLUTs=cms.bool(True))
33 run2_HCAL_2018.toModify(HcalTPGCoderULUT, linearLUTs=cms.bool(True))
34 pp_on_AA.toModify(CaloTPGTranscoder, FG_HF_thresholds = cms.vuint32(15, 19))
35 pp_on_AA.toModify(HcalTPGCoderULUT, FG_HF_thresholds = cms.vuint32(15, 19))
CaloTPGTranscoder_cfi
hcaltpdigi_cfi