library: libGeom
#include "TGeoCache.h"

TGeoMatHandlerRotTrScl


class description - header file - source file
viewCVS header - viewCVS source

class TGeoMatHandlerRotTrScl: public TGeoMatHandler

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGeoMatHandlerRotTrScl()
TGeoMatHandlerRotTrScl(const TGeoMatHandlerRotTrScl&)
virtual~TGeoMatHandlerRotTrScl()
virtual voidAddMatrix(Double_t* to, TGeoMatrix* matrix)
static TClass*Class()
virtual voidGetMatrix(Double_t* from, TGeoHMatrix* matrix)
virtual TClass*IsA() const
virtual voidLocalToMaster(const Double_t*, Double_t*) const
virtual voidLocalToMasterBomb(const Double_t*, Double_t*) const
virtual voidLocalToMasterVect(const Double_t*, Double_t*) const
virtual voidMasterToLocal(const Double_t*, Double_t*) const
virtual voidMasterToLocalBomb(const Double_t*, Double_t*) const
virtual voidMasterToLocalVect(const Double_t*, Double_t*) const
voidTGeoMatHandler::SetLocation(Double_t* add)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TGeoMatHandler&TGeoMatHandler::operator=(const TGeoMatHandler& gmh)

Data Members

protected:
Double_t*TGeoMatHandler::fLocationadress of current matrix

Class Description

 Physical tree description.




/* */
void GetMatrix(Double_t *from, TGeoHMatrix *matrix)
 Restore translation/rotation/scale from cache.
void AddMatrix(Double_t *to, TGeoMatrix *matrix)
 Add translation/rotation/scale to cache.
void LocalToMaster(const Double_t *local, Double_t *master)
void MasterToLocal(const Double_t *master, Double_t *local)
void LocalToMasterVect(const Double_t *local, Double_t *master)
void MasterToLocalVect(const Double_t *master, Double_t *local)
void LocalToMasterBomb(const Double_t *local, Double_t *master)
void MasterToLocalBomb(const Double_t *master, Double_t *local)
TGeoMatHandlerRotTrScl()
{}
virtual ~TGeoMatHandlerRotTrScl()
{}

Author: Andrei Gheata 18/03/02
Last update: root/geom:$Name: $:$Id: TGeoCache.cxx,v 1.45 2006/07/09 05:27:53 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.