11#ifndef ROOT_RCUTFLOWREPORT 
   12#define ROOT_RCUTFLOWREPORT 
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
 
ULong64_t GetPass() const
 
const std::string & GetName() const
 
TCutInfo(const std::string &name, ULong64_t pass, ULong64_t all)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...