![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <iomanip>#include "G4Navigator.hh"#include "G4ios.hh"#include "G4SystemOfUnits.hh"#include "G4GeometryTolerance.hh"#include "G4VPhysicalVolume.hh"#include "G4VoxelSafety.hh"
Include dependency graph for G4Navigator.cc:Go to the source code of this file.
Macros | |
| #define | G4NEW_SAFETY 1 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4Navigator &n) |
Variables | |
| static const G4double | kToleranceNormalCheck = CLHEP::perThousand |
| #define G4NEW_SAFETY 1 |
Definition at line 1799 of file G4Navigator.cc.
View newest version in sPHENIX GitHub at line 1799 of file G4Navigator.cc
| std::ostream& operator<< | ( | std::ostream & | os, |
| const G4Navigator & | n | ||
| ) |
Definition at line 2340 of file G4Navigator.cc.
View newest version in sPHENIX GitHub at line 2340 of file G4Navigator.cc
References G4Navigator::fBlockedPhysicalVolume, G4Navigator::fBlockedReplicaNo, G4Navigator::fEntering, G4Navigator::fExiting, G4Navigator::fExitNormal, G4Navigator::fHistory, G4Navigator::fLastLocatedPointLocal, G4Navigator::fLastStepWasZero, G4Navigator::fPreviousSafety, G4Navigator::fPreviousSftOrigin, G4Navigator::fValidExitNormal, G4Navigator::fVerbose, G4endl, G4VPhysicalVolume::GetName(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
static |
Definition at line 47 of file G4Navigator.cc.
View newest version in sPHENIX GitHub at line 47 of file G4Navigator.cc
Referenced by G4Navigator::GetGlobalExitNormal(), and G4Navigator::GetLocalExitNormal().