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 
5 
6 #include "string"
7 
9  public:
12  float cut()const {return cut_;}
14  bool cutBased()const {if (cut_==-9999) return false; return true;}
15 
16  private:
17  float cut_;
19 
21 };
22 
23 
24 #endif
PerformanceWorkingPoint(float c, std::string s)
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::string discriminantName() const