|
ROOT 6.14/05 Reference Guide |
Definition at line 634 of file RDFNodes.hxx.
Public Member Functions | |
| RFilter (FilterF &&f, const ColumnNames_t &bl, PrevDataFrame &pd, std::string_view name="") | |
| RFilter (const RFilter &)=delete | |
| 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 | ClearValueReaders (unsigned int slot) final |
| 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 |
Public Member Functions inherited from ROOT::Detail::RDF::RFilterBase | |
| RFilterBase (RLoopManager *df, std::string_view name, const unsigned int nSlots) | |
| virtual | ~RFilterBase ()=default |
| virtual void | FillReport (ROOT::RDF::RCutFlowReport &) const |
| RLoopManager * | GetLoopManagerUnchecked () const |
| bool | HasName () const |
| virtual void | InitNode () |
| RFilterBase & | operator= (const RFilterBase &)=delete |
| virtual void | ResetChildrenCount () |
| virtual void | ResetReportCount () |
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 | fBranches |
| FilterF | fFilter |
| PrevDataFrame & | fPrevData |
| std::vector< RDFInternal::RDFValueTuple_t< ColumnTypes_t > > | fValues |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::RDF::RFilterBase | |
| std::vector< ULong64_t > | fAccepted = {0} |
| std::vector< Long64_t > | fLastCheckedEntry |
| std::vector< int > | fLastResult = {true} |
| RLoopManager * | fLoopManager |
| A raw pointer to the RLoopManager at the root of this functional graph. More... | |
| const std::string | fName |
| unsigned int | fNChildren {0} |
| Number of nodes of the functional graph hanging from this object. More... | |
| const unsigned int | fNSlots |
| Number of thread slots used by this node, inherited from parent node. More... | |
| unsigned int | fNStopsReceived {0} |
| Number of times that a children node signaled to stop processing entries. More... | |
| std::vector< ULong64_t > | fRejected = {0} |
#include <ROOT/RDFNodes.hxx>
|
private |
Definition at line 635 of file RDFNodes.hxx.
|
private |
Definition at line 636 of file RDFNodes.hxx.
|
inline |
Definition at line 644 of file RDFNodes.hxx.
|
delete |
|
inline |
Definition at line 671 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 653 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 715 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 701 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 679 of file RDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 688 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 686 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 694 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 709 of file RDFNodes.hxx.
|
private |
Definition at line 639 of file RDFNodes.hxx.
|
private |
Definition at line 638 of file RDFNodes.hxx.
|
private |
Definition at line 640 of file RDFNodes.hxx.
|
private |
Definition at line 641 of file RDFNodes.hxx.