Skip to content

Commit 56bac12

Browse files
authored
Please consider the following formatting changes (#461)
1 parent 9c5d8cf commit 56bac12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,10 @@ struct centralityStudy {
667667
histos.fill(HIST("hNGlobalTracksVsNMFTTracks"), mftNtracks, multNTracksGlobal);
668668
histos.fill(HIST("hNGlobalTracksVsNTPV"), multNTracksPV, multNTracksGlobal);
669669

670-
// per run
670+
// per run
671671
getHist(TH2, histPath + "hNGlobalTracksVsFT0A")->Fill(multFT0A, multNTracksGlobal);
672672
getHist(TH2, histPath + "hNGlobalTracksVsFT0C")->Fill(multFT0C, multNTracksGlobal);
673-
getHist(TH2, histPath + "hNGlobalTracksVsFT0M")->Fill(multFT0A+multFT0C, multNTracksGlobal);
673+
getHist(TH2, histPath + "hNGlobalTracksVsFT0M")->Fill(multFT0A + multFT0C, multNTracksGlobal);
674674
getHist(TH2, histPath + "hNGlobalTracksVsFV0A")->Fill(multFV0A, multNTracksGlobal);
675675
getHist(TH2, histPath + "hNGlobalTracksVsNMFTTracks")->Fill(mftNtracks, multNTracksGlobal);
676676
getHist(TH2, histPath + "hNGlobalTracksVsNTPV")->Fill(multNTracksPV, multNTracksGlobal);

0 commit comments

Comments
 (0)