There was an error while loading. Please reload this page.
1 parent 886200a commit f61784bCopy full SHA for f61784b
2 files changed
PWGCF/Femto/Core/pairCleaner.h
@@ -26,12 +26,9 @@
26
27
#include <TH1.h>
28
29
-#include <Rtypes.h>
30
-
31
#include <array>
32
#include <map>
33
#include <string>
34
-#include <string_view>
35
#include <vector>
36
37
namespace o2::analysis::femto::paircleaner
PWGCF/Femto/Core/partitions.h
@@ -18,6 +18,7 @@
18
19
// collsion selection
20
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
21
+#include <Framework/Expressions.h>
22
#define MAKE_COLLISION_FILTER(selection) \
23
(o2::aod::femtocollisions::posZ >= (selection).vtxZMin && o2::aod::femtocollisions::posZ <= (selection).vtxZMax) && \
24
(o2::aod::femtocollisions::mult >= (selection).multMin && o2::aod::femtocollisions::mult <= (selection).multMax) && \
0 commit comments