Skip to content

Commit

Permalink
Update FG HF thresholds to 2022 PbPb
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Govinda Stahl Leiton committed Apr 1, 2023
1 parent 9b2f213 commit cb15f31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions SimCalorimetry/HcalTrigPrimProducers/python/hcaltpdigi_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3

from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cfi import *
from CalibCalorimetry.CaloTPG.CaloTPGTranscoder_cfi import *
Expand Down Expand Up @@ -37,5 +38,7 @@
run2_HCAL_2018.toModify(CaloTPGTranscoder, linearLUTs=cms.bool(True))
run2_HCAL_2018.toModify(HcalTPGCoderULUT, linearLUTs=cms.bool(True))
run3_common.toModify(HcalTPGCoderULUT, applyFixPCC=cms.bool(True))
pp_on_AA.toModify(CaloTPGTranscoder, FG_HF_thresholds = cms.vuint32(15, 19))
pp_on_AA.toModify(HcalTPGCoderULUT, FG_HF_thresholds = cms.vuint32(15, 19))
pp_on_AA_2018.toModify(CaloTPGTranscoder, FG_HF_thresholds = cms.vuint32(15, 19))
pp_on_AA_2018.toModify(HcalTPGCoderULUT, FG_HF_thresholds = cms.vuint32(15, 19))
pp_on_PbPb_run3.toModify(CaloTPGTranscoder, FG_HF_thresholds = cms.vuint32(14, 19))
pp_on_PbPb_run3.toModify(HcalTPGCoderULUT, FG_HF_thresholds = cms.vuint32(14, 19))

0 comments on commit cb15f31

Please sign in to comment.