#include <IWeightTool.h>
Public Member Functions | |
virtual | ~IWeightTool () |
Declare the interface that this class provides. | |
virtual double | getWeight () const =0 |
returns: the value that was calculated from the usual Athena storegate |
Interface for tools that want to calculate a weight from different event information
virtual IWeightTool::~IWeightTool | ( | ) | [inline, virtual] |
Declare the interface that this class provides.
Virtual destructor