11#ifndef ROOT_RCUTFLOWREPORT
12#define ROOT_RCUTFLOWREPORT
31template <
typename RNode_t>
61 template <
typename RNode_t>
Basic types used by ROOT and required by TInterpreter.
unsigned long long ULong64_t
Portable unsigned long integer 8 bytes.
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
typename std::vector< TCutInfo >::const_iterator const_iterator
const TCutInfo & operator[](std::string_view cutName)
const_iterator end() const
std::string AsString() const
ULong64_t GetPass() const
friend class RCutFlowReport
const std::string & GetName() const
TCutInfo(const std::string &name, ULong64_t pass, ULong64_t all)
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target ty...