File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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-
3939using namespace ROOT ::Math;
4040
4141// table for saving tree with info on data
@@ -74,7 +74,7 @@ const int kReqMatchMFTTracks = 2;
7474const int kMaxChi2MFTMatch = 30 ;
7575const float kMaxZDCTime = 2 .;
7676const float kMaxZDCTimeHisto = 10 .;
77- const PDG_t kMuonPDG = kMuonPlus ;
77+ const PDG_t kMuonPDG = kMuonPlus ;
7878struct upcPolarisationJPsiIncorr {
7979
8080 // a pdg object
You can’t perform that action at this time.
0 commit comments