From 13debf6b16cf6456fef3fada11400efad0f06827 Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Mon, 27 Jan 2025 16:26:59 +0100 Subject: [PATCH 1/2] [Common] Remove accidentally merged verbose output --- Common/TableProducer/multiplicityTable.cxx | 12 ------------ 1 file changed, 12 deletions(-) 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"); From 616143a7b828db27964c64a52ff8259bd7149b45 Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Mon, 27 Jan 2025 17:05:35 +0100 Subject: [PATCH 2/2] Update centralityTable.cxx --- Common/TableProducer/centralityTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);