There was an error while loading. Please reload this page.
1 parent bcb2527 commit 41b3ae1Copy full SHA for 41b3ae1
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
@@ -16,6 +16,8 @@
16
#ifndef PWGCF_FEMTO_CORE_PARTITIONS_H_
17
#define PWGCF_FEMTO_CORE_PARTITIONS_H_
18
19
+#include <Framework/Expressions.h>
20
+
21
// collsion selection
22
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
23
#define MAKE_COLLISION_FILTER(selection) \
0 commit comments