#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.
PerformancePayload::PerformancePayload | ( | ) | [inline] |
Definition at line 21 of file PerformancePayload.h.
{}
virtual PerformancePayload::~PerformancePayload | ( | ) | [inline, virtual] |
Definition at line 22 of file PerformancePayload.h.
{};
virtual float PerformancePayload::getResult | ( | PerformanceResult::ResultType | , |
BinningPointByMap | |||
) | const [pure virtual] |
Implemented in PerformancePayloadFromBinnedTFormula, PerformancePayloadFromTable, and PerformancePayloadFromTFormula.
Referenced by BtagPerformance::getResult().
virtual bool PerformancePayload::isInPayload | ( | PerformanceResult::ResultType | , |
BinningPointByMap | |||
) | const [pure virtual] |
Implemented in PerformancePayloadFromBinnedTFormula, PerformancePayloadFromTable, and PerformancePayloadFromTFormula.
Referenced by BtagPerformance::isResultOk().
const float PerformancePayload::InvalidResult = -100. [static] |
Definition at line 17 of file PerformancePayload.h.
Referenced by PerformancePayloadFromBinnedTFormula::getResult(), PerformancePayloadFromTable::getResult(), and PerformancePayloadFromTFormula::getResult().