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);