![]() |
ATLAS Offline Software
|
Interface definition for an AthenaTool creating a HepLorentzVector. More...
#include <ILorentzVectorGenerator.h>
Public Member Functions | |
| virtual | ~ILorentzVectorGenerator () |
| Virtual destructor. | |
| DeclareInterfaceID (ILorentzVectorGenerator, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual CLHEP::HepLorentzVector * | generate (const EventContext &ctx) const =0 |
| Returns a HepLorentzVector. | |
Interface definition for an AthenaTool creating a HepLorentzVector.
Definition at line 28 of file ILorentzVectorGenerator.h.
|
inlinevirtual |
| Simulation::ILorentzVectorGenerator::DeclareInterfaceID | ( | ILorentzVectorGenerator | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Returns a HepLorentzVector.