diff --git a/Common/TableProducer/centralityTable.cxx b/Common/TableProducer/centralityTable.cxx index fde454fabf6..427eb628f0a 100644 --- a/Common/TableProducer/centralityTable.cxx +++ b/Common/TableProducer/centralityTable.cxx @@ -573,7 +573,7 @@ struct CentralityTable { getccdb(FT0CInfo, ccdbConfig.genName); break; case kCentFT0CVariant1s: - getccdb(FT0CInfo, ccdbConfig.genName); + getccdb(FT0CVariant1Info, ccdbConfig.genName); break; case kCentFDDMs: getccdb(FDDMInfo, ccdbConfig.genName); diff --git a/Common/TableProducer/multiplicityTable.cxx b/Common/TableProducer/multiplicityTable.cxx index 6d4411f7058..c572f3b458d 100644 --- a/Common/TableProducer/multiplicityTable.cxx +++ b/Common/TableProducer/multiplicityTable.cxx @@ -162,18 +162,6 @@ struct MultiplicityTable { LOGF(fatal, "Cannot enable processRun2 and processRun3 at the same time. Please choose one."); } - // exploratory - auto& workflows = context.services().get(); - for (auto const& device : workflows.devices) { - for (auto const& input : device.inputs) { - // input.print(); - TString devNam = device.name.c_str(); - TString inBin = input.matcher.binding.c_str(); - // TString subSpec = input.matcher.subspec.c_str(); - LOGF(info, Form("device %s input binding %s subspec", devNam.Data(), inBin.Data())); - } - } - bool tEnabled[nTables] = {false}; for (int i = 0; i < nTables; i++) { int f = enabledTables->get(tableNames[i].c_str(), "Enable");