|
ROOT 6.10/00 Reference Guide |
Definition at line 395 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::TStaticSeq< S...>) |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| void | CreateSlots (unsigned int nSlots) |
| void | Init (TTreeReader *r, unsigned int slot) final |
| void | PartialReport () const final |
| void | Report () const final |
| void | StopProcessing () |
Public Member Functions inherited from ROOT::Detail::TDF::TFilterBase | |
| TFilterBase (TLoopManager *df, const ColumnNames_t &tmpBranches, std::string_view name) | |
| virtual | ~TFilterBase () |
| TLoopManager * | GetImplPtr () const |
| ColumnNames_t | GetTmpBranches () const |
| bool | HasName () const |
| void | IncrChildrenCount () |
| void | PrintReport () const |
Private Types | |
| using | BranchTypes_t = typename TDFInternal::TFunctionTraits< FilterF >::Args_t |
| using | TypeInd_t = typename TDFInternal::TGenStaticSeq< BranchTypes_t::fgSize >::Type_t |
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 = {-1} |
| 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... | |
| unsigned int | fNStopsReceived {0} |
| Number of times that a children node signaled to stop processing entries. More... | |
| std::vector< ULong64_t > | fRejected = {0} |
| const ColumnNames_t | fTmpBranches |
#include <ROOT/TDFNodes.hxx>
|
private |
Definition at line 396 of file TDFNodes.hxx.
|
private |
Definition at line 397 of file TDFNodes.hxx.
|
inline |
Definition at line 405 of file TDFNodes.hxx.
|
delete |
|
inline |
Definition at line 443 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 425 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 412 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 448 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 457 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 455 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TFilterBase.
Definition at line 463 of file TDFNodes.hxx.
|
private |
Definition at line 400 of file TDFNodes.hxx.
|
private |
Definition at line 399 of file TDFNodes.hxx.
|
private |
Definition at line 401 of file TDFNodes.hxx.
|
private |
Definition at line 402 of file TDFNodes.hxx.