Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RDF::TCutInfo Class Reference

Definition at line 38 of file RCutFlowReport.hxx.

Public Member Functions

 TCutInfo ()=default
ULong64_t GetAll () const
float GetEff () const
const std::string & GetName () const
ULong64_t GetPass () const

Private Member Functions

 TCutInfo (const std::string &name, ULong64_t pass, ULong64_t all)

Private Attributes

ULong64_t fAll
std::string fName
ULong64_t fPass

Friends

class RCutFlowReport
class ROOT::Detail::RDF::RFilterBase
class ROOT::Detail::RDF::RMergeableReport

#include <ROOT/RDF/RCutFlowReport.hxx>

Constructor & Destructor Documentation

◆ TCutInfo() [1/2]

ROOT::RDF::TCutInfo::TCutInfo ( const std::string & name,
ULong64_t pass,
ULong64_t all )
inlineprivate

Definition at line 47 of file RCutFlowReport.hxx.

◆ TCutInfo() [2/2]

ROOT::RDF::TCutInfo::TCutInfo ( )
default

Member Function Documentation

◆ GetAll()

ULong64_t ROOT::RDF::TCutInfo::GetAll ( ) const
inline

Definition at line 53 of file RCutFlowReport.hxx.

◆ GetEff()

float ROOT::RDF::TCutInfo::GetEff ( ) const
inline

Definition at line 55 of file RCutFlowReport.hxx.

◆ GetName()

const std::string & ROOT::RDF::TCutInfo::GetName ( ) const
inline

Definition at line 52 of file RCutFlowReport.hxx.

◆ GetPass()

ULong64_t ROOT::RDF::TCutInfo::GetPass ( ) const
inline

Definition at line 54 of file RCutFlowReport.hxx.

◆ RCutFlowReport

friend class RCutFlowReport
friend

Definition at line 39 of file RCutFlowReport.hxx.

◆ ROOT::Detail::RDF::RFilterBase

friend class ROOT::Detail::RDF::RFilterBase
friend

Definition at line 40 of file RCutFlowReport.hxx.

◆ ROOT::Detail::RDF::RMergeableReport

Definition at line 41 of file RCutFlowReport.hxx.

Member Data Documentation

◆ fAll

ULong64_t ROOT::RDF::TCutInfo::fAll
private

Definition at line 46 of file RCutFlowReport.hxx.

◆ fName

std::string ROOT::RDF::TCutInfo::fName
private

Definition at line 44 of file RCutFlowReport.hxx.

◆ fPass

ULong64_t ROOT::RDF::TCutInfo::fPass
private

Definition at line 45 of file RCutFlowReport.hxx.


The documentation for this class was generated from the following file: