11#ifndef ROOT_RCUTFLOWREPORT
12#define ROOT_RCUTFLOWREPORT
25class RMergeableReport;
31template <
typename RNode_t>
61 template <
typename RNode_t>
Basic types used by ROOT and required by TInterpreter.
Specialization of RMergeableValue for the Report action.
void AddCut(TCutInfo &&ci)
const_iterator begin() const
const TCutInfo & At(std::string_view cutName)
std::vector< TCutInfo > fCutInfos
const TCutInfo & operator[](std::string_view cutName)
const_iterator end() const
std::string AsString() const
ULong64_t GetPass() const
const std::string & GetName() const
TCutInfo(const std::string &name, ULong64_t pass, ULong64_t all)