![]() |
ROOT
6.06/09
Reference Guide
|
#include "TNamed.h"
Go to the source code of this file.
Classes | |
class | TGeoMatrix |
class | TGeoTranslation |
class | TGeoRotation |
class | TGeoScale |
class | TGeoCombiTrans |
class | TGeoGenTrans |
class | TGeoIdentity |
class | TGeoHMatrix |
Variables | |
const Double_t | kNullVector [3] = {0.0, 0.0, 0.0} |
const Double_t | kIdentityMatrix [3 *3] |
const Double_t | kUnitScale [3] = {1.0, 1.0, 1.0} |
R__EXTERN TGeoIdentity * | gGeoIdentity |
R__EXTERN TGeoIdentity* gGeoIdentity |
Definition at line 466 of file TGeoMatrix.h.
Referenced by TGeoVolume::AddNode(), TGeoVolume::AddNodeOverlap(), TGeoPhysicalNode::Align(), TGeoChecker::CheckOverlaps(), TGeoManager::CloseGeometry(), TGeoPatternCylR::CreateMatrix(), TGeoPatternSphR::CreateMatrix(), TGeoPatternSphTheta::CreateMatrix(), TGeoPatternHoneycomb::CreateMatrix(), TGeoPatternCylR::FindNode(), TEveManager::GetGeometry(), TGeoBoolNode::MakeBranch(), TGeoBoolNode::ReplaceMatrix(), TGeoNavigator::ResetAll(), TGeoNodeMatrix::SetMatrix(), TGeoManager::SetTopVolume(), TEveGeoManagerHolder::TEveGeoManagerHolder(), TGeoBoolNode::TGeoBoolNode(), TGeoManager::TGeoManager(), TGeoNodeMatrix::TGeoNodeMatrix(), TEveGeoManagerHolder::~TEveGeoManagerHolder(), and TGeoManager::~TGeoManager().
const Double_t kIdentityMatrix[3 *3] |
Definition at line 28 of file TGeoMatrix.h.
Referenced by ClassImp(), TGeoRotation::Clear(), TGeoHMatrix::Clear(), TGeoTranslation::GetRotationMatrix(), TGeoScale::GetRotationMatrix(), TGeoCombiTrans::GetRotationMatrix(), TGeoIdentity::GetRotationMatrix(), TGeoHMatrix::operator=(), and TGeoHMatrix::TGeoHMatrix().
const Double_t kNullVector[3] = {0.0, 0.0, 0.0} |
Definition at line 26 of file TGeoMatrix.h.
Referenced by TGeoHMatrix::Clear(), TGeoRotation::GetTranslation(), TGeoScale::GetTranslation(), TGeoIdentity::GetTranslation(), and TGeoHMatrix::operator=().
const Double_t kUnitScale[3] = {1.0, 1.0, 1.0} |
Definition at line 32 of file TGeoMatrix.h.
Referenced by ClassImp(), TGeoHMatrix::Clear(), TGeoTranslation::GetScale(), TGeoRotation::GetScale(), TGeoCombiTrans::GetScale(), TGeoIdentity::GetScale(), TGeoHMatrix::operator=(), and TGeoHMatrix::TGeoHMatrix().