A wrapper around a concrete RVariation, which forwards all calls to it RJittedVariation is a placeholder that is inserted in the computation graph in place of a RVariation that will be just-in-time compiled.
Jitted code will assign the concrete RVariation to this RJittedVariation before the event-loop starts.
Definition at line 29 of file RJittedVariation.hxx.
|
| | RJittedVariation (const std::vector< std::string > &colNames, std::string_view variationName, const std::vector< std::string > &variationTags, std::string_view type, const RColumnRegister &colRegister, RLoopManager &lm, const ColumnNames_t &inputColNames) |
| |
| | ~RJittedVariation () override |
| |
| void | FinalizeSlot (unsigned int slot) final |
| | Clean-up operations to be performed at the end of a task.
|
| |
| const std::vector< std::string > & | GetColumnNames () const |
| |
| const std::type_info & | GetTypeId () const final |
| |
| std::string | GetTypeName () const |
| |
| void * | GetValuePtr (unsigned int slot, const std::string &column, const std::string &variation) final |
| | Return the (type-erased) address of the value of one variation of one column (can be safely cast back to a T*).
|
| |
| const std::string & | GetVariationName () const |
| |
| const std::vector< std::string > & | GetVariationNames () const |
| |
| void | InitSlot (TTreeReader *r, unsigned int slot) final |
| |
| void | SetVariation (std::unique_ptr< RVariationBase > c) |
| |
| void | Update (unsigned int slot, Long64_t entry) final |
| | Update the value at the address returned by GetValuePtr with the content corresponding to the given entry.
|
| |
#include <ROOT/RDF/RJittedVariation.hxx>
◆ RJittedVariation()
| ROOT::Internal::RDF::RJittedVariation::RJittedVariation |
( |
const std::vector< std::string > & | colNames, |
|
|
std::string_view | variationName, |
|
|
const std::vector< std::string > & | variationTags, |
|
|
std::string_view | type, |
|
|
const RColumnRegister & | colRegister, |
|
|
RLoopManager & | lm, |
|
|
const ColumnNames_t & | inputColNames ) |
|
inline |
◆ ~RJittedVariation()
| RJittedVariation::~RJittedVariation |
( |
| ) |
|
|
override |
◆ FinalizeSlot()
| void RJittedVariation::FinalizeSlot |
( |
unsigned int | slot | ) |
|
|
finalvirtual |
◆ GetColumnNames()
| const std::vector< std::string > & ROOT::Internal::RDF::RVariationBase::GetColumnNames |
( |
| ) |
const |
|
inherited |
◆ GetTypeId()
| const std::type_info & RJittedVariation::GetTypeId |
( |
| ) |
const |
|
finalvirtual |
◆ GetTypeName()
| std::string ROOT::Internal::RDF::RVariationBase::GetTypeName |
( |
| ) |
const |
|
inherited |
◆ GetValuePtr()
| void * RJittedVariation::GetValuePtr |
( |
unsigned int | slot, |
|
|
const std::string & | column, |
|
|
const std::string & | variation ) |
|
finalvirtual |
◆ GetVariationName()
| const std::string & ROOT::Internal::RDF::RVariationBase::GetVariationName |
( |
| ) |
const |
|
inherited |
◆ GetVariationNames()
| const std::vector< std::string > & ROOT::Internal::RDF::RVariationBase::GetVariationNames |
( |
| ) |
const |
|
inherited |
◆ InitSlot()
| void RJittedVariation::InitSlot |
( |
TTreeReader * | r, |
|
|
unsigned int | slot ) |
|
finalvirtual |
◆ SetVariation()
| void ROOT::Internal::RDF::RJittedVariation::SetVariation |
( |
std::unique_ptr< RVariationBase > | c | ) |
|
|
inline |
◆ Update()
| void RJittedVariation::Update |
( |
unsigned int | slot, |
|
|
Long64_t | entry ) |
|
finalvirtual |
◆ fColNames
| std::vector<std::string> ROOT::Internal::RDF::RVariationBase::fColNames |
|
protectedinherited |
◆ fColumnRegister
◆ fConcreteVariation
| std::unique_ptr<RVariationBase> ROOT::Internal::RDF::RJittedVariation::fConcreteVariation = nullptr |
|
private |
◆ fInputColumns
◆ fIsDefine
| ROOT::RVecB ROOT::Internal::RDF::RVariationBase::fIsDefine |
|
protectedinherited |
The nth flag signals whether the nth input column is a custom column or not.
Definition at line 50 of file RVariationBase.hxx.
◆ fLastCheckedEntry
| std::vector<Long64_t> ROOT::Internal::RDF::RVariationBase::fLastCheckedEntry |
|
protectedinherited |
◆ fLoopManager
| RLoopManager* ROOT::Internal::RDF::RVariationBase::fLoopManager |
|
protectedinherited |
◆ fType
| std::string ROOT::Internal::RDF::RVariationBase::fType |
|
protectedinherited |
◆ fVariationName
| std::string ROOT::Internal::RDF::RVariationBase::fVariationName |
|
protectedinherited |
◆ fVariationNames
| std::vector<std::string> ROOT::Internal::RDF::RVariationBase::fVariationNames |
|
protectedinherited |
The documentation for this class was generated from the following files: