@@ -251,11 +251,11 @@ struct FlowTask {
251251 registry.add (" hVtxZ" , " Vexter Z distribution" , {HistType::kTH1D , {axisVertex}});
252252 registry.add (" hMult" , " Multiplicity distribution" , {HistType::kTH1D , {{3000 , 0.5 , 3000.5 }}});
253253 std::string hCentTitle = " Centrality distribution, Estimator " + std::to_string (cfgCentEstimator);
254- registry.add (" hCent" , hCentTitle.c_str (), {HistType::kTH1D , {{90 , 0 , 90 }}});
254+ registry.add (" hCent" , hCentTitle.c_str (), {HistType::kTH1D , {{100 , 0 , 100 }}});
255255 if (doprocessMCGen) {
256256 registry.add (" MCGen/MChVtxZ" , " Vexter Z distribution" , {HistType::kTH1D , {axisVertex}});
257257 registry.add (" MCGen/MChMult" , " Multiplicity distribution" , {HistType::kTH1D , {{3000 , 0.5 , 3000.5 }}});
258- registry.add (" MCGen/MChCent" , hCentTitle.c_str (), {HistType::kTH1D , {{90 , 0 , 90 }}});
258+ registry.add (" MCGen/MChCent" , hCentTitle.c_str (), {HistType::kTH1D , {{100 , 0 , 100 }}});
259259 }
260260 if (!cfgUseSmallMemory) {
261261 registry.add (" BeforeSel8_globalTracks_centT0C" , " before sel8;Centrality T0C;mulplicity global tracks" , {HistType::kTH2D , {axisCentForQA, axisNch}});
0 commit comments