Skip to content

Commit 6ef1f2b

Browse files
committed
Fix error messages relevant to LorentzVectors
1 parent f51c77c commit 6ef1f2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PWGUD/Tasks/ProcessMCDPMJetSGv3.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
#include "PWGUD/Core/UPCHelpers.h"
2222
#include "PWGUD/DataModel/UDTables.h"
2323
#include "TLorentzVector.h"
24-
#include "TVector3.h"
24+
// #include "TVector3.h"
25+
#include "Math/LorentzVector.h" // ROOT::Math::LorentzVector
26+
#include "Math/PxPyPzM4D.h" // ROOT::Math::PxPyPzM4D
2527
#include "TMath.h"
2628

2729
using namespace o2;

0 commit comments

Comments
 (0)