File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1212// Contact: iarsene@cern.ch, i.c.arsene@fys.uio.no
1313//
1414#include " PWGDQ/Core/CutsLibrary.h"
15- #include < RtypesCore.h>
15+
16+ #include " AnalysisCompositeCut.h"
17+ #include " VarManager.h"
18+
1619#include < TF1.h>
17- #include < vector>
18- #include < string>
20+
21+ #include < RtypesCore.h>
22+
1923#include < iostream>
2024#include < set>
21- #include " AnalysisCompositeCut.h "
22- #include " VarManager.h "
25+ #include < string >
26+ #include < vector >
2327
2428using std::cout;
2529using std::endl;
Original file line number Diff line number Diff line change 2727// Fill the map of available input features
2828// the key is the feature's name (std::string)
2929// the value is the corresponding value in EnumInputFeatures
30- #define FILL_MAP (FEATURE ) \
31- { \
32- #FEATURE, static_cast <uint8_t >(InputFeatures::FEATURE) \
33- }
30+ #define FILL_MAP (FEATURE ) \
31+ { \
32+ #FEATURE, static_cast <uint8_t >(InputFeatures::FEATURE)}
3433
3534namespace o2 ::analysis
3635{
You can’t perform that action at this time.
0 commit comments