Definition at line 58 of file RCutFlowReport.hxx.
Public Types | |
| using | const_iterator = typename std::vector<TCutInfo>::const_iterator |
Public Member Functions | |
| std::string | AsString () const |
| const TCutInfo & | At (std::string_view cutName) |
| const_iterator | begin () const |
| const_iterator | end () const |
| const TCutInfo & | operator[] (std::string_view cutName) |
| void | Print () const |
Private Member Functions | |
| void | AddCut (TCutInfo &&ci) |
Private Attributes | |
| std::vector< TCutInfo > | fCutInfos |
Friends | |
| class | ROOT::Detail::RDF::RFilterBase |
| class | ROOT::Detail::RDF::RMergeableReport |
| template<typename RNode_t > | |
| class | ROOT::Internal::RDF::ReportHelper |
#include <ROOT/RDF/RCutFlowReport.hxx>
| using ROOT::RDF::RCutFlowReport::const_iterator = typename std::vector<TCutInfo>::const_iterator |
Definition at line 69 of file RCutFlowReport.hxx.
|
inlineprivate |
Definition at line 66 of file RCutFlowReport.hxx.
| std::string ROOT::RDF::RCutFlowReport::AsString | ( | ) | const |
Definition at line 29 of file RCutFlowReport.cxx.
Definition at line 73 of file RCutFlowReport.hxx.
|
inline |
Definition at line 74 of file RCutFlowReport.hxx.
|
inline |
Definition at line 75 of file RCutFlowReport.hxx.
Definition at line 51 of file RCutFlowReport.cxx.
| void ROOT::RDF::RCutFlowReport::Print | ( | ) | const |
Definition at line 23 of file RCutFlowReport.cxx.
|
friend |
Definition at line 59 of file RCutFlowReport.hxx.
|
friend |
Definition at line 60 of file RCutFlowReport.hxx.
|
friend |
Definition at line 62 of file RCutFlowReport.hxx.
|
private |
Definition at line 65 of file RCutFlowReport.hxx.