#include <BtagPerformance.h>
Public Member Functions | |
BtagPerformance (const PerformancePayload &p, const PerformanceWorkingPoint &w) | |
virtual float | getResult (PerformanceResult::ResultType, const BinningPointByMap &) const |
virtual bool | isResultOk (PerformanceResult::ResultType, const BinningPointByMap &) const |
virtual const PerformancePayload & | payload () const |
virtual const PerformanceWorkingPoint & | workingPoint () const |
virtual | ~BtagPerformance () |
Private Attributes | |
const PerformancePayload & | pl |
const PerformanceWorkingPoint & | wp |
Definition at line 13 of file BtagPerformance.h.
|
inline |
|
inlinevirtual |
|
virtual |
Definition at line 3 of file BtagPerformance.cc.
References PerformancePayload::getResult(), and pl.
Referenced by BtagPerformance(), and main().
|
virtual |
Definition at line 7 of file BtagPerformance.cc.
References PerformancePayload::isInPayload(), and pl.
Referenced by BtagPerformance(), and main().
|
inlinevirtual |
Definition at line 21 of file BtagPerformance.h.
References pl.
Referenced by BTagPerformaceRootProducerFromSQLITE::analyze().
|
inlinevirtual |
Definition at line 23 of file BtagPerformance.h.
References wp.
Referenced by BTagPerformaceRootProducerFromSQLITE::analyze(), and main().
|
private |
Definition at line 25 of file BtagPerformance.h.
Referenced by getResult(), isResultOk(), payload(), and ~BtagPerformance().
|
private |
Definition at line 29 of file BtagPerformance.h.
Referenced by workingPoint().