Skip to content

Commit 6b3df57

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-14756
Please consider the following formatting changes to #14756
2 parents f730e34 + bb87638 commit 6b3df57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

EventFiltering/filterTables.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,10 @@ DECLARE_SOA_COLUMN(EtaPrimePP, hasEtaPrimePP, bool); //! eta'PP meson candidate
211211
DECLARE_SOA_COLUMN(EtaPrimed, hasEtaPrimed, bool); //! eta'd meson candidate (3pi) in the collision
212212

213213
// deuterons non prompt
214-
DECLARE_SOA_COLUMN(H2fromLb, hasH2fromLb, bool); //! deuteron from Lb decay
214+
DECLARE_SOA_COLUMN(H2fromLb, hasH2fromLb, bool); //! deuteron from Lb decay
215215

216216
} // namespace filtering
217217

218-
219218
namespace decision
220219
{
221220

@@ -371,7 +370,6 @@ DECLARE_SOA_TABLE(H2fromLbFilters, "AOD", "H2LbFilters", //!
371370
filtering::H2fromLb);
372371
using H2fromLbFilter = H2fromLbFilters::iterator;
373372

374-
375373
// cefp decision
376374
DECLARE_SOA_TABLE(CefpDecisions, "AOD", "CefpDecision", //!
377375
decision::BCId, decision::GlobalBCId, decision::EvSelBC, decision::CollisionTime, decision::CollisionTimeRes, decision::CefpTriggered0, decision::CefpTriggered1, decision::CefpSelected0, decision::CefpSelected1);

0 commit comments

Comments
 (0)