StRoot
1
|
Public Member Functions | |
StTpcLocalCoordinate (double x, double y, double z) | |
StTpcLocalCoordinate (double x, double y, double z, int sector, int row) | |
StTpcLocalCoordinate (const StThreeVector< double > &xyz) | |
StTpcLocalCoordinate (const StThreeVector< double > &xyz, int sector, int row) | |
Public Member Functions inherited from StTpcCoordinate | |
StTpcCoordinate (const Double_t x, const Double_t y, const Double_t z, const Int_t sect, Int_t row) | |
StTpcCoordinate (const StThreeVector< double > &position, const Int_t sect, Int_t row) | |
Int_t | operator== (const StTpcCoordinate &p) const |
Int_t | operator!= (const StTpcCoordinate &p) const |
virtual const StThreeVector < double > & | position () const |
Int_t | fromSector () const |
Int_t | fromRow () const |
Int_t | sector () const |
Int_t | row () const |
StThreeVector< double > & | position () |
virtual void | setPosition (StThreeVector< double > &position) |
virtual void | setSector (Int_t sector) |
virtual void | setRow (Int_t row) |
Additional Inherited Members | |
Protected Attributes inherited from StTpcCoordinate | |
StThreeVector< double > | mPosition |
Int_t | mFromSector |
Int_t | mFromRow |
Definition at line 57 of file StTpcLocalCoordinate.hh.