CMS 3D CMS Logo

Public Member Functions | Private Attributes

PerformanceWorkingPoint Class Reference

#include <PerformanceWorkingPoint.h>

List of all members.

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.

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

Definition at line 10 of file PerformanceWorkingPoint.h.

: cut_(c), dname_ (s) {}

Member Function Documentation

float PerformanceWorkingPoint::cut ( ) const [inline]

Definition at line 11 of file PerformanceWorkingPoint.h.

References cut_.

Referenced by main().

{return cut_;}
std::string PerformanceWorkingPoint::discriminantName ( ) const [inline]

Definition at line 12 of file PerformanceWorkingPoint.h.

References dname_.

Referenced by main().

{return dname_;}

Member Data Documentation

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().