Definition at line 57 of file RFilter.hxx.
Protected Attributes | |
| std::vector< ULong64_t > | fAccepted = {0} |
| RDFInternal::RColumnRegister | fColRegister |
| const ROOT::RDF::ColumnNames_t | fColumnNames |
| ROOT::RVecB | fIsDefine |
| The nth flag signals whether the nth input column is a custom column or not. | |
| std::vector< Long64_t > | fLastCheckedEntry |
| std::vector< int > | fLastResult = {true} |
| RLoopManager * | fLoopManager |
| const std::string | fName |
| 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. | |
| std::vector< ULong64_t > | fRejected = {0} |
| std::string | fVariation |
| This indicates for what variation this filter evaluates values. | |
| std::vector< std::string > | fVariations |
| List of systematic variations that affect this node. | |
| std::unordered_map< std::string, std::shared_ptr< RFilterBase > > | fVariedFilters |
Private Types | |
| using | ColumnTypes_t = typename CallableTraits<FilterF>::arg_types |
| using | PrevNode_t = std::conditional_t<std::is_same<PrevNodeRaw, RJittedFilter>::value, RFilterBase, PrevNodeRaw> |
| using | TypeInd_t = std::make_index_sequence<ColumnTypes_t::list_size> |
Private Attributes | |
| FilterF | fFilter |
| PrevNode_t & | fPrevNode |
| const std::shared_ptr< PrevNode_t > | fPrevNodePtr |
| std::vector< std::array< RColumnReaderBase *, ColumnTypes_t::list_size > > | fValues |
| Column readers per slot and per input column. | |
#include <ROOT/RDF/RFilter.hxx>
|
private |
Definition at line 58 of file RFilter.hxx.
|
private |
Definition at line 63 of file RFilter.hxx.
|
private |
Definition at line 59 of file RFilter.hxx.
|
inline |
Definition at line 72 of file RFilter.hxx.
|
delete |
|
delete |
|
inlinefinal |
Definition at line 89 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 172 of file RFilter.hxx.
|
inline |
Definition at line 127 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 96 of file RFilter.hxx.
|
virtualinherited |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 47 of file RFilterBase.cxx.
|
inlinefinalvirtual |
Clean-up operations to be performed at the end of a task.
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 180 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 183 of file RFilter.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Detail::RDF::RLoopManager.
Definition at line 79 of file RNodeBase.hxx.
|
inherited |
Definition at line 42 of file RFilterBase.cxx.
|
inline |
Definition at line 115 of file RFilter.hxx.
|
inlineinherited |
Definition at line 81 of file RNodeBase.hxx.
|
inlinefinalvirtual |
Return a clone of this Filter that works with values in the variationName "universe".
Reimplemented from ROOT::Detail::RDF::RNodeBase.
Definition at line 208 of file RFilter.hxx.
|
inherited |
Definition at line 37 of file RFilterBase.cxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 158 of file RFilter.hxx.
|
virtualinherited |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 56 of file RFilterBase.cxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 135 of file RFilter.hxx.
|
delete |
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 145 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 143 of file RFilter.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 73 of file RNodeBase.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 70 of file RFilterBase.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 151 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 166 of file RFilter.hxx.
|
protectedinherited |
Definition at line 42 of file RFilterBase.hxx.
|
protectedinherited |
Definition at line 46 of file RFilterBase.hxx.
|
protectedinherited |
Definition at line 45 of file RFilterBase.hxx.
|
private |
Definition at line 65 of file RFilter.hxx.
|
protectedinherited |
The nth flag signals whether the nth input column is a custom column or not.
Definition at line 48 of file RFilterBase.hxx.
|
protectedinherited |
Definition at line 40 of file RFilterBase.hxx.
Definition at line 41 of file RFilterBase.hxx.
|
protectedinherited |
Definition at line 45 of file RNodeBase.hxx.
|
protectedinherited |
Definition at line 44 of file RFilterBase.hxx.
|
protectedinherited |
Number of nodes of the functional graph hanging from this object.
Definition at line 46 of file RNodeBase.hxx.
|
protectedinherited |
Number of times that a children node signaled to stop processing entries.
Definition at line 47 of file RNodeBase.hxx.
|
private |
Definition at line 69 of file RFilter.hxx.
|
private |
Definition at line 68 of file RFilter.hxx.
|
protectedinherited |
Definition at line 43 of file RFilterBase.hxx.
|
private |
Column readers per slot and per input column.
Definition at line 67 of file RFilter.hxx.
|
protectedinherited |
This indicates for what variation this filter evaluates values.
Definition at line 49 of file RFilterBase.hxx.
|
protectedinherited |
List of systematic variations that affect this node.
Definition at line 48 of file RNodeBase.hxx.
|
protectedinherited |
Definition at line 50 of file RFilterBase.hxx.