File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1818#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECUTCULATOR_H_
1919#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECUTCULATOR_H_
2020
21+ #include " PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
22+ #include " PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
23+ #include " PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h"
24+
25+ #include < boost/property_tree/json_parser.hpp>
26+ #include < boost/property_tree/ptree.hpp>
27+
28+ #include < algorithm>
2129#include < bitset>
2230#include < iostream>
31+ #include < iterator>
2332#include < random>
2433#include < string>
2534#include < vector>
26- #include < algorithm>
27- #include < iterator>
28- #include < boost/property_tree/json_parser.hpp>
29- #include < boost/property_tree/ptree.hpp>
30-
31- #include " PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
32- #include " PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
33- #include " PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h"
3435
3536namespace o2 ::analysis::femto_universe
3637{
You can’t perform that action at this time.
0 commit comments