Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
#include "G4ios.hh"
#include <vector>
#include "G4VProcess.hh"
#include "G4ProcessVector.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.icc"
Go to the source code of this file.
Classes | |
class | G4ProcessManager |
Enumerations | |
enum | G4ProcessVectorTypeIndex { typeGPIL = 0 , typeDoIt =1 } |
enum | G4ProcessVectorDoItIndex { idxAll = -1 , idxAtRest = 0 , idxAlongStep = 1 , idxPostStep =2 , NDoit =3 } |
enum | G4ProcessVectorOrdering { ordInActive = -1 , ordDefault = 1000 , ordLast = 9999 } |
Enumerator | |
---|---|
idxAll | |
idxAtRest | |
idxAlongStep | |
idxPostStep | |
NDoit |
Definition at line 89 of file G4ProcessManager.hh.
Enumerator | |
---|---|
ordInActive | |
ordDefault | |
ordLast |
Definition at line 99 of file G4ProcessManager.hh.