Definition at line 49 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 57 of file RCutFlowReport.hxx.
|
inlineprivate |
Definition at line 54 of file RCutFlowReport.hxx.
|
inline |
Definition at line 60 of file RCutFlowReport.hxx.
|
inline |
Definition at line 61 of file RCutFlowReport.hxx.
|
inline |
Definition at line 62 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 50 of file RCutFlowReport.hxx.
|
private |
Definition at line 53 of file RCutFlowReport.hxx.