Skip to content

Commit

Permalink
Fixing naming for truth jet test
Browse files Browse the repository at this point in the history
  • Loading branch information
jroloff committed Jul 5, 2024
1 parent 6b3c1e2 commit e5a419e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecCalorimeter/tests/options/runTruthJetReco.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@


from Configurables import CreateTruthJet
from Configurables import FilterTruthParticles
from Configurables import FilterTruthParticlesForGenJets

filterMCParticles = FilterTruthParticles("filterMCParticles",
filterMCParticles = FilterTruthParticlesForGenJets("filterMCParticles",
InputCollection="GenParticles",
OutputCollection = "FilteredGenParticles")
ApplicationMgr().TopAlg += [filterMCParticles]
Expand Down

0 comments on commit e5a419e

Please sign in to comment.