A wrapper around a concrete RFilter, which forwards all calls to it RJittedFilter is the type of the node returned by jitted Filter calls: the concrete filter can be created and set at a later time, from jitted code.
Definition at line 39 of file RJittedFilter.hxx.
|
| RJittedFilter (const RJittedFilter &)=delete |
|
| RJittedFilter (RJittedFilter &&)=delete |
|
| RJittedFilter (RLoopManager *lm, std::string_view name, const std::vector< std::string > &variations) |
|
| ~RJittedFilter () final |
|
void | AddFilterName (std::vector< std::string > &filters) final |
|
bool | CheckFilters (unsigned int slot, Long64_t entry) final |
|
void | FillReport (ROOT::RDF::RCutFlowReport &) const 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 |
|
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 |
|
void | InitNode () final |
|
void | InitSlot (TTreeReader *r, unsigned int slot) final |
|
RJittedFilter & | operator= (const RJittedFilter &)=delete |
|
RJittedFilter & | operator= (RJittedFilter &&)=delete |
|
void | PartialReport (ROOT::RDF::RCutFlowReport &) const final |
|
void | Report (ROOT::RDF::RCutFlowReport &) const final |
|
void | ResetChildrenCount () final |
|
void | ResetReportCount () final |
|
void | SetFilter (std::unique_ptr< RFilterBase > f) |
|
void | StopProcessing () final |
|
void | TriggerChildrenCount () final |
|
| RFilterBase (const RFilterBase &)=delete |
|
| RFilterBase (RFilterBase &&)=delete |
|
| 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 |
|
std::string | GetName () const |
|
bool | HasName () const |
|
RFilterBase & | operator= (const RFilterBase &)=delete |
|
RFilterBase & | operator= (RFilterBase &&)=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 |
|