Skip to content

Commit efb46dd

Browse files
committed
fixup! Preslice should be used with tables and not iterators
1 parent f775bcf commit efb46dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/threebodymcfinder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct threebodymcfinder {
5959

6060
Configurable<bool> requireITS{"requireITS", false, "require ITS information used in tracks"};
6161

62-
Preslice<aod::McParticle> perMcCollision = aod::mcparticle::mcCollisionId;
62+
Preslice<aod::McParticles> perMcCollision = aod::mcparticle::mcCollisionId;
6363

6464
std::vector<int> d3bcollisionId;
6565
std::vector<int> d3bprong0Index;

0 commit comments

Comments
 (0)