Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
#include <vector>
#include <map>
#include "G4StepStatus.hh"
#include "G4ThreeVector.hh"
#include "G4TouchableHandle.hh"
#include "G4TrackState.hh"
#include "G4memory.hh"
#include "G4ITStepProcessorState_Lock.hh"
Go to the source code of this file.
Classes | |
class | G4TrackingInformation |
Typedefs | |
using | G4SelectedAtRestDoItVector = std::vector<G4int> |
using | G4SelectedAlongStepDoItVector = std::vector<G4int> |
using | G4SelectedPostStepDoItVector = std::vector<G4int> |
using | G4SelectedPostStepAtTimeDoItVector = std::vector<G4int> |
using G4SelectedAlongStepDoItVector = std::vector<G4int> |
Definition at line 62 of file G4TrackingInformation.hh.
using G4SelectedAtRestDoItVector = std::vector<G4int> |
Definition at line 61 of file G4TrackingInformation.hh.
using G4SelectedPostStepAtTimeDoItVector = std::vector<G4int> |
Definition at line 64 of file G4TrackingInformation.hh.
using G4SelectedPostStepDoItVector = std::vector<G4int> |
Definition at line 63 of file G4TrackingInformation.hh.