library: libGeom #include "TGeoMatrix.h" |
TGeoTranslation
class description - source file - inheritance tree (.pdf)
public:
TGeoTranslation()
TGeoTranslation(const TGeoTranslation& other)
TGeoTranslation(const TGeoMatrix& other)
TGeoTranslation(Double_t dx, Double_t dy, Double_t dz)
TGeoTranslation(const char* name, Double_t dx, Double_t dy, Double_t dz)
virtual ~TGeoTranslation()
void Add(const TGeoTranslation* other)
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
TGeoTranslation& operator=(const TGeoMatrix& matrix)
TGeoTranslation& operator=(const TGeoTranslation& other)
virtual void RotateX(Double_t angle)
virtual void RotateY(Double_t angle)
virtual void RotateZ(Double_t angle)
virtual void SavePrimitive(ofstream& out, Option_t* option)
void SetDx(Double_t dx)
void SetDy(Double_t dy)
void SetDz(Double_t dz)
void SetTranslation(Double_t dx, Double_t dy, Double_t dz)
void SetTranslation(const TGeoMatrix& other)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void Subtract(const TGeoTranslation* other)
protected:
Double_t fTranslation[3] translation vector
TGeoMatrix& Inverse() const
Return a temporary inverse of this.
void Add(const TGeoTranslation *other)
Adding a translation to this one
void RotateX(Double_t /*angle*/)
Rotate about X axis of the master frame with angle expressed in degrees.
void RotateY(Double_t /*angle*/)
Rotate about Y axis of the master frame with angle expressed in degrees.
void RotateZ(Double_t /*angle*/)
Rotate about Z axis of the master frame with angle expressed in degrees.
void Subtract(const TGeoTranslation *other)
Subtracting a translation from this one
void SetTranslation(Double_t dx, Double_t dy, Double_t dz)
Set translation components
void SetTranslation(const TGeoMatrix &other)
Set translation components
void LocalToMaster(const Double_t *local, Double_t *master) const
convert a point by multiplying its column vector (x, y, z, 1) to matrix inverse
void LocalToMasterVect(const Double_t *local, Double_t *master) const
convert a vector to MARS
void LocalToMasterBomb(const Double_t *local, Double_t *master) const
convert a point by multiplying its column vector (x, y, z, 1) to matrix inverse
void MasterToLocal(const Double_t *master, Double_t *local) const
convert a point by multiplying its column vector (x, y, z, 1) to matrix
void MasterToLocalVect(const Double_t *master, Double_t *local) const
convert a vector from MARS to local
void MasterToLocalBomb(const Double_t *master, Double_t *local) const
convert a point by multiplying its column vector (x, y, z, 1) to matrix
void SavePrimitive(ofstream &out, Option_t * /*option*/)
Save a primitive as a C++ statement(s) on output stream "out".
Inline Functions
void ~TGeoTranslation()
TGeoTranslation TGeoTranslation()
TGeoTranslation TGeoTranslation(const TGeoTranslation& other)
TGeoTranslation TGeoTranslation(const TGeoMatrix& other)
TGeoTranslation TGeoTranslation(Double_t dx, Double_t dy, Double_t dz)
TGeoTranslation TGeoTranslation(const char* name, Double_t dx, Double_t dy, Double_t dz)
TGeoTranslation& operator=(const TGeoMatrix& matrix)
TGeoTranslation& operator=(const TGeoTranslation& other)
void SetDx(Double_t dx)
void SetDy(Double_t dy)
void SetDz(Double_t dz)
const Double_t* GetTranslation() const
const Double_t* GetRotationMatrix() const
const Double_t* GetScale() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
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.