Skip to content

Commit 391c6df

Browse files
Fix MegaLinter issue
1 parent f8f0614 commit 391c6df

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

PWGLF/TableProducer/LFTreeCreatorNuclei.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020

2121
#include "PWGLF/DataModel/LFNucleiTables.h"
2222

23+
#include <cmath>
24+
25+
#include <TLorentzVector.h>
26+
#include <TMath.h>
27+
#include <TObjArray.h>
28+
2329
#include "ReconstructionDataFormats/Track.h"
2430
#include "Framework/runDataProcessing.h"
2531
#include "Framework/AnalysisTask.h"
@@ -35,11 +41,6 @@
3541
#include "Common/DataModel/TrackSelectionTables.h"
3642
#include "Common/Core/trackUtilities.h"
3743

38-
#include <TLorentzVector.h>
39-
#include <TMath.h>
40-
#include <TObjArray.h>
41-
#include <cmath>
42-
4344
using namespace o2;
4445
using namespace o2::framework;
4546
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)