Skip to content

Commit d8409fa

Browse files
committed
Add MC analysis to debug-V0 task
1 parent 44af01e commit d8409fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ struct FemtoUniverseDebugV0 {
150150
}
151151
PROCESS_SWITCH(FemtoUniverseDebugV0, processData, "Enable processing on real data", true);
152152

153-
/// Produce QA plots for V0 and its children on MonteCarlo data
153+
/// Produce QA plots for V0 and its children on Monte Carlo
154154
void processMC(o2::aod::FdCollision const& col, soa::Join<FemtoFullParticles, aod::FDMCLabels> const& parts, o2::aod::FdMCParticles const&)
155155
{
156156
auto groupPartsOne = partsOneMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);

0 commit comments

Comments
 (0)