#include <PerformancePayload.h>
Public Member Functions | |
virtual float | getResult (PerformanceResult::ResultType, const BinningPointByMap &) const =0 |
virtual void | initialize () |
virtual bool | isInPayload (PerformanceResult::ResultType, const BinningPointByMap &) const =0 |
PerformancePayload () | |
virtual | ~PerformancePayload () |
Static Public Attributes | |
static const float | InvalidResult = -100. |
Protected Attributes | |
COND_SERIALIZABLE | |
Definition at line 15 of file PerformancePayload.h.
|
inline |
Definition at line 24 of file PerformancePayload.h.
|
inlinevirtual |
Definition at line 25 of file PerformancePayload.h.
|
pure virtual |
Implemented in PerformancePayloadFromTFormula, PerformancePayloadFromBinnedTFormula, and PerformancePayloadFromTable.
Referenced by BtagPerformance::getResult().
|
inlinevirtual |
Reimplemented in PerformancePayloadFromTFormula, and PerformancePayloadFromBinnedTFormula.
Definition at line 27 of file PerformancePayload.h.
|
pure virtual |
Implemented in PerformancePayloadFromTFormula, PerformancePayloadFromBinnedTFormula, and PerformancePayloadFromTable.
Referenced by BtagPerformance::isResultOk().
|
protected |
Definition at line 34 of file PerformancePayload.h.
|
static |
Definition at line 20 of file PerformancePayload.h.
Referenced by PerformancePayloadFromTable::getResult(), PerformancePayloadFromBinnedTFormula::getResult(), and PerformancePayloadFromTFormula::getResult().