library: libGeom
#include "TGeoMatrix.h"

TGeoIdentity


class description - source file - inheritance tree (.pdf)

class TGeoIdentity : public TGeoMatrix

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoMatrix
<-
TGeoIdentity

    public:
TGeoIdentity() TGeoIdentity(const char* name) TGeoIdentity(const TGeoIdentity&) virtual ~TGeoIdentity() static TClass* Class() virtual const Double_t* GetRotationMatrix() const virtual const Double_t* GetScale() const virtual const Double_t* GetTranslation() const virtual TGeoMatrix& Inverse() const virtual TClass* IsA() const virtual void LocalToMaster(const Double_t* local, Double_t* master) const virtual void LocalToMasterBomb(const Double_t* local, Double_t* master) const virtual void LocalToMasterVect(const Double_t* local, Double_t* master) const virtual void MasterToLocal(const Double_t* master, Double_t* local) const virtual void MasterToLocalBomb(const Double_t* master, Double_t* local) const virtual void MasterToLocalVect(const Double_t* master, Double_t* local) const TGeoIdentity& operator=(const TGeoIdentity&) virtual void SavePrimitive(ofstream&, Option_t*) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description


TGeoMatrix& Inverse() const
 Return a temporary inverse of this.



Inline Functions


                   void ~TGeoIdentity()
           TGeoIdentity TGeoIdentity()
           TGeoIdentity TGeoIdentity(const char* name)
                   void LocalToMaster(const Double_t* local, Double_t* master) const
                   void LocalToMasterVect(const Double_t* local, Double_t* master) const
                   void MasterToLocal(const Double_t* master, Double_t* local) const
                   void MasterToLocalVect(const Double_t* master, Double_t* local) const
                   void LocalToMasterBomb(const Double_t* local, Double_t* master) const
                   void MasterToLocalBomb(const Double_t* master, Double_t* local) const
        const Double_t* GetTranslation() const
        const Double_t* GetRotationMatrix() const
        const Double_t* GetScale() const
                   void SavePrimitive(ofstream&, Option_t*)
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
           TGeoIdentity TGeoIdentity(const TGeoIdentity&)
          TGeoIdentity& operator=(const TGeoIdentity&)


Author: Andrei Gheata 25/10/01
Last update: root/geom:$Name: $:$Id: TGeoMatrix.cxx,v 1.39 2005/04/05 08:54:12 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.