We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c42e0 commit 9f9d6b5Copy full SHA for 9f9d6b5
RecoLocalCalo/HGCalRecProducers/python/HGCalUncalibRecHit_cfi.py
@@ -85,6 +85,9 @@
85
isSiFE = True ,
86
fCPerMIP = fCPerMIP_mean
87
)
88
+phase2_hgcalV19.toModify( HGCalUncalibRecHit.HGCHFNoseConfig ,
89
+ fCPerMIP = fCPerMIP_mean_V19
90
+)
91
92
from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5
93
ticl_v5.toModify(HGCalUncalibRecHit, computeLocalTime = cms.bool(True))
0 commit comments