Skip to content

Commit bca3d15

Browse files
authored
[PWGLF] fix KF particle path subscription (V0sLinked) (#9646)
1 parent a384953 commit bca3d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/cascadebuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ struct cascadeBuilder {
19791979
}
19801980
PROCESS_SWITCH(cascadeBuilder, processFindableRun3, "Produce Run 3 findable cascade tables", false);
19811981

1982-
void processRun3withKFParticle(aod::Collisions const& collisions, soa::Filtered<TaggedCascades> const& cascades, FullTracksExtIU const&, aod::BCsWithTimestamps const&, aod::V0s const&)
1982+
void processRun3withKFParticle(aod::Collisions const& collisions, soa::Filtered<TaggedCascades> const& cascades, FullTracksExtIU const&, aod::BCsWithTimestamps const&, aod::V0sLinked const&)
19831983
{
19841984
for (const auto& collision : collisions) {
19851985
// Fire up CCDB

0 commit comments

Comments
 (0)