File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed 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"
19- # include " TPDGCode.h "
21+
2022#include " CCDB/BasicCCDBManager.h"
2123#include " DataFormatsParameters/GRPECSObject.h"
2224#include " DataFormatsParameters/GRPLHCIFData.h"
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-
3839using namespace ROOT ::Math;
3940
4041// table for saving tree with info on data
@@ -72,7 +73,7 @@ const int kReqMatchMFTTracks = 2;
7273const int kMaxChi2MFTMatch = 30 ;
7374const float kMaxZDCTime = 2 .;
7475const float kMaxZDCTimeHisto = 10 .;
75- const PDG_t kMuonPDG = kMuonPlus ;
76+ const PDG_t kMuonPDG = kMuonPlus ;
7677struct upcPolarisationJPsiIncorr {
7778
7879 // a pdg object
You can’t perform that action at this time.
0 commit comments