Skip to content

Commit

Permalink
Please consider the following formatting changes (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Apr 26, 2024
1 parent d9c00f2 commit cd18165
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 @@ -141,8 +141,8 @@ struct centralityStudy {
passExtraEventSelection = false;
}

if (passExtraEventSelection){
histos.fill(HIST("hVertexZ"), collision.multPVz() );
if (passExtraEventSelection) {
histos.fill(HIST("hVertexZ"), collision.multPVz());
histos.fill(HIST("hProfileFT0C"), collision.multPVz(), collision.multFT0C());
}

Expand Down

0 comments on commit cd18165

Please sign in to comment.