@@ -477,7 +477,6 @@ struct centralityStudy {
477477 histPointers.insert ({histPath + " hPVChi2VsCentrality" , histos.add ((histPath + " hPVChi2VsCentrality" ).c_str (), " hPVChi2VsCentrality" , {kTH2F , {{axisCentrality, axisPVChi2}}})});
478478 histPointers.insert ({histPath + " hDeltaTimeVsCentrality" , histos.add ((histPath + " hDeltaTimeVsCentrality" ).c_str (), " hDeltaTimeVsCentrality" , {kTH2F , {{axisCentrality, axisDeltaTime}}})});
479479 histPointers.insert ({histPath + " hInteractionRateVsCentrality" , histos.add ((histPath + " hInteractionRateVsCentrality" ).c_str (), " hInteractionRateVsCentrality" , {kTH2F , {{axisCentrality, axisInteractionRate}}})});
480-
481480 }
482481
483482 if (studies.doNGlobalTracksVsRawSignals ) {
@@ -872,7 +871,7 @@ struct centralityStudy {
872871 uint64_t bcTimestamp = multbc.timestamp ();
873872 const float interactionRate = mRateFetcher .fetch (ccdb.service , bcTimestamp, mRunNumber , irSource.value , irCrashOnNull) / 1000 .; // kHz
874873 histos.fill (HIST (" hInteractionRate" ), interactionRate);
875- if (constexpr (requires { collision.FT0C (); })) {
874+ if (constexpr (requires { collision.FT0C (); })) {
876875 histos.fill (HIST (" hInteractionRateVsCentrality" ), collision.centFT0C (), interactionRate);
877876 if (studies.doRunByRunHistograms ) {
878877 getHist (TH2, histPath + " hInteractionRateVsCentrality" )->Fill (collision.centFT0C (), interactionRate);
0 commit comments