ROOT  6.06/09
Reference Guide
Functions | Variables
TGeoMatrix.cxx File Reference
#include "Riostream.h"
#include "TObjArray.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TMath.h"
+ Include dependency graph for TGeoMatrix.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGeoMatrix) TGeoMatrix
 dummy constructor More...
 
 ClassImp (TGeoTranslation) TGeoTranslation
 Default constructor. More...
 
 ClassImp (TGeoRotation) TGeoRotation
 Default constructor. More...
 
 ClassImp (TGeoScale) TGeoScale
 default constructor More...
 
 ClassImp (TGeoCombiTrans) TGeoCombiTrans
 dummy ctor More...
 
 ClassImp (TGeoGenTrans) TGeoGenTrans
 dummy ctor More...
 
 ClassImp (TGeoIdentity) TGeoIdentity
 dummy ctor More...
 
 ClassImp (TGeoHMatrix) TGeoHMatrix
 dummy ctor More...
 

Variables

TGeoIdentitygGeoIdentity = 0
 
const Int_t kN3 = 3*sizeof(Double_t)
 
const Int_t kN9 = 9*sizeof(Double_t)
 

Function Documentation

ClassImp ( TGeoMatrix  )

dummy constructor

Definition at line 183 of file TGeoMatrix.cxx.

ClassImp ( TGeoTranslation  )

Default constructor.

Definition at line 573 of file TGeoMatrix.cxx.

ClassImp ( TGeoRotation  )

Default constructor.

Definition at line 798 of file TGeoMatrix.cxx.

ClassImp ( TGeoScale  )

default constructor

Definition at line 1307 of file TGeoMatrix.cxx.

ClassImp ( TGeoCombiTrans  )

dummy ctor

Definition at line 1477 of file TGeoMatrix.cxx.

ClassImp ( TGeoGenTrans  )

dummy ctor

Definition at line 1955 of file TGeoMatrix.cxx.

ClassImp ( TGeoIdentity  )

dummy ctor

Definition at line 2061 of file TGeoMatrix.cxx.

ClassImp ( TGeoHMatrix  )

dummy ctor

Definition at line 2099 of file TGeoMatrix.cxx.

Variable Documentation

TGeoIdentity* gGeoIdentity = 0

Definition at line 177 of file TGeoMatrix.cxx.

Referenced by TGeoIdentity::Inverse().

const Int_t kN3 = 3*sizeof(Double_t)
const Int_t kN9 = 9*sizeof(Double_t)