Skip to content

Commit cab7235

Browse files
committed
Please consider the following formatting changes
1 parent ae223f0 commit cab7235

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

PWGCF/MultiparticleCorrelations/Tasks/multiparticle-correlations-ab.cxx

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,26 @@ using Collision_QA = CollisionRec; // if I would need additional tables for QA,
7373
using TracksRec_QA = TracksRec; // if I would need additional tables for QA, just join 'em here with TracksRec
7474

7575
// *) ROOT:
76-
#include <TList.h>
77-
#include <TSystem.h>
76+
#include <TComplex.h>
77+
#include <TDatabasePDG.h>
78+
#include <TExMap.h>
79+
#include <TF1.h>
80+
#include <TF3.h>
7881
#include <TFile.h>
82+
#include <TFormula.h>
83+
#include <TGrid.h>
7984
#include <TH1D.h>
85+
#include <THnSparse.h>
86+
#include <TList.h>
87+
#include <TObjString.h>
8088
#include <TProfile2D.h>
8189
#include <TProfile3D.h>
82-
#include <TGrid.h>
83-
#include <Riostream.h>
8490
#include <TRandom3.h>
85-
#include <TComplex.h>
8691
#include <TStopwatch.h>
87-
#include <TFormula.h>
88-
#include <TExMap.h>
89-
#include <TF1.h>
90-
#include <TF3.h>
91-
#include <TObjString.h>
92-
#include <THnSparse.h>
93-
#include <TDatabasePDG.h>
92+
#include <TSystem.h>
93+
94+
#include <Riostream.h>
95+
9496
#include <complex>
9597
using namespace std;
9698

0 commit comments

Comments
 (0)