@@ -117,11 +117,6 @@ struct FemtoUniversePairTaskTrackPhi {
117117 (aod::femtouniverseparticle::pt > ConfTrackPtLow) &&
118118 (aod::femtouniverseparticle::pt < ConfTrackPtHigh);
119119
120- // Partition<soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>> partsTrackMCTruth =
121- // aod::femtouniverseparticle::partType == static_cast<uint8_t>(aod::femtouniverseparticle::ParticleType::kMCTruthTrack) &&
122- // aod::femtouniverseparticle::pt < ConfTrackPtHigh &&
123- // aod::femtouniverseparticle::pt > ConfTrackPtLow;
124-
125120 // / Particle 2 --- PHI MESON
126121 Configurable<float > ConfPhiPtLow{" ConfPhiPtLow" , 0.8 , " Lower limit of the Phi pT." };
127122 Configurable<float > ConfPhiPtHigh{" ConfPhiPtHigh" , 4.0 , " Higher limit of the Phi pT." };
@@ -141,11 +136,6 @@ struct FemtoUniversePairTaskTrackPhi {
141136 (aod::femtouniverseparticle::tempFitVar > confInvMassLowLimitPhi) &&
142137 (aod::femtouniverseparticle::tempFitVar < confInvMassUpLimitPhi);
143138
144- // Partition<soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>> partsPhiMCTruth =
145- // aod::femtouniverseparticle::partType == static_cast<uint8_t>(aod::femtouniverseparticle::ParticleType::kMCTruthTrack) &&
146- // aod::femtouniverseparticle::pt < ConfPhiPtHigh &&
147- // aod::femtouniverseparticle::pt > ConfPhiPtLow;
148-
149139 // / Partitions for Phi daughters kPhiChild
150140 Partition<FilteredFemtoFullParticles> partsPhiDaugh = (aod::femtouniverseparticle::partType == uint8_t (aod::femtouniverseparticle::ParticleType::kPhiChild ));
151141 Partition<soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>> partsPhiDaughMC = (aod::femtouniverseparticle::partType == uint8_t (aod::femtouniverseparticle::ParticleType::kPhiChild ));
0 commit comments