You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGCF/Flow/Tasks/flowMc.cxx
+45-1Lines changed: 45 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
22
22
#include"Common/CCDB/EventSelectionParams.h"
23
23
#include"Common/CCDB/RCTSelectionFlags.h"
24
+
#include"Common/CCDB/ctpRateFetcher.h"
24
25
#include"Common/Core/RecoDecay.h"
25
26
#include"Common/Core/TrackSelection.h"
26
27
#include"Common/Core/TrackSelectionDefaults.h"
@@ -59,6 +60,7 @@
59
60
#include<cstdint>
60
61
#include<cstdlib>
61
62
#include<string>
63
+
#include<unordered_map>
62
64
#include<vector>
63
65
64
66
usingnamespaceo2;
@@ -118,6 +120,13 @@ struct FlowMc {
118
120
O2_DEFINE_CONFIGURABLE(cfgRecoEvSelkNoCollInRofStandard, bool, false, "no other collisions in this Readout Frame with per-collision multiplicity above threshold")
119
121
O2_DEFINE_CONFIGURABLE(cfgRecoEvSelkNoHighMultCollInPrevRof, bool, false, "veto an event if FT0C amplitude in previous ITS ROF is above threshold")
0 commit comments