There was an error while loading. Please reload this page.
1 parent f8f0614 commit 391c6dfCopy full SHA for 391c6df
1 file changed
PWGLF/TableProducer/LFTreeCreatorNuclei.cxx
@@ -20,6 +20,12 @@
20
21
#include "PWGLF/DataModel/LFNucleiTables.h"
22
23
+#include <cmath>
24
+
25
+#include <TLorentzVector.h>
26
+#include <TMath.h>
27
+#include <TObjArray.h>
28
29
#include "ReconstructionDataFormats/Track.h"
30
#include "Framework/runDataProcessing.h"
31
#include "Framework/AnalysisTask.h"
@@ -35,11 +41,6 @@
35
41
#include "Common/DataModel/TrackSelectionTables.h"
36
42
#include "Common/Core/trackUtilities.h"
37
43
38
-#include <TLorentzVector.h>
39
-#include <TMath.h>
40
-#include <TObjArray.h>
-#include <cmath>
-
44
using namespace o2;
45
using namespace o2::framework;
46
using namespace o2::framework::expressions;
0 commit comments