Skip to content

Commit 548e0f4

Browse files
author
Zuzanna Chochulska
committed
Corrections for the PR part 3
1 parent 0ce7e94 commit 548e0f4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackPhi.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
2626
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
2727

28-
#include "TPDGCode.h"
29-
#include <CommonConstants/MathConstants.h>
3028
#include "CommonConstants/PhysicsConstants.h"
29+
#include <CommonConstants/MathConstants.h>
3130
#include <Framework/ASoA.h>
3231
#include <Framework/ASoAHelpers.h>
3332
#include <Framework/AnalysisDataModel.h>
@@ -45,6 +44,8 @@
4544
#include <Framework/runDataProcessing.h>
4645
#include <ReconstructionDataFormats/PID.h>
4746

47+
#include "TPDGCode.h"
48+
4849
#include <cmath>
4950
#include <cstddef>
5051
#include <cstdint>
@@ -485,7 +486,7 @@ struct FemtoUniversePairTaskTrackPhi {
485486
trackHistoPartPhi.fillQA<false, false>(phicandidate);
486487
if constexpr (isMC) {
487488
// 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);
489490
}
490491
}
491492

@@ -704,7 +705,7 @@ struct FemtoUniversePairTaskTrackPhi {
704705
}
705706
}
706707
// charge 0
707-
if (pdgCode == o2::constants::physics::Pdg::kPhi) {
708+
if (pdgCode == o2::constants::physics::Pdg::kPhi) {
708709
registryMCtruth.fill(HIST("MCtruthPhi"), part.pt(), part.eta());
709710
registryMCtruth.fill(HIST("MCtruthPhiPt"), part.pt());
710711
effCorrection.fillTruthHist<ParticleNo::ONE, FilteredFDCollisions>(part);

0 commit comments

Comments
 (0)