@@ -94,17 +94,17 @@ struct McCentrality {
9494 mCounter .mPdgDatabase = pdgDB.service ;
9595 mCounter .mSelectPrimaries = selectPrimaries.value ;
9696
97- enableFlagIfTableRequired (initContext, " McCentFT0Ms" , fillFt0M);
97+ o2::common::core:: enableFlagIfTableRequired (initContext, " McCentFT0Ms" , fillFt0M);
9898 if (fillFt0M) {
9999 histos.add (" FT0M/percentile" , " FT0M percentile." , HistType::kTH1D , {{binsPercentile, " FT0M percentile" }});
100100 histos.add (" FT0M/percentilevsMult" , " FT0M percentile." , HistType::kTH2D , {{binsPercentile, " FT0M percentile" }, {binsMultiplicity, " FT0M mult." }});
101101 }
102- enableFlagIfTableRequired (initContext, " McCentFT0As" , fillFt0A);
102+ o2::common::core:: enableFlagIfTableRequired (initContext, " McCentFT0As" , fillFt0A);
103103 if (fillFt0A) {
104104 histos.add (" FT0A/percentile" , " FT0A percentile." , HistType::kTH1D , {{binsPercentile, " FT0A percentile" }});
105105 histos.add (" FT0A/percentilevsMult" , " FT0A percentile." , HistType::kTH2D , {{binsPercentile, " FT0A percentile" }, {binsMultiplicity, " FT0A mult." }});
106106 }
107- enableFlagIfTableRequired (initContext, " McCentFT0Cs" , fillFt0C);
107+ o2::common::core:: enableFlagIfTableRequired (initContext, " McCentFT0Cs" , fillFt0C);
108108 if (fillFt0C) {
109109 histos.add (" FT0C/percentile" , " FT0C percentile." , HistType::kTH1D , {{binsPercentile, " FT0C percentile" }});
110110 histos.add (" FT0C/percentilevsMult" , " FT0C percentile." , HistType::kTH2D , {{binsPercentile, " FT0C percentile" }, {binsMultiplicity, " FT0C mult." }});
0 commit comments