11#ifndef ROOT_RJITTEDCUSTOMCOLUMN
12#define ROOT_RJITTEDCUSTOMCOLUMN
46 const std::type_info &
GetTypeId() const final;
A wrapper around a concrete RCustomColumn, which forwards all calls to it RJittedCustomColumn is a pl...
void ClearValueReaders(unsigned int slot) final
void * GetValuePtr(unsigned int slot) final
void SetCustomColumn(std::unique_ptr< RCustomColumnBase > c)
RJittedCustomColumn(RLoopManager *lm, std::string_view name, unsigned int nSlots)
std::unique_ptr< RCustomColumnBase > fConcreteCustomColumn
void Update(unsigned int slot, Long64_t entry) final
void InitSlot(TTreeReader *r, unsigned int slot) final
const std::type_info & GetTypeId() const final
The head node of a RDF computation graph.
A simple, robust and fast interface to read values from ROOT columnar datasets such as TTree,...
basic_string_view< char > string_view