#include <PerformancePayload.h>
Public Member Functions | |
virtual float | getResult (PerformanceResult::ResultType, BinningPointByMap) const =0 |
virtual bool | isInPayload (PerformanceResult::ResultType, BinningPointByMap) const =0 |
PerformancePayload () | |
virtual | ~PerformancePayload () |
Static Public Attributes | |
static const float | InvalidResult = -100. |
Definition at line 12 of file PerformancePayload.h.
|
inline |
Definition at line 21 of file PerformancePayload.h.
|
inlinevirtual |
Definition at line 22 of file PerformancePayload.h.
|
pure virtual |
Implemented in PerformancePayloadFromTFormula, PerformancePayloadFromTable, and PerformancePayloadFromBinnedTFormula.
Referenced by BtagPerformance::getResult().
|
pure virtual |
Implemented in PerformancePayloadFromTFormula, PerformancePayloadFromTable, and PerformancePayloadFromBinnedTFormula.
Referenced by BtagPerformance::isResultOk().
|
static |
Definition at line 17 of file PerformancePayload.h.
Referenced by PerformancePayloadFromBinnedTFormula::getResult(), PerformancePayloadFromTable::getResult(), and PerformancePayloadFromTFormula::getResult().