Skip to content

Commit

Permalink
set HGCal SimHits explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
brusale committed Nov 13, 2023
1 parent b390a9b commit 9780d9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SimGeneral/MixingModule/python/caloTruthProducer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@
phase2_common.toModify(
caloParticles,
simHitCollections = cms.PSet(
hgc = caloParticles.simHitCollections.hgc,
hgc = cms.VInputTag(
cms.InputTag('g4SimHits', 'HGCHitsEE'),
cms.InputTag('g4SimHits', 'HGCHitsHEfront'),
cms.InputTag('g4SimHits', 'HGCHitsHEback'),
),
hcal = cms.VInputTag(cms.InputTag('g4SimHits', 'HcalHits')),
ecal = cms.VInputTag(
cms.InputTag('g4SimHits', 'EcalHitsEB')
Expand Down

0 comments on commit 9780d9b

Please sign in to comment.