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

Definition at line 30 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
 

#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 38 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 44 of file RCutFlowReport.hxx.

◆ GetEff()

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

Definition at line 46 of file RCutFlowReport.hxx.

◆ GetName()

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

Definition at line 43 of file RCutFlowReport.hxx.

◆ GetPass()

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

Definition at line 45 of file RCutFlowReport.hxx.

Friends And Related Symbol Documentation

◆ RCutFlowReport

friend class RCutFlowReport
friend

Definition at line 31 of file RCutFlowReport.hxx.

◆ ROOT::Detail::RDF::RFilterBase

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

Definition at line 32 of file RCutFlowReport.hxx.

Member Data Documentation

◆ fAll

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

Definition at line 37 of file RCutFlowReport.hxx.

◆ fName

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

Definition at line 35 of file RCutFlowReport.hxx.

◆ fPass

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

Definition at line 36 of file RCutFlowReport.hxx.

Libraries for ROOT::RDF::TCutInfo:

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