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.
2 parents b9200c3 + 83976b6 commit e54f1b8Copy full SHA for e54f1b8
SimGeneral/MixingModule/python/caloTruthProducer_cfi.py
@@ -59,8 +59,8 @@
59
from Configuration.Eras.Modifier_fastSim_cff import fastSim
60
fastSim.toReplaceWith(caloParticles, cms.PSet()) # don't allow this to run in fastsim
61
62
-from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
63
-phase2_common.toModify(
+from Configuration.ProcessModifiers.ticl_barrel_cff import ticl_barrel
+ticl_barrel.toModify(
64
caloParticles,
65
simHitCollections = cms.PSet(
66
hgc = cms.VInputTag(
0 commit comments