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 Apr 24, 2024
1 parent 4169465 commit e29652a
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 @@ -76,7 +76,7 @@ struct centralityStudy {
histos.add("hFT0C_BCs", "hFT0C_BCs", kTH1D, {axisMultFT0C});
}

if(do2DPlots){
if (do2DPlots) {
histos.add("hFT0CvsNContribs", "hFT0CvsNContribs", kTH2F, {axisMultPVContributors, axisMultFT0C});
histos.add("hMatchedVsITSOnly", "hMatchedVsITSOnly", kTH2F, {axisMultITSOnly, axisMultITSTPC});
}
Expand Down Expand Up @@ -132,7 +132,7 @@ struct centralityStudy {
// if we got here, we also finally fill the FT0C histogram, please
histos.fill(HIST("hFT0C_Collisions"), collision.multFT0C() /* Not at same bunch pile-up */);

if(do2DPlots){
if (do2DPlots) {
histos.fill(HIST("hFT0CvsNContribs"), collision.multNTracksPV(), collision.multFT0C());
histos.fill(HIST("hMatchedVsITSOnly"), collision.multNTracksITSOnly(), collision.multNTracksITSTPC());
}
Expand Down

0 comments on commit e29652a

Please sign in to comment.