Definition at line 57 of file RFilter.hxx.
Public Member Functions | |
| RFilter (const RFilter &)=delete | |
| RFilter (FilterF f, const ROOT::RDF::ColumnNames_t &columns, std::shared_ptr< PrevNode_t > pd, const RDFInternal::RColumnRegister &colRegister, std::string_view name="", const std::string &variationName="nominal") | |
| ~RFilter () | |
| void | AddFilterName (std::vector< std::string > &filters) final |
| template<typename... ColTypes, std::size_t... S> | |
| bool | CheckFilterHelper (unsigned int slot, Long64_t entry, TypeList< ColTypes... >, std::index_sequence< S... >) |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| void | FinalizeSlot (unsigned int slot) final |
| Clean-up operations to be performed at the end of a task. | |
| std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< RDFGraphDrawing::GraphNode > > &visitedMap) final |
| template<typename ColType > | |
| auto | GetValueChecked (unsigned int slot, std::size_t readerIdx, Long64_t entry) -> ColType & |
| std::shared_ptr< RNodeBase > | GetVariedFilter (const std::string &variationName) final |
| Return a clone of this Filter that works with values in the variationName "universe". | |
| 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, const RDFInternal::RColumnRegister &colRegister, const ColumnNames_t &columns, const std::vector< std::string > &prevVariations, const std::string &variation="nominal") | |
| ~RFilterBase () override | |
| virtual void | FillReport (ROOT::RDF::RCutFlowReport &) const |
| std::string | GetName () const |
| bool | HasName () const |
| virtual void | InitNode () |
| RFilterBase & | operator= (const RFilterBase &)=delete |
| virtual void | ResetReportCount () |
Public Member Functions inherited from ROOT::Detail::RDF::RNodeBase | |
| RNodeBase (const std::vector< std::string > &variations={}, RLoopManager *lm=nullptr) | |
| virtual | ~RNodeBase () |
| virtual RLoopManager * | GetLoopManagerUnchecked () |
| const std::vector< std::string > & | GetVariations () const |
| virtual void | ResetChildrenCount () |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::RDF::RFilterBase | |
| 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} |
| const std::string | fName |
| std::vector< ULong64_t > | fRejected = {0} |
| std::string | fVariation |
| This indicates for what variation this filter evaluates values. | |
| std::unordered_map< std::string, std::shared_ptr< RFilterBase > > | fVariedFilters |
Protected Attributes inherited from ROOT::Detail::RDF::RNodeBase | |
| RLoopManager * | fLoopManager |
| 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< std::string > | fVariations |
| List of systematic variations that affect this node. | |
#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 |
|
inline |
Definition at line 85 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 167 of file RFilter.hxx.
|
inline |
Definition at line 122 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 91 of file RFilter.hxx.
|
inlinefinalvirtual |
Clean-up operations to be performed at the end of a task.
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 175 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 178 of file RFilter.hxx.
|
inline |
Definition at line 110 of file RFilter.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 203 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 153 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 130 of file RFilter.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 140 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 138 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 146 of file RFilter.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RFilterBase.
Definition at line 161 of file RFilter.hxx.
|
private |
Definition at line 65 of file RFilter.hxx.
|
private |
Definition at line 69 of file RFilter.hxx.
|
private |
Definition at line 68 of file RFilter.hxx.
|
private |
Column readers per slot and per input column.
Definition at line 67 of file RFilter.hxx.