Skip to content

Commit f9480df

Browse files
authored
Update NchCumulantsIdentified.cxx
1 parent 7f41560 commit f9480df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/NchCumulantsIdentified.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,11 @@ struct NchCumulantsIdentified {
661661
hist.fill(HIST("sparse2"), nCh, nP, nM, nPi, nAPi, nKa, nAKa, nT, col.centFT0M());
662662

663663
} // collision ends
664-
} // process ends
665-
}; // structure ends
664+
} // process ends
665+
}; // structure ends
666666

667667
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
668668
{
669669
return WorkflowSpec{
670670
adaptAnalysisTask<NchCumulantsIdentified>(cfgc)};
671-
}
671+
}

0 commit comments

Comments
 (0)