From 2124a43d44a86aede6260fa456c48f5a873fe23a Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 15 Oct 2024 14:31:27 +0200 Subject: [PATCH] Fix the steering file for Overlay Timing --- k4Reco/Overlay/options/runOverlayTiming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4Reco/Overlay/options/runOverlayTiming.py b/k4Reco/Overlay/options/runOverlayTiming.py index f7a1ef9..27514fb 100644 --- a/k4Reco/Overlay/options/runOverlayTiming.py +++ b/k4Reco/Overlay/options/runOverlayTiming.py @@ -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"]