11 #ifndef ROOT_RCUTFLOWREPORT 12 #define ROOT_RCUTFLOWREPORT 45 float GetEff()
const {
return 100.f * (fPass / float(fAll)); }
const_iterator begin() const
void AddCut(TCutInfo &&ci)
Namespace for new ROOT classes and functions.
const_iterator end() const
const TCutInfo & At(std::string_view cutName)
const std::string & GetName() const
TCutInfo(const std::string &name, ULong64_t pass, ULong64_t all)
void Print(std::ostream &os, const OptionType &opt)
unsigned long long ULong64_t
basic_string_view< char > string_view
std::vector< TCutInfo > fCutInfos
ULong64_t GetPass() const
typename std::vector< TCutInfo >::const_iterator const_iterator