Skip to content

Commit 1dda379

Browse files
authored
[PWGLF] Uncommented Event Selection (#15199)
1 parent 76e8789 commit 1dda379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -981,9 +981,9 @@ struct V0PtInvMassPlots {
981981
antilambdaptedgevalues[i] = std::stod(pthistos::antilambdaPtBins[i]);
982982
}
983983

984-
// if (!acceptEvent(collision)) { // Event Selection
985-
// return;
986-
// }
984+
if (!acceptEvent(collision)) { // Event Selection
985+
return;
986+
}
987987
rPtAnalysis.fill(HIST("hNRecEvents"), 0.5, collision.centFT0M()); // Number of recorded events
988988
for (const auto& v0 : V0s) {
989989
// Checking that the V0 is a true K0s/Lambdas/Antilambdas and then filling the parameter histograms and the invariant mass plots for different cuts (which are taken from namespace)

0 commit comments

Comments
 (0)