We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb46dd commit 6ffae51Copy full SHA for 6ffae51
1 file changed
PWGLF/TableProducer/Strangeness/cascademcfinder.cxx
@@ -67,7 +67,7 @@ struct cascademcfinder {
67
Configurable<bool> doQA{"doQA", true, "do qa plots"};
68
69
// For manual sliceBy
70
- Preslice<aod::McParticle> perMcCollision = aod::mcparticle::mcCollisionId;
+ Preslice<aod::McParticles> perMcCollision = aod::mcparticle::mcCollisionId;
71
72
std::vector<int> casccollisionId;
73
std::vector<int> cascv0Index;
0 commit comments