From 7c6b7ca39c5505be51c5f7cecfd9abf9d4dd4de9 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 28 Nov 2022 17:59:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/strangenessbuilder.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/PWGLF/TableProducer/strangenessbuilder.cxx b/PWGLF/TableProducer/strangenessbuilder.cxx index 73036bec9df..51148bff15e 100644 --- a/PWGLF/TableProducer/strangenessbuilder.cxx +++ b/PWGLF/TableProducer/strangenessbuilder.cxx @@ -97,13 +97,10 @@ using V0WithCascadeRefs = soa::Join; struct produceV0ToCascMap { Produces v0toCascMap; std::vector lCascadeArray; - + HistogramRegistry registry{ "registry", - { - {"hCascadesPerV0", "hCascadesPerV0", {HistType::kTH1F, {{100, -0.5f, 99.5f}}}} - } - }; + {{"hCascadesPerV0", "hCascadesPerV0", {HistType::kTH1F, {{100, -0.5f, 99.5f}}}}}}; void process(aod::Collision const& collision, aod::Tracks const&, aod::V0s const& V0s, aod::Cascades const& cascades) { @@ -258,7 +255,8 @@ struct strangenessBuilder { // - covariance matrices auto& workflows = context.services().get(); for (DeviceSpec const& device : workflows.devices) { - if( device.name.compare("cascade-initializer")==0 ) continue; //don't listen to the initializer + if (device.name.compare("cascade-initializer") == 0) + continue; // don't listen to the initializer for (auto const& input : device.inputs) { auto enable = [&input](const std::string tablename, Configurable& flag) { const std::string table = tablename;