#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 | |
| ClassImp (TGeoTranslation) TGeoTranslation | |
| ClassImp (TGeoRotation) TGeoRotation | |
| ClassImp (TGeoScale) TGeoScale | |
| ClassImp (TGeoCombiTrans) TGeoCombiTrans | |
| ClassImp (TGeoGenTrans) TGeoGenTrans | |
| ClassImp (TGeoIdentity) TGeoIdentity | |
| ClassImp (TGeoHMatrix) TGeoHMatrix | |
Variables | |
| TGeoIdentity * | gGeoIdentity = 0 |
| const Int_t | kN3 = 3*sizeof(Double_t) |
| const Int_t | kN9 = 9*sizeof(Double_t) |
| ClassImp | ( | TGeoHMatrix | ) |
Definition at line 1957 of file TGeoMatrix.cxx.
References kIdentityMatrix, kN3, kN9, and kUnitScale.
| ClassImp | ( | TGeoIdentity | ) |
| ClassImp | ( | TGeoGenTrans | ) |
| ClassImp | ( | TGeoCombiTrans | ) |
| ClassImp | ( | TGeoScale | ) |
| ClassImp | ( | TGeoRotation | ) |
| ClassImp | ( | TGeoTranslation | ) |
| ClassImp | ( | TGeoMatrix | ) |
Definition at line 183 of file TGeoMatrix.cxx.
| TGeoIdentity* gGeoIdentity = 0 |
Definition at line 177 of file TGeoMatrix.cxx.
Definition at line 178 of file TGeoMatrix.cxx.
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(), TGeoHMatrix::RotateZ(), TGeoRotation::RotateZ(), and TGeoHMatrix::TGeoHMatrix().
1.5.1