![]() |
ROOT
6.06/09
Reference Guide
|
#include "Riostream.h"
#include "TObjArray.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TMath.h"
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 | |
TGeoIdentity * | gGeoIdentity = 0 |
const Int_t | kN3 = 3*sizeof(Double_t) |
const Int_t | kN9 = 9*sizeof(Double_t) |
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.
TGeoIdentity* gGeoIdentity = 0 |
Definition at line 177 of file TGeoMatrix.cxx.
Referenced by TGeoIdentity::Inverse().
Definition at line 178 of file TGeoMatrix.cxx.
Referenced by ClassImp(), TGeoCombiTrans::Clear(), TGeoGenTrans::Clear(), TGeoHMatrix::Clear(), TGeoHMatrix::CopyFrom(), TGeoMatrix::GetHomogenousMatrix(), TGeoMatrix::LocalToMaster(), TGeoMatrix::LocalToMasterBomb(), TGeoMatrix::LocalToMasterVect(), TGeoTranslation::LocalToMasterVect(), TGeoMatrix::MasterToLocal(), TGeoMatrix::MasterToLocalBomb(), TGeoMatrix::MasterToLocalVect(), TGeoTranslation::MasterToLocalVect(), TGeoHMatrix::Multiply(), TGeoHMatrix::MultiplyLeft(), TGeoScale::operator=(), TGeoCombiTrans::operator=(), TGeoHMatrix::operator=(), TGeoCombiTrans::RotateX(), TGeoHMatrix::RotateX(), TGeoCombiTrans::RotateY(), TGeoHMatrix::RotateY(), TGeoCombiTrans::RotateZ(), TGeoHMatrix::RotateZ(), TGeoTranslation::SetTranslation(), TGeoCombiTrans::SetTranslation(), TGeoCombiTrans::TGeoCombiTrans(), TGeoHMatrix::TGeoHMatrix(), and TGeoScale::TGeoScale().
Definition at line 179 of file TGeoMatrix.cxx.
Referenced by ClassImp(), TGeoRotation::Clear(), TGeoHMatrix::Clear(), TGeoHMatrix::CopyFrom(), TGeoHMatrix::Multiply(), TGeoRotation::MultiplyBy(), TGeoHMatrix::MultiplyLeft(), TGeoHMatrix::operator=(), TGeoRotation::RotateX(), TGeoHMatrix::RotateX(), TGeoRotation::RotateY(), TGeoHMatrix::RotateY(), TGeoRotation::RotateZ(), TGeoHMatrix::RotateZ(), and TGeoHMatrix::TGeoHMatrix().