![]() |
ROOT
6.06/09
Reference Guide
|
#include "TGeoNavigator.h"#include "TGeoManager.h"#include "TGeoMatrix.h"#include "TGeoNode.h"#include "TGeoVolume.h"#include "TGeoPatternFinder.h"#include "TGeoVoxelFinder.h"#include "TMath.h"#include "TGeoParallelWorld.h"#include "TGeoPhysicalNode.h"
Include dependency graph for TGeoNavigator.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TGeoNavigator) TGeoNavigator | |
| ClassImp (TGeoNavigatorArray) TGeoNavigator *TGeoNavigatorArray | |
| Add a new navigator to the array. More... | |
Variables | |
| static Double_t | gTolerance = TGeoShape::Tolerance() |
| const char * | kGeoOutsidePath = " " |
| const Int_t | kN3 = 3*sizeof(Double_t) |
| ClassImp | ( | TGeoNavigator | ) |
Definition at line 46 of file TGeoNavigator.cxx.
| ClassImp | ( | TGeoNavigatorArray | ) |
Add a new navigator to the array.
Definition at line 2628 of file TGeoNavigator.cxx.
|
static |
Definition at line 42 of file TGeoNavigator.cxx.
Referenced by TGeoNavigator::CrossBoundaryAndLocate(), TGeoNavigator::CrossDivisionCell(), TGeoNavigator::FindNextBoundary(), TGeoNavigator::FindNextBoundaryAndStep(), TGeoNavigator::FindNextDaughterBoundary(), TGeoNavigator::IsSafeStep(), TGeoNavigator::Safety(), and TGeoNavigator::SafetyOverlaps().
| const char* kGeoOutsidePath = " " |
Definition at line 43 of file TGeoNavigator.cxx.
Referenced by TGeoNavigator::GetPath().
Definition at line 44 of file TGeoNavigator.cxx.
Referenced by TGeoNavigator::FindNextBoundary(), TGeoNavigator::FindNextBoundaryAndStep(), and TGeoNavigator::IsSameLocation().