Skip to content

Commit e3d01ca

Browse files
committed
Add a new helicity task
1 parent 5709ca3 commit e3d01ca

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,21 @@
2020
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECONTAINER_H_
2121
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECONTAINER_H_
2222

23-
#include <fairlogger/Logger.h>
24-
#include <vector>
25-
#include <string>
23+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
24+
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
2625

27-
#include "Framework/HistogramRegistry.h"
2826
#include "Common/Core/RecoDecay.h"
29-
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
30-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
27+
28+
#include "Framework/HistogramRegistry.h"
3129

3230
#include "Math/Vector4D.h"
33-
#include "TMath.h"
3431
#include "TDatabasePDG.h"
32+
#include "TMath.h"
33+
34+
#include <fairlogger/Logger.h>
35+
36+
#include <string>
37+
#include <vector>
3538

3639
using namespace o2::framework;
3740

0 commit comments

Comments
 (0)