Skip to content

Commit 2a7a159

Browse files
committed
Making the headers self-sufficient
1 parent 68f1099 commit 2a7a159

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseCutculator.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@
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

3536
namespace o2::analysis::femto_universe
3637
{

0 commit comments

Comments
 (0)