From 0b68bcdaf4f276191b28dcccd22452e354b7c6ee Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 19 Jan 2025 17:46:31 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/cascademlselection.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/cascademlselection.cxx b/PWGLF/TableProducer/Strangeness/cascademlselection.cxx index 07fb406fdcb..6da4bc669e4 100644 --- a/PWGLF/TableProducer/Strangeness/cascademlselection.cxx +++ b/PWGLF/TableProducer/Strangeness/cascademlselection.cxx @@ -75,7 +75,7 @@ struct cascademlselection { std::map metadata; - Produces xiMLSelections; // optionally aggregate information from ML output for posterior analysis (derived data) + Produces xiMLSelections; // optionally aggregate information from ML output for posterior analysis (derived data) Produces omegaMLSelections; // optionally aggregate information from ML output for posterior analysis (derived data) HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject}; @@ -137,7 +137,7 @@ struct cascademlselection { } mRunNumber = collision.runNumber(); timeStampML = collision.timestamp(); - } + } if constexpr (requires { collision.template bc_as(); }) { // we are in original data auto bc = collision.template bc_as(); if (mRunNumber == bc.runNumber()) { @@ -277,7 +277,7 @@ struct cascademlselection { void processStandardData(aod::Collision const& collision, CascOriginalDatas const& cascades) { initCCDB(collision); - + histos.fill(HIST("hEventVertexZ"), collision.posZ()); for (auto& casc : cascades) { nCandidates++;