Skip to content

Commit 248986a

Browse files
authored
[PWGLF] Removed unused table from derived data in ME (#12837)
1 parent 43f92e9 commit 248986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/higherMassResonances.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ struct HigherMassResonances {
14001400
}
14011401
PROCESS_SWITCH(HigherMassResonances, processSEderived, "same event process in strangeness derived data", false);
14021402

1403-
void processMEderived(EventCandidatesDerivedData const& collisions, TrackCandidates const& /*tracks*/, V0CandidatesDerivedData const& v0s, DauTracks const&)
1403+
void processMEderived(EventCandidatesDerivedData const& collisions, V0CandidatesDerivedData const& v0s, DauTracks const&)
14041404
{
14051405

14061406
for (const auto& [c1, c2] : selfCombinations(colBinning, config.cfgNmixedEvents, -1, collisions, collisions)) // two different centrality c1 and c2 and tracks corresponding to them

0 commit comments

Comments
 (0)