Skip to content

Commit e54f1b8

Browse files
authored
Merge pull request #49169 from mmusich/mm_ticl_barrel_for_barrelCaloTruth
add barrel simHitCollections to `caloParticles` only in presence of `ticl_barrel` modifier
2 parents b9200c3 + 83976b6 commit e54f1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimGeneral/MixingModule/python/caloTruthProducer_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
from Configuration.Eras.Modifier_fastSim_cff import fastSim
6060
fastSim.toReplaceWith(caloParticles, cms.PSet()) # don't allow this to run in fastsim
6161

62-
from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
63-
phase2_common.toModify(
62+
from Configuration.ProcessModifiers.ticl_barrel_cff import ticl_barrel
63+
ticl_barrel.toModify(
6464
caloParticles,
6565
simHitCollections = cms.PSet(
6666
hgc = cms.VInputTag(

0 commit comments

Comments
 (0)