ROOT 6.16/01 Reference Guide |
An action node in a RDF computation graph.
Definition at line 209 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, const 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 213 of file RAction.hxx.
|
inline |
Definition at line 215 of file RAction.hxx.
|
inline |
Definition at line 226 of file RAction.hxx.
|
inline |
Definition at line 219 of file RAction.hxx.
|
inline |
Definition at line 233 of file RAction.hxx.
|
private |
Definition at line 210 of file RAction.hxx.