Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Oct 29, 2024
1 parent 7edd547 commit f29833b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/Tasks/centralityStudy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ struct centralityStudy {
if (selectFV0OrA && !multbc.multBCFV0OrA())
return;
histos.fill(HIST("hBCSelection"), 3); // FV0OrA
if(vertexZwithT0<100.0f){
if (vertexZwithT0 < 100.0f) {
if (!multbc.multBCFT0PosZValid())
return;
if (TMath::Abs(multbc.multBCFT0PosZ())>vertexZwithT0)
if (TMath::Abs(multbc.multBCFT0PosZ()) > vertexZwithT0)
return;
}
histos.fill(HIST("hBCSelection"), 4); // FV0OrA
Expand Down

0 comments on commit f29833b

Please sign in to comment.