Skip to content

Commit 80f7951

Browse files
committed
Making the headers self-sufficient
1 parent 72944ad commit 80f7951

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@
1717
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSESHCONTAINER_H_
1818
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSESHCONTAINER_H_
1919

20-
#include <fairlogger/Logger.h>
21-
#include <vector>
22-
#include <string>
23-
#include <complex>
24-
#include <memory>
25-
26-
#include "Framework/HistogramRegistry.h"
2720
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
2821
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSpherHarMath.h"
22+
23+
#include "Framework/HistogramRegistry.h"
24+
2925
#include "Math/Vector4D.h"
30-
#include "TMath.h"
3126
#include "TDatabasePDG.h"
27+
#include "TMath.h"
28+
29+
#include <fairlogger/Logger.h>
30+
31+
#include <complex>
32+
#include <memory>
33+
#include <string>
34+
#include <vector>
3235

3336
namespace o2::analysis::femto_universe
3437
{

0 commit comments

Comments
 (0)