CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PerformanceWorkingPoint.h
Go to the documentation of this file.
1 #ifndef PerformanceWorkingPoint_h
2 #define PerformanceWorkingPoint_h
3 
4 
5 #include "string"
6 
8  public:
10  PerformanceWorkingPoint(float c, std::string s) : cut_(c), dname_ (s) {}
11  float cut()const {return cut_;}
12  std::string discriminantName()const {return dname_;}
13 
14  private:
15  float cut_;
16  std::string dname_;
17 };
18 
19 
20 #endif
PerformanceWorkingPoint(float c, std::string s)
string s
Definition: asciidump.py:422
std::string discriminantName() const