Skip to content

Commit ffb9881

Browse files
authored
DPL Analysis: add generic getter to expression column creation macro (#13408)
1 parent a3e87d6 commit ffb9881

File tree

1 file changed

+6
-0
lines changed
  • Framework/Core/include/Framework

1 file changed

+6
-0
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,12 @@ DECLARE_SOA_ITERATOR_METADATA();
21042104
{ \
21052105
return *mColumnIterator; \
21062106
} \
2107+
\
2108+
decltype(auto) get() const \
2109+
{ \
2110+
return _Getter_(); \
2111+
} \
2112+
\
21072113
static o2::framework::expressions::Projector Projector() \
21082114
{ \
21092115
return _Expression_; \

0 commit comments

Comments
 (0)