Definition at line 365 of file TDFNodes.hxx.
#include <ROOT/TDFNodes.hxx>
| TFilterBase::TFilterBase |
( |
TLoopManager * |
df, |
|
|
const ColumnNames_t & |
tmpBranches, |
|
|
std::string_view |
name |
|
) |
| |
| virtual ROOT::Detail::TDF::TFilterBase::~TFilterBase |
( |
| ) |
|
|
inlinevirtual |
| virtual bool ROOT::Detail::TDF::TFilterBase::CheckFilters |
( |
unsigned int |
slot, |
|
|
Long64_t |
entry |
|
) |
| |
|
pure virtual |
| virtual void ROOT::Detail::TDF::TFilterBase::CreateSlots |
( |
unsigned int |
nSlots | ) |
|
|
pure virtual |
| ColumnNames_t TFilterBase::GetTmpBranches |
( |
| ) |
const |
| bool TFilterBase::HasName |
( |
| ) |
const |
| void ROOT::Detail::TDF::TFilterBase::IncrChildrenCount |
( |
| ) |
|
|
inline |
| virtual void ROOT::Detail::TDF::TFilterBase::Init |
( |
TTreeReader * |
r, |
|
|
unsigned int |
slot |
|
) |
| |
|
pure virtual |
| virtual void ROOT::Detail::TDF::TFilterBase::PartialReport |
( |
| ) |
const |
|
pure virtual |
| void TFilterBase::PrintReport |
( |
| ) |
const |
| virtual void ROOT::Detail::TDF::TFilterBase::Report |
( |
| ) |
const |
|
pure virtual |
| virtual void ROOT::Detail::TDF::TFilterBase::StopProcessing |
( |
| ) |
|
|
pure virtual |
| std::vector<ULong64_t> ROOT::Detail::TDF::TFilterBase::fAccepted = {0} |
|
protected |
A raw pointer to the TLoopManager at the root of this functional graph.
It is only guaranteed to contain a valid address during an event loop.
Definition at line 367 of file TDFNodes.hxx.
| std::vector<Long64_t> ROOT::Detail::TDF::TFilterBase::fLastCheckedEntry = {-1} |
|
protected |
| std::vector<int> ROOT::Detail::TDF::TFilterBase::fLastResult = {true} |
|
protected |
| const std::string ROOT::Detail::TDF::TFilterBase::fName |
|
protected |
| unsigned int ROOT::Detail::TDF::TFilterBase::fNChildren {0} |
|
protected |
Number of nodes of the functional graph hanging from this object.
Definition at line 375 of file TDFNodes.hxx.
| unsigned int ROOT::Detail::TDF::TFilterBase::fNStopsReceived {0} |
|
protected |
Number of times that a children node signaled to stop processing entries.
Definition at line 376 of file TDFNodes.hxx.
| std::vector<ULong64_t> ROOT::Detail::TDF::TFilterBase::fRejected = {0} |
|
protected |
| const ColumnNames_t ROOT::Detail::TDF::TFilterBase::fTmpBranches |
|
protected |
The documentation for this class was generated from the following files: