Skip to content

Commit 97d12b6

Browse files
committed
Please consider the following formatting changes
1 parent 27470d5 commit 97d12b6

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

PWGJE/Tasks/jetChargedV2.cxx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
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"
@@ -40,9 +25,9 @@
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"
@@ -53,6 +38,21 @@
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+
5656
using namespace o2;
5757
using namespace o2::framework;
5858
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)