CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
PerformanceWorkingPoint Class Reference

#include <PerformanceWorkingPoint.h>

Public Member Functions

float cut () const
 
std::string discriminantName () const
 
 PerformanceWorkingPoint ()
 
 PerformanceWorkingPoint (float c, std::string s)
 

Private Attributes

float cut_
 
std::string dname_
 

Detailed Description

Definition at line 7 of file PerformanceWorkingPoint.h.

Constructor & Destructor Documentation

PerformanceWorkingPoint::PerformanceWorkingPoint ( )
inline

Definition at line 9 of file PerformanceWorkingPoint.h.

9 {}
PerformanceWorkingPoint::PerformanceWorkingPoint ( float  c,
std::string  s 
)
inline

Definition at line 10 of file PerformanceWorkingPoint.h.

Member Function Documentation

float PerformanceWorkingPoint::cut ( ) const
inline

Definition at line 11 of file PerformanceWorkingPoint.h.

References cut_.

Referenced by main().

std::string PerformanceWorkingPoint::discriminantName ( ) const
inline

Definition at line 12 of file PerformanceWorkingPoint.h.

References dname_.

Referenced by main().

12 {return dname_;}

Member Data Documentation

float PerformanceWorkingPoint::cut_
private

Definition at line 15 of file PerformanceWorkingPoint.h.

Referenced by cut().

std::string PerformanceWorkingPoint::dname_
private

Definition at line 16 of file PerformanceWorkingPoint.h.

Referenced by discriminantName().