Skip to content

Commit 01e56cc

Browse files
committed
Please consider the following formatting changes
1 parent dcb6b40 commit 01e56cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ struct LambdaJetpolarizationMCcount {
25482548
if (!evtReconstructedAndSelected) { // Check that the event is reconstructed and that the reconstructed events pass the selection
25492549
return;
25502550
}
2551-
registry.fill(HIST("hEventSelection"), 1.5); // hSelAndRecoMcCollCounter
2551+
registry.fill(HIST("hEventSelection"), 1.5); // hSelAndRecoMcCollCounter
25522552
if (eventPosZselection && abs(mcCollision.posZ()) > 10.f) { // 10cm
25532553
return;
25542554
}

0 commit comments

Comments
 (0)