Definition at line 54 of file RFilter.hxx.
Public Member Functions | |
RFilter (const RFilter &)=delete | |
RFilter (FilterF &&f, const ColumnNames_t &columns, std::shared_ptr< PrevDataFrame > pd, const RDFInternal::RBookedCustomColumns &customColumns, std::string_view name="") | |
~RFilter () | |
void | AddFilterName (std::vector< std::string > &filters) |
template<std::size_t... S> | |
bool | CheckFilterHelper (unsigned int slot, Long64_t entry, std::index_sequence< S... >) |
bool | CheckFilters (unsigned int slot, Long64_t entry) final |
virtual void | ClearTask (unsigned int slot) final |
virtual void | ClearValueReaders (unsigned int slot) final |
std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph () |
void | IncrChildrenCount () final |
void | InitSlot (TTreeReader *r, unsigned int slot) final |
RFilter & | operator= (const RFilter &)=delete |
void | PartialReport (ROOT::RDF::RCutFlowReport &rep) const final |
void | Report (ROOT::RDF::RCutFlowReport &rep) const final |
void | StopProcessing () final |
void | TriggerChildrenCount () final |
![]() | |
RFilterBase (RLoopManager *df, std::string_view name, const unsigned int nSlots, const RDFInternal::RBookedCustomColumns &customColumns) | |
virtual | ~RFilterBase () |
virtual void | AddFilterName (std::vector< std::string > &filters)=0 |
virtual void | ClearTask (unsigned int slot)=0 |
virtual void | ClearValueReaders (unsigned int slot)=0 |
virtual void | FillReport (ROOT::RDF::RCutFlowReport &) const |
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 Types | |
using | ColumnTypes_t = typename CallableTraits< FilterF >::arg_types |
using | TypeInd_t = std::make_index_sequence< ColumnTypes_t::list_size > |
Private Attributes | |
const ColumnNames_t | fColumnNames |
FilterF | fFilter |
std::array< bool, ColumnTypes_t::list_size > | fIsCustomColumn |
The nth flag signals whether the nth input column is a custom column or not. More... | |
PrevDataFrame & | fPrevData |
const std::shared_ptr< PrevDataFrame > | fPrevDataPtr |
std::vector< RDFInternal::RDFValueTuple_t< ColumnTypes_t > > | fValues |
Additional Inherited Members | |
![]() | |
std::vector< ULong64_t > | fAccepted = {0} |
RDFInternal::RBookedCustomColumns | fCustomColumns |
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. More... | |
std::vector< ULong64_t > | fRejected = {0} |
![]() | |
RLoopManager * | fLoopManager |
unsigned int | fNChildren {0} |
Number of nodes of the functional graph hanging from this object. More... | |
unsigned int | fNStopsReceived {0} |
Number of times that a children node signaled to stop processing entries. More... | |
#include <ROOT/RDF/RFilter.hxx>
|
private |
Definition at line 55 of file RFilter.hxx.
|
private |
Definition at line 56 of file RFilter.hxx.
|
inline |
Definition at line 67 of file RFilter.hxx.
|
delete |
|
inline |
Definition at line 82 of file RFilter.hxx.
|
inlinevirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 152 of file RFilter.hxx.
|
inline |
Definition at line 102 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 84 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 159 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 147 of file RFilter.hxx.
|
inlinevirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 168 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 133 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 110 of file RFilter.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 120 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 118 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 126 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 141 of file RFilter.hxx.
|
private |
Definition at line 59 of file RFilter.hxx.
|
private |
Definition at line 58 of file RFilter.hxx.
|
private |
The nth flag signals whether the nth input column is a custom column or not.
Definition at line 64 of file RFilter.hxx.
|
private |
Definition at line 61 of file RFilter.hxx.
|
private |
Definition at line 60 of file RFilter.hxx.
|
private |
Definition at line 62 of file RFilter.hxx.