We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb7e92 commit 0dddc12Copy full SHA for 0dddc12
Common/Tasks/centralityStudy.cxx
@@ -327,7 +327,7 @@ struct centralityStudy {
327
histos.fill(HIST("hCollisionSelection"), 15 /* pass em/upc rejection */);
328
329
// if we got here, we also finally fill the FT0C histogram, please
330
- histos.fill(HIST("hNPVContributors"), collision.multPVTotalContributors());
+ histos.fill(HIST("hNPVContributors"), collision.multNTracksPV());
331
histos.fill(HIST("hFT0C_Collisions"), collision.multFT0C() * scaleSignalFT0C);
332
histos.fill(HIST("hFT0M_Collisions"), (collision.multFT0A() + collision.multFT0C()) * scaleSignalFT0M);
333
histos.fill(HIST("hFV0A_Collisions"), collision.multFV0A() * scaleSignalFV0A);
0 commit comments