Skip to content

Commit

Permalink
Merge pull request #3 from MuonColliderSoft/mc
Browse files Browse the repository at this point in the history
Set master as the officiale branch
  • Loading branch information
gianelle committed Jun 8, 2021
2 parents a6398eb + c6f6501 commit 0278600
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 317 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
4 changes: 3 additions & 1 deletion include/OverlayTimingGeneric.h
Expand Up @@ -33,7 +33,9 @@ class OverlayTimingGeneric : public overlay::OverlayTiming {

virtual void define_time_windows(const std::string &collectionName);
std::vector<std::string> _collectionTimesVec{"BeamCalCollection", "10"};
std::map< std::string, float > _collectionIntegrationTimes{};
std::map< std::string, std::pair<float, float> > _collectionIntegrationTimes{};

float _integrationTimeMin = -0.25;

};

Expand Down

0 comments on commit 0278600

Please sign in to comment.