ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
IAthSelectionTool::CutResult Class Reference

#include <IAthSelectionTool.h>

Collaboration diagram for IAthSelectionTool::CutResult:

Public Member Functions

 CutResult (unsigned int missing_cuts)
 
unsigned int missingCuts () const
 
 operator bool () const
 

Private Attributes

unsigned int m_missingCuts = 0
 

Detailed Description

Definition at line 30 of file IAthSelectionTool.h.

Constructor & Destructor Documentation

◆ CutResult()

IAthSelectionTool::CutResult::CutResult ( unsigned int  missing_cuts)
inline

Definition at line 32 of file IAthSelectionTool.h.

32 : m_missingCuts(missing_cuts) {}

Member Function Documentation

◆ missingCuts()

unsigned int IAthSelectionTool::CutResult::missingCuts ( ) const
inline

Definition at line 34 of file IAthSelectionTool.h.

34  {
35  return m_missingCuts;
36  }

◆ operator bool()

IAthSelectionTool::CutResult::operator bool ( ) const
inline

Definition at line 38 of file IAthSelectionTool.h.

38  {
39  return m_missingCuts==0;
40  }

Member Data Documentation

◆ m_missingCuts

unsigned int IAthSelectionTool::CutResult::m_missingCuts = 0
private

Definition at line 43 of file IAthSelectionTool.h.


The documentation for this class was generated from the following file:
IAthSelectionTool::CutResult::m_missingCuts
unsigned int m_missingCuts
Definition: IAthSelectionTool.h:43