Skip to content

Commit 9410996

Browse files
committed
Making the headers self-sufficient
1 parent fe1e443 commit 9410996

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@
1818
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSETRACKSELECTION_H_
1919
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSETRACKSELECTION_H_
2020

21-
#include <string>
22-
#include <vector>
23-
#include <cmath>
24-
21+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h"
2522
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
26-
#include "Common/DataModel/TrackSelectionTables.h"
23+
2724
#include "Common/Core/TrackSelection.h"
2825
#include "Common/Core/TrackSelectionDefaults.h"
29-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h"
30-
#include "ReconstructionDataFormats/PID.h"
26+
#include "Common/DataModel/TrackSelectionTables.h"
27+
3128
#include "Framework/HistogramRegistry.h"
29+
#include "ReconstructionDataFormats/PID.h"
30+
31+
#include <cmath>
32+
#include <string>
33+
#include <vector>
3234

3335
// using namespace o2::framework;
3436

0 commit comments

Comments
 (0)