We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611f4cd commit 877e777Copy full SHA for 877e777
PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx
@@ -1748,7 +1748,7 @@ struct hadronnucleicorrelation {
1748
1749
for (auto particle : mcParticles) {
1750
1751
- if (std::abs(particle.template singleCollSel_as<SimCollisions>().posZ()) > cutzvertex)
+ if (std::abs(particle.template mcCollision_as<aod::McCollisions>().posZ()) > cutzvertex)
1752
continue;
1753
1754
if (particle.pdgCode() == pdgProton) {
0 commit comments