Skip to content

Commit

Permalink
Fix the steering file for Overlay Timing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 15, 2024
1 parent 9d279d8 commit 2124a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4Reco/Overlay/options/runOverlayTiming.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

overlay = OverlayTiming()
overlay.MCParticles = ["MCParticle"]
overlay.BackgroundMCParticleCollectionName = ["MCParticle"]
overlay.SimTrackerHits = ["VertexBarrelCollection", "VertexEndcapCollection"]
overlay.SimCalorimeterHits = ["HCalRingCollection"]
overlay.BackgroundMCParticleCollectionName = "MCParticle"
overlay.OutputSimTrackerHits = ["NewVertexBarrelCollection", "NewVertexEndcapCollection"]
overlay.OutputSimCalorimeterHits = ["NewHCalRingCollection"]
overlay.OutputCaloHitContributions = ["NewCaloHitCollection"]
Expand Down

0 comments on commit 2124a43

Please sign in to comment.