Skip to content

Commit

Permalink
Add a comment about dropping the original collections
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and andresailer committed Oct 22, 2024
1 parent f157ea0 commit 6ec424d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k4Reco/Overlay/components/OverlayTiming.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
#include "Gaudi/Parsers/Factory.h"
#include "Gaudi/Property.h"

#include <map>
#include <random>
#include <string>
#include <vector>

struct EventHolder {
std::vector<std::vector<std::string>> m_fileNames;
Expand Down
3 changes: 3 additions & 0 deletions k4Reco/Overlay/options/runOverlayTiming.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
overlay.TimeWindows = {"MCParticle": [0, 23.5], "VertexBarrelCollection": [0, 23.5], "VertexEndcapCollection": [0, 23.5], "HCalRingCollection": [0, 23.5]}
overlay.CopyCellIDMetadata = True

# In case the original collections should be dropped
# iosvc.outputCommands = ["drop MCParticles", "drop VertexBarrelCollection"]

ApplicationMgr(TopAlg=[overlay],
EvtSel="NONE",
EvtMax=10,
Expand Down

0 comments on commit 6ec424d

Please sign in to comment.