Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ITManager.hh>
Static Public Member Functions | |
static G4ITManager< T > * | Instance () |
static void | iUpdatePositionMap () |
Additional Inherited Members | |
Protected Attributes inherited from G4VITManager | |
G4ITType | fType |
G4int | fVerbose |
G4ITManager is able to save into different boxes the ITs that will be used in the simulation. It is a stack-like. Those boxes are used to fill a tree which helps finding the closest neighboor.
Definition at line 151 of file G4ITManager.hh.
|
virtual |
void G4ITManager< T >::EraseABox | ( | G4ITBox * | ) |
void G4ITManager< T >::EraseABox | ( | T * | ) |
G4KDTreeResultHandle G4ITManager< T >::FindNearest | ( | const G4ThreeVector & | , |
const T * | it | ||
) |
G4KDTreeResultHandle G4ITManager< T >::FindNearest | ( | const T * | it0, |
const T * | it | ||
) |
G4KDTreeResultHandle G4ITManager< T >::FindNearestInRange | ( | const G4ThreeVector & | , |
const T * | , | ||
G4double | |||
) |
G4KDTreeResultHandle G4ITManager< T >::FindNearestInRange | ( | const T * | , |
const T * | , | ||
G4double | |||
) |
|
inlinevirtual |
Implements G4VITManager.
Definition at line 198 of file G4ITManager.hh.
|
inline |
Definition at line 191 of file G4ITManager.hh.
Referenced by G4ITManager< T >::GetBox().
|
inlinevirtual |
Implements G4VITManager.
Definition at line 213 of file G4ITManager.hh.
|
inlinevirtual |
Implements G4VITManager.
Definition at line 232 of file G4ITManager.hh.
|
inlinevirtual |
Implements G4VITManager.
Definition at line 223 of file G4ITManager.hh.
|
inline |
Definition at line 178 of file G4ITManager.hh.
|
static |
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAMolecularDecay::DecayIt(), G4AllITManager::FindNearest(), G4AllITManager::FindNearestInRange(), G4AllITManager::Instance(), G4DNAMolecularReaction::MakeReaction(), G4DNAMoleculeEncounterStepper::Prepare(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().
|
static |
G4int G4ITManager< T >::NbElements | ( | const G4IT * | ) |
|
virtual |
Implements G4VITManager.
|
inline |
Definition at line 174 of file G4ITManager.hh.
|
virtual |
Implements G4VITManager.