Skip to content

Commit b4f2d7e

Browse files
authored
Replace header files in f0phiproxy
1 parent bb7c648 commit b4f2d7e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGLF/Tasks/Resonances/f0phiproxy.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
#include <Framework/OutputObjHeader.h>
3131
#include <Framework/runDataProcessing.h>
3232

33-
#include <Math/GenVector/LorentzVector.h>
34-
#include <Math/GenVector/PxPyPzM4D.h>
33+
#include <Math/Vector4D.h> // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h)
3534
#include <Math/Vector4Dfwd.h>
3635

3736
#include <cmath>
@@ -52,7 +51,7 @@ struct F0phiproxy {
5251
soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksDCA,
5352
aod::TrackSelection, aod::pidTPCFullPi, aod::pidTOFFullPi,
5453
aod::pidTPCFullKa, aod::pidTOFFullKa>;
55-
using FourVector = ROOT::Math::LorentzVector<ROOT::Math::PxPyPzM4D<double>>;
54+
using FourVector = ROOT::Math::PxPyPzMVector;
5655
Preslice<Tracks> perCollision = aod::track::collisionId;
5756
HistogramRegistry histos{
5857
"histos",

0 commit comments

Comments
 (0)