Skip to content

Commit d8f4920

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@
1919
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEV0SELECTION_H_
2020
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEV0SELECTION_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"
3230

31+
#include <string>
32+
#include <vector>
33+
3334
namespace o2::analysis::femto_universe
3435
{
3536
namespace femto_universe_v0_selection

0 commit comments

Comments
 (0)