We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f775bcf commit efb46ddCopy full SHA for efb46dd
1 file changed
PWGLF/TableProducer/Nuspex/threebodymcfinder.cxx
@@ -59,7 +59,7 @@ struct threebodymcfinder {
59
60
Configurable<bool> requireITS{"requireITS", false, "require ITS information used in tracks"};
61
62
- Preslice<aod::McParticle> perMcCollision = aod::mcparticle::mcCollisionId;
+ Preslice<aod::McParticles> perMcCollision = aod::mcparticle::mcCollisionId;
63
64
std::vector<int> d3bcollisionId;
65
std::vector<int> d3bprong0Index;
0 commit comments