ATLAS Offline Software
|
#include <EventHistoVarTool.h>
Public Member Functions | |
virtual | ~IEventHistoVarTool () |
virtual float | value (const xAOD::JetContainer &) const =0 |
the value of the variable for a given Event More... | |
virtual std::string | varName () const =0 |
a compact description of the variable. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Definition at line 24 of file EventHistoVarTool.h.
|
inlinevirtual |
Definition at line 31 of file EventHistoVarTool.h.
|
inlinestatic |
Definition at line 29 of file EventHistoVarTool.h.
|
pure virtual |
the value of the variable for a given Event
Implemented in EventHistoVarTool, and NumJetVarTool.
|
pure virtual |
a compact description of the variable.
Implemented in EventHistoVarTool, and NumJetVarTool.