Geant4
10.00.p02
|
#include "globals.hh"
#include <vector>
#include "G4StepStatus.hh"
#include "G4ThreeVector.hh"
#include "G4TouchableHandle.hh"
#include "G4shared_ptr.hh"
Go to the source code of this file.
Classes | |
class | G4ITStepProcessorState_Lock |
class | G4TrackingInformation |
The class G4TrackingInformation (hold by G4IT) emcompasses processes informations computed at the PS/AS/AtRest/InteractionLength stage, and also, the selection of processes for the given step. More... | |
Typedefs | |
typedef std::vector< G4int > | G4SelectedAtRestDoItVector |
typedef std::vector< G4int > | G4SelectedAlongStepDoItVector |
typedef std::vector< G4int > | G4SelectedPostStepDoItVector |
typedef std::vector< G4int > | G4SelectedPostStepAtTimeDoItVector |
typedef std::vector<G4int> G4SelectedAlongStepDoItVector |
Definition at line 54 of file G4TrackingInformation.hh.
typedef std::vector<G4int> G4SelectedAtRestDoItVector |
Definition at line 49 of file G4TrackingInformation.hh.
typedef std::vector<G4int> G4SelectedPostStepAtTimeDoItVector |
Definition at line 58 of file G4TrackingInformation.hh.
typedef std::vector<G4int> G4SelectedPostStepDoItVector |
Definition at line 56 of file G4TrackingInformation.hh.