Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4ios.hh"
#include "globals.hh"
#include "Randomize.hh"
#include "G4LogicalVolume.hh"
#include "G4VPhysicalVolume.hh"
#include "G4ProcessManager.hh"
#include "G4Track.hh"
#include "G4TrackVector.hh"
#include "G4TrackStatus.hh"
#include "G4StepStatus.hh"
#include "G4Step.hh"
#include "G4StepPoint.hh"
#include "G4TouchableHandle.hh"
#include "G4ITStepProcessorState_Lock.hh"
#include "G4ITLeadingTracks.hh"
#include <vector>
Go to the source code of this file.
Classes | |
struct | ProcessGeneralInfo |
class | G4ITStepProcessorState |
class | G4ITStepProcessor |
Typedefs | |
using | G4SelectedAtRestDoItVector = std::vector<int, std::allocator<int>> |
using | G4SelectedAlongStepDoItVector = std::vector<int, std::allocator<int>> |
using | G4SelectedPostStepDoItVector = std::vector<int, std::allocator<int>> |
using G4SelectedAlongStepDoItVector = std::vector<int, std::allocator<int>> |
Definition at line 80 of file G4ITStepProcessor.hh.
using G4SelectedAtRestDoItVector = std::vector<int, std::allocator<int>> |
Definition at line 79 of file G4ITStepProcessor.hh.
using G4SelectedPostStepDoItVector = std::vector<int, std::allocator<int>> |
Definition at line 81 of file G4ITStepProcessor.hh.