Skip to content

Commit 74377ee

Browse files
authored
[PWGCF] Fix missing MC table subscription (#12349)
1 parent 859e04a commit 74377ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TableProducer/filter2Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ struct Filter2Prong {
251251
}
252252
PROCESS_SWITCH(Filter2Prong, processMC, "Process MC 2-prong daughters", false);
253253

254-
void processMCGeneric(aod::McCollisions::iterator const&, aod::CFMcParticleRefs const& cfmcparticles)
254+
void processMCGeneric(aod::McCollisions::iterator const&, aod::CFMcParticleRefs const& cfmcparticles, [[maybe_unused]] aod::McParticles const& mcparticles)
255255
{
256256
// The main filter outputs the primary MC particles. Here we just resolve the daughter indices that are needed for the efficiency matching.
257257
for (const auto& r : cfmcparticles) {

0 commit comments

Comments
 (0)