|
ROOT 6.12/06 Reference Guide |
Definition at line 618 of file TDFNodes.hxx.
Public Member Functions | |
| TFilter (FilterF &&f, const ColumnNames_t &bl, PrevDataFrame &pd, std::string_view name="") | |
| TFilter (const TFilter &)=delete | |
| template<int... S> | |
| bool | CheckFilterHelper (unsigned int slot, Long64_t entry, TDFInternal::StaticSeq< 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 |
| TFilter & | operator= (const TFilter &)=delete |
| void | PartialReport () const final |
| void | Report () const final |
| void | StopProcessing () final |
| void | TriggerChildrenCount () final |
Public Member Functions inherited from ROOT::Detail::TDF::TFilterBase | |
| TFilterBase (TLoopManager *df, std::string_view name, const unsigned int nSlots) | |
| virtual | ~TFilterBase ()=default |
| TLoopManager * | GetImplPtr () const |
| unsigned int | GetNSlots () const |
| bool | HasName () const |
| void | InitNode () |
| TFilterBase & | operator= (const TFilterBase &)=delete |
| void | PrintReport () const |
| void | ResetChildrenCount () |
| void | ResetReportCount () |
Private Types | |
| using | BranchTypes_t = typename CallableTraits< FilterF >::arg_types |
| using | TypeInd_t = TDFInternal::GenStaticSeq_t< BranchTypes_t::list_size > |
Private Attributes | |
| const ColumnNames_t | fBranches |
| FilterF | fFilter |
| PrevDataFrame & | fPrevData |
| std::vector< TDFInternal::TDFValueTuple_t< BranchTypes_t > > | fValues |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::TDF::TFilterBase | |
| std::vector< ULong64_t > | fAccepted = {0} |
| TLoopManager * | fImplPtr |
| A raw pointer to the TLoopManager at the root of this functional graph. More... | |
| std::vector< Long64_t > | fLastCheckedEntry |
| std::vector< int > | fLastResult = {true} |
| 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/TDFNodes.hxx>
|
private |
Definition at line 619 of file TDFNodes.hxx.
|
private |
Definition at line 620 of file TDFNodes.hxx.
|
inline |
Definition at line 628 of file TDFNodes.hxx.
|
delete |
|
inline |
Definition at line 655 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 637 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 699 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 685 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 663 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 672 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 670 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 678 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 693 of file TDFNodes.hxx.
|
private |
Definition at line 623 of file TDFNodes.hxx.
|
private |
Definition at line 622 of file TDFNodes.hxx.
|
private |
Definition at line 624 of file TDFNodes.hxx.
|
private |
Definition at line 625 of file TDFNodes.hxx.