#include <IObservableTool.h>
Public Member Functions | |
| virtual | ~IObservableTool () |
| Declare the interface that this class provides. | |
| virtual double | evaluate (const xAOD::IParticle *) const =0 |
| returns: the value that was calculated from the xAOD::IParticle | |
Interface for tools that want to calculate a quantity from an xAOD::IParticle
| virtual IObservableTool::~IObservableTool | ( | ) | [inline, virtual] |
Declare the interface that this class provides.
Virtual destructor
1.6.1