diff --git a/Common/LegacyDataQA/otfv0qa.cxx b/Common/LegacyDataQA/otfv0qa.cxx index 0d66c82c78c..3bfe8c87831 100644 --- a/Common/LegacyDataQA/otfv0qa.cxx +++ b/Common/LegacyDataQA/otfv0qa.cxx @@ -49,11 +49,11 @@ struct OTFV0Qa { histos.fill(HIST("hCandidates"), v0s.size()); for (auto const& v0 : v0s) { histos.fill(HIST("hGammaMass"), v0.mass()); - if(v0.mass() mEnabledTables; // Vector of enabled tables @@ -166,10 +166,10 @@ struct MultiplicityTable { 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(); + // 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())); } }