Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RegularNavigationHelper.hh>
Public Member Functions | |
~G4RegularNavigationHelper () | |
void | ClearStepLengths () |
void | AddStepLength (G4int copyNo, G4double slen) |
const std::vector< std::pair< G4int, G4double > > & | GetStepLengths () |
Static Public Member Functions | |
static G4RegularNavigationHelper * | Instance () |
Public Attributes | |
std::vector< std::pair< G4int, G4double > > | theStepLengths |
Definition at line 47 of file G4RegularNavigationHelper.hh.
G4RegularNavigationHelper::~G4RegularNavigationHelper | ( | ) |
Definition at line 58 of file G4RegularNavigationHelper.cc.
Definition at line 71 of file G4RegularNavigationHelper.cc.
Referenced by G4RegularNavigation::ComputeStepSkippingEqualMaterials().
void G4RegularNavigationHelper::ClearStepLengths | ( | ) |
Definition at line 64 of file G4RegularNavigationHelper.cc.
Referenced by G4RegularNavigation::ComputeStepSkippingEqualMaterials().
Definition at line 78 of file G4RegularNavigationHelper.cc.
Referenced by G4EnergySplitter::GetFirstVoxelID(), G4EnergySplitter::GetLastVoxelID(), G4EnergySplitter::GetVoxelID(), G4ScoreSplittingProcess::PostStepDoIt(), and G4EnergySplitter::SplitEnergyInVolumes().
|
static |
Definition at line 40 of file G4RegularNavigationHelper.cc.
Referenced by G4RegularNavigation::ComputeStepSkippingEqualMaterials(), G4EnergySplitter::GetFirstVoxelID(), G4EnergySplitter::GetLastVoxelID(), G4EnergySplitter::GetVoxelID(), G4ScoreSplittingProcess::PostStepDoIt(), and G4EnergySplitter::SplitEnergyInVolumes().
Definition at line 57 of file G4RegularNavigationHelper.hh.
Referenced by AddStepLength(), ClearStepLengths(), and GetStepLengths().