CMS 3D CMS Logo

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_; }
13  std::string discriminantName() const { return dname_; }
14  bool cutBased() const {
15  if (cut_ == -9999)
16  return false;
17  return true;
18  }
19 
20 private:
21  float cut_;
23 
25 };
26 
27 #endif
PerformanceWorkingPoint(float c, std::string s)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::string discriminantName() const