Skip to content
Snippets Groups Projects
Commit 2575d6d8 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

in time win evt builder macro, add commented line for the two alternative modes

parent 9ced96a1
No related branches found
No related tags found
1 merge request!49Fix feature leading to events clones in AllowOverlap mode in Time win evt builder
......@@ -54,6 +54,8 @@ void build_event_win(UInt_t uRunId = 0,
eventBuilder->SetFillHistos(kTRUE);
eventBuilder->SetEventOverlapMode(EOverlapMode::NoOverlap);
// eventBuilder->SetEventOverlapMode(EOverlapMode::MergeOverlap);
// eventBuilder->SetEventOverlapMode(EOverlapMode::AllowOverlap);
/*
* Available Pre-defined detectors:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment