library: libGeom
#include "TGeoCache.h"

TGeoMatHandler


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

class TGeoMatHandler

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TGeoMatHandler()
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* local, Double_t* master) const
virtual voidLocalToMasterBomb(const Double_t* local, Double_t* master) const
virtual voidLocalToMasterVect(const Double_t* local, Double_t* master) const
virtual voidMasterToLocal(const Double_t* master, Double_t* local) const
virtual voidMasterToLocalBomb(const Double_t* master, Double_t* local) const
virtual voidMasterToLocalVect(const Double_t* master, Double_t* local) const
voidSetLocation(Double_t* add)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TGeoMatHandler&operator=(const TGeoMatHandler& gmh)

Data Members

protected:
Double_t*fLocationadress of current matrix

Class Description

 Physical tree description.




/* */
TGeoCacheState& operator=(const TGeoCacheState&)
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)
Int_t AddMatrix(TGeoMatrix *matrix)
void GetMatrix(TGeoHMatrix *matrix)
virtual ~TGeoMatHandler()
{}
void SetLocation(Double_t *add)
{fLocation=add;}

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.