Skip to content

Commit 7dcd0f9

Browse files
authored
[PWGLF] Add the subscription to CascadeMCCores in the processMonteCarloRec process function (#12890)
1 parent eb9948c commit 7dcd0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/cascadeAnalysisLightIonsDerivedData.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ struct CascadeAnalysisLightIonsDerivedData {
826826

827827
PROCESS_SWITCH(CascadeAnalysisLightIonsDerivedData, processData, "Process data", true);
828828

829-
void processMonteCarloRec(SimCollisions const& RecCols, CascadeMCCandidates const& fullCascades, DaughterTracks const&)
829+
void processMonteCarloRec(SimCollisions const& RecCols, CascadeMCCandidates const& fullCascades, DaughterTracks const&, CascadeMCCores const&)
830830
{
831831
for (const auto& RecCol : RecCols) {
832832
// Fill event counter before event selection

0 commit comments

Comments
 (0)