An action node in a RDF computation graph.
Definition at line 217 of file RAction.hxx.
Public Types | |
using | ActionCRTP_t = RActionCRTP< RAction< Helper, PrevDataFrame, ColumnTypes_t > > |
Public Member Functions | |
RAction (Helper &&h, const ColumnNames_t &bl, std::shared_ptr< PrevDataFrame > pd, RBookedCustomColumns &&customColumns) | |
template<std::size_t... S> | |
void | Exec (unsigned int slot, Long64_t entry, std::index_sequence< S... >) |
void | InitColumnValues (TTreeReader *r, unsigned int slot) |
template<std::size_t... S> | |
void | ResetColumnValues (unsigned int slot, std::index_sequence< S... > s) |
Private Attributes | |
std::vector< RDFValueTuple_t< ColumnTypes_t > > | fValues |
#include <ROOT/RDF/RAction.hxx>
using ROOT::Internal::RDF::RAction< Helper, PrevDataFrame, ColumnTypes_t >::ActionCRTP_t = RActionCRTP<RAction<Helper, PrevDataFrame, ColumnTypes_t> > |
Definition at line 221 of file RAction.hxx.
|
inline |
Definition at line 223 of file RAction.hxx.
|
inline |
Definition at line 234 of file RAction.hxx.
|
inline |
Definition at line 227 of file RAction.hxx.
|
inline |
Definition at line 241 of file RAction.hxx.
|
private |
Definition at line 218 of file RAction.hxx.