We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c77c commit 6ef1f2bCopy full SHA for 6ef1f2b
PWGUD/Tasks/ProcessMCDPMJetSGv3.cxx
@@ -21,7 +21,9 @@
21
#include "PWGUD/Core/UPCHelpers.h"
22
#include "PWGUD/DataModel/UDTables.h"
23
#include "TLorentzVector.h"
24
-#include "TVector3.h"
+// #include "TVector3.h"
25
+#include "Math/LorentzVector.h" // ROOT::Math::LorentzVector
26
+#include "Math/PxPyPzM4D.h" // ROOT::Math::PxPyPzM4D
27
#include "TMath.h"
28
29
using namespace o2;
0 commit comments