Skip to content

Commit 72944ad

Browse files
committed
Making the headers self-sufficient
1 parent 07d88cd commit 72944ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniversePhiSelection.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@
1919
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPHISELECTION_H_
2020
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPHISELECTION_H_
2121

22-
#include <string>
23-
#include <vector>
24-
2522
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h"
2623
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
2724
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
2825

2926
#include "Common/Core/RecoDecay.h"
27+
3028
#include "Framework/HistogramRegistry.h"
3129
#include "ReconstructionDataFormats/PID.h"
30+
3231
#include "TLorentzVector.h"
3332

33+
#include <string>
34+
#include <vector>
35+
3436
namespace o2::analysis::femto_universe
3537
{
3638
namespace femto_universe_phi_selection

0 commit comments

Comments
 (0)