From bb8763842b1ec4aa44ef59c472610327e59d77b4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 2 Feb 2026 16:33:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- EventFiltering/filterTables.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/EventFiltering/filterTables.h b/EventFiltering/filterTables.h index 844140a6685..fdd545622d7 100644 --- a/EventFiltering/filterTables.h +++ b/EventFiltering/filterTables.h @@ -211,11 +211,10 @@ DECLARE_SOA_COLUMN(EtaPrimePP, hasEtaPrimePP, bool); //! eta'PP meson candidate DECLARE_SOA_COLUMN(EtaPrimed, hasEtaPrimed, bool); //! eta'd meson candidate (3pi) in the collision // deuterons non prompt -DECLARE_SOA_COLUMN(H2fromLb, hasH2fromLb, bool); //! deuteron from Lb decay +DECLARE_SOA_COLUMN(H2fromLb, hasH2fromLb, bool); //! deuteron from Lb decay } // namespace filtering - namespace decision { @@ -371,7 +370,6 @@ DECLARE_SOA_TABLE(H2fromLbFilters, "AOD", "H2LbFilters", //! filtering::H2fromLb); using H2fromLbFilter = H2fromLbFilters::iterator; - // cefp decision DECLARE_SOA_TABLE(CefpDecisions, "AOD", "CefpDecision", //! decision::BCId, decision::GlobalBCId, decision::EvSelBC, decision::CollisionTime, decision::CollisionTimeRes, decision::CefpTriggered0, decision::CefpTriggered1, decision::CefpSelected0, decision::CefpSelected1);