Skip to content

Commit

Permalink
Fix 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 92bd3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "edm4hep/SimTrackerHit.h"
#include "edm4hep/TrackerHitPlaneCollection.h"

#include "Gaudi/Accumulators/RootHistogram.h"
#include "Gaudi/Accumulators/StaticRootHistogram.h"

#include "DD4hep/DD4hepUnits.h"
#include "DD4hep/Detector.h"
Expand Down
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 92bd3ac

Please sign in to comment.