Skip to content

Commit 2414298

Browse files
committed
Making the headers self-sufficient
1 parent 7b2266f commit 2414298

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseAngularContainer.h

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,22 @@
2020
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEANGULARCONTAINER_H_
2121
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEANGULARCONTAINER_H_
2222

23-
#include <fairlogger/Logger.h>
24-
#include <vector>
25-
#include <string>
23+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h"
24+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h"
25+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
2626

27-
#include "Framework/HistogramRegistry.h"
2827
#include "Common/Core/RecoDecay.h"
29-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
28+
29+
#include "Framework/HistogramRegistry.h"
3030

3131
#include "Math/Vector4D.h"
32-
#include "TMath.h"
3332
#include "TDatabasePDG.h"
33+
#include "TMath.h"
34+
35+
#include <fairlogger/Logger.h>
36+
37+
#include <string>
38+
#include <vector>
3439

3540
using namespace o2::framework;
3641

0 commit comments

Comments
 (0)