CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BtagPerformance.h
Go to the documentation of this file.
1 #ifndef BtagPerformance_h
2 #define BtagPerformance_h
3 
4 //#include "CondFormats/BTagPerformance/interface/BtagPerformanceInterface.h"
5 
8 
9 
10 #include <string>
11 #include <vector>
12 
14 public:
16 
18 
20 
21  virtual const PerformancePayload & payload() const { return pl; }
22 
23  virtual const PerformanceWorkingPoint& workingPoint() const {return wp;}
24 
25  virtual ~BtagPerformance() {};
26 
27  private:
28  const PerformancePayload& pl;
30 
31 };
32 
33 
34 #endif
35 
virtual const PerformanceWorkingPoint & workingPoint() const
BtagPerformance(const PerformancePayload &p, const PerformanceWorkingPoint &w)
const PerformancePayload & pl
virtual float getResult(PerformanceResult::ResultType, BinningPointByMap) const
virtual bool isResultOk(PerformanceResult::ResultType, BinningPointByMap) const
virtual ~BtagPerformance()
const PerformanceWorkingPoint & wp
virtual const PerformancePayload & payload() const
T w() const