|
25 | 25 | #include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h" |
26 | 26 | #include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
27 | 27 |
|
28 | | -#include "TPDGCode.h" |
29 | | -#include <CommonConstants/MathConstants.h> |
30 | 28 | #include "CommonConstants/PhysicsConstants.h" |
| 29 | +#include <CommonConstants/MathConstants.h> |
31 | 30 | #include <Framework/ASoA.h> |
32 | 31 | #include <Framework/ASoAHelpers.h> |
33 | 32 | #include <Framework/AnalysisDataModel.h> |
|
45 | 44 | #include <Framework/runDataProcessing.h> |
46 | 45 | #include <ReconstructionDataFormats/PID.h> |
47 | 46 |
|
| 47 | +#include "TPDGCode.h" |
| 48 | + |
48 | 49 | #include <cmath> |
49 | 50 | #include <cstddef> |
50 | 51 | #include <cstdint> |
@@ -485,7 +486,7 @@ struct FemtoUniversePairTaskTrackPhi { |
485 | 486 | trackHistoPartPhi.fillQA<false, false>(phicandidate); |
486 | 487 | if constexpr (isMC) { |
487 | 488 | // reco |
488 | | - effCorrection.fillRecoHist<ParticleNo::ONE, FilteredFDCollisions>(phicandidate, o2::constants::physics::Pdg::kPhi ); |
| 489 | + effCorrection.fillRecoHist<ParticleNo::ONE, FilteredFDCollisions>(phicandidate, o2::constants::physics::Pdg::kPhi); |
489 | 490 | } |
490 | 491 | } |
491 | 492 |
|
@@ -704,7 +705,7 @@ struct FemtoUniversePairTaskTrackPhi { |
704 | 705 | } |
705 | 706 | } |
706 | 707 | // charge 0 |
707 | | - if (pdgCode == o2::constants::physics::Pdg::kPhi) { |
| 708 | + if (pdgCode == o2::constants::physics::Pdg::kPhi) { |
708 | 709 | registryMCtruth.fill(HIST("MCtruthPhi"), part.pt(), part.eta()); |
709 | 710 | registryMCtruth.fill(HIST("MCtruthPhiPt"), part.pt()); |
710 | 711 | effCorrection.fillTruthHist<ParticleNo::ONE, FilteredFDCollisions>(part); |
|
0 commit comments