Definition at line 43 of file RRange.hxx.
|
| | RRange (const RRange &)=delete |
| |
| | RRange (RRange &&)=delete |
| |
| | RRange (unsigned int start, unsigned int stop, unsigned int stride, std::shared_ptr< PrevNode_t > pd) |
| |
| | ~RRange () final |
| |
| void | AddFilterName (std::vector< std::string > &filters) final |
| | This function must be defined by all nodes, but only the filters will add their name.
|
| |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| | Ranges act as filters when it comes to selecting entries that downstream nodes should process.
|
| |
| std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< RDFGraphDrawing::GraphNode > > &visitedMap) final |
| |
| std::shared_ptr< RNodeBase > | GetVariedFilter (const std::string &variationName) final |
| | Return a clone of this node that acts as a Filter working with values in the variationName "universe".
|
| |
| void | IncrChildrenCount () final |
| |
| RRange & | operator= (const RRange &)=delete |
| |
| RRange & | operator= (RRange &&)=delete |
| |
| void | PartialReport (ROOT::RDF::RCutFlowReport &rep) const final |
| |
| void | Report (ROOT::RDF::RCutFlowReport &rep) const final |
| |
| void | StopProcessing () final |
| |
| | RRangeBase (const RRangeBase &)=delete |
| |
| | RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots, const std::vector< std::string > &prevVariations) |
| |
| | RRangeBase (RRangeBase &&)=delete |
| |
| | ~RRangeBase () override |
| |
| void | InitNode () |
| |
| RRangeBase & | operator= (const RRangeBase &)=delete |
| |
| RRangeBase & | operator= (RRangeBase &&)=delete |
| |
| | RNodeBase (const RNodeBase &)=delete |
| |
| | RNodeBase (const std::vector< std::string > &variations={}, RLoopManager *lm=nullptr) |
| |
| | RNodeBase (RNodeBase &&)=delete |
| |
| virtual | ~RNodeBase ()=default |
| |
| virtual RLoopManager * | GetLoopManagerUnchecked () |
| |
| const std::vector< std::string > & | GetVariations () const |
| |
| RNodeBase & | operator= (const RNodeBase &)=delete |
| |
| RNodeBase & | operator= (RNodeBase &&)=delete |
| |
| virtual void | ResetChildrenCount () |
| |