File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313// / \file jetChargedV2.cxx
1414// / \brief This file contains the implementation for the Charged Jet v2 analysis in the ALICE experiment
1515
16- #include < TComplex.h>
17- #include < TH1F.h>
18- #include < TH2D.h>
19- #include < THn.h>
20- #include < THnSparse.h>
21- #include < TMath.h>
22- #include < TRandom3.h>
23- #include < TVector2.h>
24-
25- #include < algorithm>
26- #include < chrono>
27- #include < cmath>
28- #include < string>
29- #include < vector>
30-
3116#include " PWGJE/Core/FastJetUtilities.h"
3217#include " PWGJE/Core/JetDerivedDataUtilities.h"
3318#include " PWGJE/Core/JetFinder.h"
4025#include " Common/DataModel/EventSelection.h"
4126#include " Common/DataModel/Qvectors.h"
4227#include " Common/DataModel/TrackSelectionTables.h"
43- #include " CommonConstants/PhysicsConstants.h"
4428#include " EventFiltering/filterTables.h"
4529
30+ #include " CommonConstants/PhysicsConstants.h"
4631#include " Framework/ASoA.h"
4732#include " Framework/ASoAHelpers.h"
4833#include " Framework/AnalysisDataModel.h"
5338#include " Framework/StaticFor.h"
5439#include " Framework/runDataProcessing.h"
5540
41+ #include < TComplex.h>
42+ #include < TH1F.h>
43+ #include < TH2D.h>
44+ #include < THn.h>
45+ #include < THnSparse.h>
46+ #include < TMath.h>
47+ #include < TRandom3.h>
48+ #include < TVector2.h>
49+
50+ #include < algorithm>
51+ #include < chrono>
52+ #include < cmath>
53+ #include < string>
54+ #include < vector>
55+
5656using namespace o2 ;
5757using namespace o2 ::framework;
5858using namespace o2 ::framework::expressions;
You can’t perform that action at this time.
0 commit comments