File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments