TRotMatrix


class description - source file - inheritance tree

class TRotMatrix : public TNamed

    private:
virtual void SetReflection() public:
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) TRotMatrix(const TRotMatrix&) TRotMatrix() virtual ~TRotMatrix() static TClass* Class() virtual Double_t Determinant() const virtual Double_t* GetGLMatrix(Double_t* rGLMatrix) const virtual Double_t* GetMatrix() virtual Int_t GetNumber() const virtual Double_t GetPhi() const virtual Double_t GetPsi() const virtual Double_t GetTheta() const virtual Int_t GetType() const virtual TClass* IsA() 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) const virtual void SetMatrix(const Double_t* matrix) virtual void SetName(const char* name) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fNumber Rotation matrix number Int_t fType Type of matrix (0=identity, 1=reflexion, 2=otherwise) Double_t fTheta theta angle Double_t fPhi phi angle Double_t fPsi psi angle Double_t fMatrix[9] Rotation matrix

Class Description



Last update: Fri May 14 13:32:43 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.