#include <TRotMatrix.h>
Inheritance diagram for TRotMatrix:


Public Methods | |
| TRotMatrix () | |
| TRotMatrix (const char *name, const char *title, Double_t *matrix) | |
| TRotMatrix (const char *name, const char *title, Double_t theta, Double_t phi, Double_t psi) | |
| TRotMatrix (const char *name, const char *title, Double_t theta1, Double_t phi1, Double_t theta2, Double_t phi2, Double_t theta3, Double_t phi3) | |
| virtual | ~TRotMatrix () |
| virtual Double_t | Determinant () const |
| virtual Double_t * | GetMatrix () |
| virtual Int_t | GetNumber () const |
| virtual Int_t | GetType () const |
| virtual Double_t | GetTheta () const |
| virtual Double_t | GetPhi () const |
| virtual Double_t | GetPsi () const |
| virtual Double_t * | GetGLMatrix (Double_t *rGLMatrix) const |
| virtual Bool_t | IsReflection () const |
| virtual const Double_t * | SetAngles (Double_t theta1, Double_t phi1, Double_t theta2, Double_t phi2, Double_t theta3, Double_t phi3) |
| virtual void | SetMatrix (const Double_t *matrix) |
| virtual void | SetName (const char *name) |
Protected Attributes | |
| Int_t | fNumber |
| Int_t | fType |
| Double_t | fTheta |
| Double_t | fPhi |
| Double_t | fPsi |
| Double_t | fMatrix [9] |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 55 of file TRotMatrix.h. References fMatrix. |
|
|
Definition at line 56 of file TRotMatrix.h. References fNumber. |
|
|
Definition at line 57 of file TRotMatrix.h. References fType. |
|
|
Definition at line 58 of file TRotMatrix.h. References fTheta. |
|
|
Definition at line 59 of file TRotMatrix.h. References fPhi. |
|
|
Definition at line 60 of file TRotMatrix.h. References fPsi. |
|
|
|
|
|
Definition at line 62 of file TRotMatrix.h. References kReflection, and TObject::TestBit(). |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from TNamed. Definition at line 70 of file TRotMatrix.h. |
|
|
Definition at line 39 of file TRotMatrix.h. Referenced by GetNumber(). |
|
|
Definition at line 40 of file TRotMatrix.h. Referenced by GetType(). |
|
|
Definition at line 41 of file TRotMatrix.h. Referenced by GetTheta(). |
|
|
Definition at line 42 of file TRotMatrix.h. Referenced by GetPhi(). |
|
|
Definition at line 43 of file TRotMatrix.h. Referenced by GetPsi(). |
|
|
Definition at line 44 of file TRotMatrix.h. Referenced by GetMatrix(). |
1.2.16