Skip to content

Commit

Permalink
Added a flag disabling the merging of MCParticles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Bartosik committed Mar 4, 2020
1 parent a6398eb commit 04ffeb1
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 272 deletions.
1 change: 1 addition & 0 deletions include/OverlayTiming.h
Expand Up @@ -134,6 +134,7 @@ namespace overlay {
float this_start = -0.25;
float this_stop = std::numeric_limits<float>::max();

bool _mergeMCParticles = true;
std::string _mcParticleCollectionName = "";
std::string _mcPhysicsParticleCollectionName = "";
std::string currentDest = "";
Expand Down

0 comments on commit 04ffeb1

Please sign in to comment.