We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb6b40 commit 01e56ccCopy full SHA for 01e56cc
PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx
@@ -2548,7 +2548,7 @@ struct LambdaJetpolarizationMCcount {
2548
if (!evtReconstructedAndSelected) { // Check that the event is reconstructed and that the reconstructed events pass the selection
2549
return;
2550
}
2551
- registry.fill(HIST("hEventSelection"), 1.5); // hSelAndRecoMcCollCounter
+ registry.fill(HIST("hEventSelection"), 1.5); // hSelAndRecoMcCollCounter
2552
if (eventPosZselection && abs(mcCollision.posZ()) > 10.f) { // 10cm
2553
2554
0 commit comments