@@ -671,7 +671,7 @@ struct derivedlambdakzeroanalysis {
671671 histos.get <TH2>(HIST (" hEventSelectionVsCentrality" ))->GetXaxis ()->SetBinLabel (19 , " Below min IR" );
672672 histos.get <TH2>(HIST (" hEventSelectionVsCentrality" ))->GetXaxis ()->SetBinLabel (20 , " Above max IR" );
673673 histos.get <TH2>(HIST (" hEventSelectionVsCentrality" ))->GetXaxis ()->SetBinLabel (21 , " RCT flags" );
674-
674+
675675 histos.add (" hCentralityVsNGlobal" , " hCentralityVsNGlobal" , kTH2D , {{101 , 0 .0f , 101 .0f }, axisConfigurations.axisNch });
676676 histos.add (" hEventCentVsMultFT0M" , " hEventCentVsMultFT0M" , kTH2D , {{101 , 0 .0f , 101 .0f }, axisConfigurations.axisMultFT0M });
677677 histos.add (" hEventCentVsMultFT0C" , " hEventCentVsMultFT0C" , kTH2D , {{101 , 0 .0f , 101 .0f }, axisConfigurations.axisMultFT0C });
@@ -2146,8 +2146,8 @@ struct derivedlambdakzeroanalysis {
21462146 if (fillHists) {
21472147 histos.fill (HIST (" hEventSelection" ), 16 /* Below min occupancy */ );
21482148 if (doEventQA) {
2149- histos.fill (HIST (" hEventSelectionVsCentrality" ), 16 /* Below min occupancy */ , centrality);
2150- }
2149+ histos.fill (HIST (" hEventSelectionVsCentrality" ), 16 /* Below min occupancy */ , centrality);
2150+ }
21512151 }
21522152
21532153 if (eventSelections.maxOccupancy >= 0 && collisionOccupancy > eventSelections.maxOccupancy ) {
@@ -2156,8 +2156,8 @@ struct derivedlambdakzeroanalysis {
21562156 if (fillHists) {
21572157 histos.fill (HIST (" hEventSelection" ), 17 /* Above max occupancy */ );
21582158 if (doEventQA) {
2159- histos.fill (HIST (" hEventSelectionVsCentrality" ), 17 /* Above max occupancy */ , centrality);
2160- }
2159+ histos.fill (HIST (" hEventSelectionVsCentrality" ), 17 /* Above max occupancy */ , centrality);
2160+ }
21612161 }
21622162 }
21632163
0 commit comments