Definition at line 47 of file RCutFlowReport.hxx.
Public Types | |
using | const_iterator = typename std::vector< TCutInfo >::const_iterator |
Public Member Functions | |
const TCutInfo & | At (std::string_view cutName) |
const_iterator | begin () const |
const_iterator | end () const |
const TCutInfo & | operator[] (std::string_view cutName) |
void | Print () |
Private Member Functions | |
void | AddCut (TCutInfo &&ci) |
Private Attributes | |
std::vector< TCutInfo > | fCutInfos |
Friends | |
class | ROOT::Detail::RDF::RFilterBase |
#include <ROOT/RDF/RCutFlowReport.hxx>
using ROOT::RDF::RCutFlowReport::const_iterator = typename std::vector<TCutInfo>::const_iterator |
Definition at line 55 of file RCutFlowReport.hxx.
|
inlineprivate |
Definition at line 52 of file RCutFlowReport.hxx.
|
inline |
Definition at line 58 of file RCutFlowReport.hxx.
|
inline |
Definition at line 59 of file RCutFlowReport.hxx.
|
inline |
Definition at line 60 of file RCutFlowReport.hxx.
const TCutInfo & ROOT::RDF::RCutFlowReport::operator[] | ( | std::string_view | cutName | ) |
Definition at line 33 of file RCutFlowReport.cxx.
void ROOT::RDF::RCutFlowReport::Print | ( | ) |
Definition at line 21 of file RCutFlowReport.cxx.
|
friend |
Definition at line 48 of file RCutFlowReport.hxx.
|
private |
Definition at line 51 of file RCutFlowReport.hxx.