Skip to content

Commit 3ff0bc9

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-12991
Please consider the following formatting changes to #12991
2 parents bd932dd + a58fc3c commit 3ff0bc9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGUD/Tasks/upcPolarisationJpsiIncorr.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515

1616
/// \author Niveditha Ram , IP2I
1717

18+
#include "LorentzVector.h"
19+
1820
#include "PWGUD/DataModel/UDTables.h"
19-
#include "TPDGCode.h"
21+
2022
#include "CCDB/BasicCCDBManager.h"
2123
#include "DataFormatsParameters/GRPECSObject.h"
2224
#include "DataFormatsParameters/GRPLHCIFData.h"
@@ -25,16 +27,15 @@
2527
#include "Framework/O2DatabasePDGPlugin.h"
2628
#include "Framework/runDataProcessing.h"
2729

28-
#include "LorentzVector.h"
30+
#include "Math/Vector4D.h"
2931
#include "TMath.h"
32+
#include "TPDGCode.h"
3033
#include "TRandom3.h"
3134
#include "TSystem.h"
3235

3336
#include <unordered_map>
3437
#include <vector>
3538

36-
#include "Math/Vector4D.h"
37-
3839
using namespace ROOT::Math;
3940

4041
// table for saving tree with info on data
@@ -72,7 +73,7 @@ const int kReqMatchMFTTracks = 2;
7273
const int kMaxChi2MFTMatch = 30;
7374
const float kMaxZDCTime = 2.;
7475
const float kMaxZDCTimeHisto = 10.;
75-
const PDG_t kMuonPDG = kMuonPlus;
76+
const PDG_t kMuonPDG = kMuonPlus;
7677
struct upcPolarisationJPsiIncorr {
7778

7879
// a pdg object

0 commit comments

Comments
 (0)