#include <AlThrust.h>
Inheritance diagram for AlThrust:
Public Methods | |
AlThrust () | |
default constructor. More... | |
AlThrust (const AlThrust &) | |
copy constructor. More... | |
ALEPHTYPE | TYPE () const |
get the object type. More... | |
Hep3Vector | getThrustDirection () const |
get the thrust direction. More... | |
float | getThrustValue () const |
get the thrust value. More... |
Definition at line 18 of file AlThrust.h.
|
default constructor.
Definition at line 13 of file AlThrust.cpp. |
|
copy constructor.
Definition at line 16 of file AlThrust.cpp. |
|
get the object type.
Reimplemented from QvecBase. Definition at line 29 of file AlThrust.h. Referenced by AlephCollection::AThrust().
|
|
get the thrust direction.
Definition at line 18 of file AlThrust.cpp. Referenced by GeneralEventInfo::Run().
|
|
get the thrust value.
Definition at line 21 of file AlThrust.cpp. Referenced by GeneralEventInfo::Run(), and AlephExManager::UserEvent().
|