diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h index 6ac1023fe8e..d360e6a74f6 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseV0Selection.h @@ -694,12 +694,12 @@ void FemtoUniverseV0Selection::fillQA(C const& /*col*/, V const& v0, T const& po mHistogramRegistry->fill( HIST(o2::aod::femtouniverseparticle::ParticleTypeName[part]) + HIST("/hInvMassLambdaAntiLambda"), - v0.mLambda(), v0.mAntiLambda()); - mHistogramRegistry->fill( + v0.mLambda(), v0.mAntiLambda()); + mHistogramRegistry->fill( HIST(o2::aod::femtouniverseparticle::ParticleTypeName[part]) + HIST("/hInvMassAntiLambdavsPt"), v0.mAntiLambda(), v0.pt()); - mHistogramRegistry->fill( + mHistogramRegistry->fill( HIST(o2::aod::femtouniverseparticle::ParticleTypeName[part]) + HIST("/hInvMassLambdavsPt"), v0.mLambda(), v0.pt()); diff --git a/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx b/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx index 322f344a5b6..4e0c0f9c668 100644 --- a/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx +++ b/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx @@ -1819,9 +1819,9 @@ struct FemtoUniverseProducerTask { PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackCentRun2Data, "Provide experimental data for Run 2 with centrality for track track", false); void processTrackV0CentRun2Data(aod::FemtoFullCollisionCentRun2 const& col, - aod::BCsWithTimestamps const&, - soa::Filtered const& tracks, - aod::V0Datas const& fullV0s) + aod::BCsWithTimestamps const&, + soa::Filtered const& tracks, + aod::V0Datas const& fullV0s) { // get magnetic field for run auto bc = col.bc_as(); @@ -1838,7 +1838,6 @@ struct FemtoUniverseProducerTask { } PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackV0CentRun2Data, "Provide experimental data for Run 2 with centrality for track V0", false); - void processTrackCentRun3Data(aod::FemtoFullCollisionCentRun3 const& col, aod::BCsWithTimestamps const&, soa::Filtered const& tracks)