![]() |
ATLAS Offline Software
|
This is the base class for all tools that will be used to calculate UserDate. It is of course not required, but it is meant to simplyfy life. More...
#include <IUserDataCalcTool.h>
Public Member Functions | |
| virtual StatusCode | calculateElementUserData (const IAthenaBarCode *abc)=0 |
| Calculate the UserData for a simple element, e.g., an individual electron (must inherit from IAthenaBarCode) | |
| virtual StatusCode | calculateEventUserData ()=0 |
| Calculate the UserData for an entire event. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool interface methods. | |
This is the base class for all tools that will be used to calculate UserDate. It is of course not required, but it is meant to simplyfy life.
Definition at line 38 of file IUserDataCalcTool.h.
|
pure virtual |
Calculate the UserData for a simple element, e.g., an individual electron (must inherit from IAthenaBarCode)
|
pure virtual |
Calculate the UserData for an entire event.
|
inlinestatic |
AlgTool interface methods.
Inline methods:
Definition at line 65 of file IUserDataCalcTool.h.