StRoot
1
|
Public Member Functions | |
StGlobalCoordinate (const double x, const double y, const double z) | |
StGlobalCoordinate (const double *x) | |
StGlobalCoordinate (const StThreeVector< double > &x) | |
StGlobalCoordinate (const StThreeVectorF &x) | |
int | operator== (const StGlobalCoordinate &p) const |
int | operator!= (const StGlobalCoordinate &p) const |
virtual const StThreeVector < double > & | position () const |
virtual StThreeVector< double > & | position () |
virtual void | setPosition (const StThreeVector< double > &val) |
Protected Attributes | |
StThreeVector< double > | mPosition |
Definition at line 65 of file StGlobalCoordinate.hh.