Skip to content

Commit 57ae64e

Browse files
ddobrigkvojmach
authored andcommitted
[Common] minor adjustment to NTPV centralities in cent study task (AliceO2Group#11868)
1 parent 3acacd7 commit 57ae64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tasks/centralityStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ struct centralityStudy {
327327
histos.fill(HIST("hCollisionSelection"), 15 /* pass em/upc rejection */);
328328

329329
// if we got here, we also finally fill the FT0C histogram, please
330-
histos.fill(HIST("hNPVContributors"), collision.multPVTotalContributors());
330+
histos.fill(HIST("hNPVContributors"), collision.multNTracksPV());
331331
histos.fill(HIST("hFT0C_Collisions"), collision.multFT0C() * scaleSignalFT0C);
332332
histos.fill(HIST("hFT0M_Collisions"), (collision.multFT0A() + collision.multFT0C()) * scaleSignalFT0M);
333333
histos.fill(HIST("hFV0A_Collisions"), collision.multFV0A() * scaleSignalFV0A);

0 commit comments

Comments
 (0)