A wrapper around a concrete RFilter, which forwards all calls to it RJittedFilter is the type of the node returned by jitted Filter calls: the concrete filter can be created and set at a later time, from jitted code.
Definition at line 39 of file RJittedFilter.hxx.
Public Member Functions | |
RJittedFilter (RLoopManager *lm, std::string_view name) | |
~RJittedFilter () | |
void | AddFilterName (std::vector< std::string > &filters) final |
bool | CheckFilters (unsigned int slot, Long64_t entry) final |
void | FillReport (ROOT::RDF::RCutFlowReport &) const final |
void | FinaliseSlot (unsigned int slot) final |
Clean-up operations to be performed at the end of a task. | |
std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph () |
void | IncrChildrenCount () final |
void | InitNode () final |
void | InitSlot (TTreeReader *r, unsigned int slot) final |
void | PartialReport (ROOT::RDF::RCutFlowReport &) const final |
void | Report (ROOT::RDF::RCutFlowReport &) const final |
void | ResetChildrenCount () final |
void | ResetReportCount () final |
void | SetFilter (std::unique_ptr< RFilterBase > f) |
void | StopProcessing () final |
void | TriggerChildrenCount () final |
![]() | |
RFilterBase (RLoopManager *df, std::string_view name, const unsigned int nSlots, const RDFInternal::RBookedDefines &defines) | |
virtual | ~RFilterBase () |
virtual void | AddFilterName (std::vector< std::string > &filters)=0 |
virtual void | FillReport (ROOT::RDF::RCutFlowReport &) const |
virtual void | FinaliseSlot (unsigned int slot)=0 |
Clean-up operations to be performed at the end of a task. | |
std::string | GetName () const |
bool | HasName () const |
virtual void | InitNode () |
virtual void | InitSlot (TTreeReader *r, unsigned int slot)=0 |
RFilterBase & | operator= (const RFilterBase &)=delete |
virtual void | ResetReportCount () |
virtual void | TriggerChildrenCount ()=0 |
![]() | |
RNodeBase (RLoopManager *lm=nullptr) | |
virtual | ~RNodeBase () |
virtual void | AddFilterName (std::vector< std::string > &filters)=0 |
virtual bool | CheckFilters (unsigned int, Long64_t)=0 |
virtual std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > | GetGraph ()=0 |
virtual RLoopManager * | GetLoopManagerUnchecked () |
virtual void | IncrChildrenCount ()=0 |
virtual void | PartialReport (ROOT::RDF::RCutFlowReport &) const =0 |
virtual void | Report (ROOT::RDF::RCutFlowReport &) const =0 |
virtual void | ResetChildrenCount () |
virtual void | StopProcessing ()=0 |
Private Attributes | |
std::unique_ptr< RFilterBase > | fConcreteFilter = nullptr |
Additional Inherited Members | |
![]() | |
std::vector< ULong64_t > | fAccepted = {0} |
RDFInternal::RBookedDefines | fDefines |
std::vector< Long64_t > | fLastCheckedEntry |
std::vector< int > | fLastResult = {true} |
const std::string | fName |
const unsigned int | fNSlots |
Number of thread slots used by this node, inherited from parent node. | |
std::vector< ULong64_t > | fRejected = {0} |
![]() | |
RLoopManager * | fLoopManager |
unsigned int | fNChildren {0} |
Number of nodes of the functional graph hanging from this object. | |
unsigned int | fNStopsReceived {0} |
Number of times that a children node signaled to stop processing entries. | |
#include <ROOT/RDF/RJittedFilter.hxx>
RJittedFilter::RJittedFilter | ( | RLoopManager * | lm, |
std::string_view | name | ||
) |
Definition at line 18 of file RJittedFilter.cxx.
|
inline |
Definition at line 44 of file RJittedFilter.hxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 98 of file RJittedFilter.cxx.
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 32 of file RJittedFilter.cxx.
|
finalvirtual |
Reimplemented from ROOT::Detail::RDF::RFilterBase.
Definition at line 50 of file RJittedFilter.cxx.
Clean-up operations to be performed at the end of a task.
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 86 of file RJittedFilter.cxx.
|
virtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 107 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 56 of file RJittedFilter.cxx.
|
finalvirtual |
Reimplemented from ROOT::Detail::RDF::RFilterBase.
Definition at line 92 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 26 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 44 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 38 of file RJittedFilter.cxx.
|
finalvirtual |
Reimplemented from ROOT::Detail::RDF::RNodeBase.
Definition at line 68 of file RJittedFilter.cxx.
|
finalvirtual |
Reimplemented from ROOT::Detail::RDF::RFilterBase.
Definition at line 80 of file RJittedFilter.cxx.
void RJittedFilter::SetFilter | ( | std::unique_ptr< RFilterBase > | f | ) |
Definition at line 21 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 62 of file RJittedFilter.cxx.
|
finalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 74 of file RJittedFilter.cxx.
|
private |
Definition at line 40 of file RJittedFilter.hxx.