Skip to content

Commit 83976b6

Browse files
committed
add barrel simHitCollections to caloParticles only in presence of ticl_barrel modifier
1 parent 631c4b2 commit 83976b6

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)