21void RCutFlowReport::Print()
25 const auto &
name =
ci.GetName();
26 const auto pass =
ci.GetPass();
27 const auto all =
ci.GetAll();
28 const auto eff =
ci.GetEff();
36 throw std::runtime_error(
"Cannot look for an unnamed cut.");
42 std::string err =
"Cannot find a cut called \"";
44 err +=
"\". Available named cuts are: \n";
46 err +=
" - " +
ci.GetName() +
"\n";
48 throw std::runtime_error(err);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Printf(const char *fmt,...)
Formats a string in a circular formatting buffer and prints the string.
std::vector< TCutInfo > fCutInfos
const_iterator begin() const
const_iterator end() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...