#include "TGeoManager.h"#include "TGeoMatrix.h"#include "TGeoNode.h"#include "TGeoVolume.h"#include "TGeoPatternFinder.h"#include "TGeoVoxelFinder.h"#include "TMath.h"#include "TGeoNavigator.h"Go to the source code of this file.
Functions | |
| ClassImp (TGeoNavigator) TGeoNavigator | |
Variables | |
| static Double_t | gTolerance = TGeoShape::Tolerance() |
| const char * | kGeoOutsidePath = " " |
| const Int_t | kN3 = 3*sizeof(Double_t) |
| ClassImp | ( | TGeoNavigator | ) |
Double_t gTolerance = TGeoShape::Tolerance() [static] |
Definition at line 40 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 42 of file TGeoNavigator.cxx.
1.5.1