Skip to content

Commit 189fb77

Browse files
NucleiTask - Fix O2Lint errors
1 parent 5678d31 commit 189fb77

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PWGLF/DataModel/LFNucleiTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(IsInelGt0, isInelGt0, // is INEL > 0
3838
[](int multPveta1) -> bool { return multPveta1 > 0; });
3939
DECLARE_SOA_DYNAMIC_COLUMN(IsInelGt1, isInelGt1, // is INEL > 1
4040
[](int multPveta1) -> bool { return multPveta1 > 1; });
41-
DECLARE_SOA_DYNAMIC_COLUMN(Selection_bit, selection_bit, // o2-linter: disable=name/o2-column
41+
DECLARE_SOA_DYNAMIC_COLUMN(Selection_bit, selection_bit, // o2-linter: disable=name/o2-column (temporary fix)
4242
[](o2::aod::evsel::EventSelectionFlags /*v*/) -> bool { return true; });
4343
} // namespace fullEvent
4444
DECLARE_SOA_TABLE(LfNuclEvents, "AOD", "LFNUCLEvent",

PWGLF/TableProducer/Nuspex/LFTreeCreatorNuclei.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
/// In this file are defined and filled the output tables
1717
///
1818
/// \author Nicolò Jacazio <nicolo.jacazio@cern.ch> and Francesca Bellini <fbellini@cern.ch>
19-
///
19+
20+
// o2-linter: disable=name/workflow-file
2021

2122
#include "PWGLF/DataModel/LFNucleiTables.h"
2223
#include "PWGLF/DataModel/LFParticleIdentification.h"

0 commit comments

Comments
 (0)