Skip to content

Commit de7aad3

Browse files
committed
Please consider the following formatting changes
1 parent 12926d1 commit de7aad3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PWGUD/Tasks/upcPolarisationJPsiIncorr.cxx

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

1616
/// \author Niveditha Ram , IP2I
1717

18+
#include "LorentzVector.h"
19+
1820
#include "PWGUD/DataModel/UDTables.h"
1921

20-
#include "TPDGCode.h"
2122
#include "CCDB/BasicCCDBManager.h"
2223
#include "DataFormatsParameters/GRPECSObject.h"
2324
#include "DataFormatsParameters/GRPLHCIFData.h"
@@ -26,16 +27,15 @@
2627
#include "Framework/O2DatabasePDGPlugin.h"
2728
#include "Framework/runDataProcessing.h"
2829

29-
#include "LorentzVector.h"
30+
#include "Math/Vector4D.h"
3031
#include "TMath.h"
32+
#include "TPDGCode.h"
3133
#include "TRandom3.h"
3234
#include "TSystem.h"
3335

3436
#include <unordered_map>
3537
#include <vector>
3638

37-
#include "Math/Vector4D.h"
38-
3939
using namespace ROOT::Math;
4040

4141
// table for saving tree with info on data
@@ -74,7 +74,7 @@ const int kReqMatchMFTTracks = 2;
7474
const int kMaxChi2MFTMatch = 30;
7575
const float kMaxZDCTime = 2.;
7676
const float kMaxZDCTimeHisto = 10.;
77-
const PDG_t kMuonPDG = kMuonPlus;
77+
const PDG_t kMuonPDG = kMuonPlus;
7878
struct upcPolarisationJPsiIncorr {
7979

8080
// a pdg object

0 commit comments

Comments
 (0)