|
Geant4-11
|
#include <vector>#include "globals.hh"#include "G4ios.hh"#include "G4VProcess.hh"#include "G4ProcessVector.hh"#include "G4ParticleDefinition.hh"#include "G4ProcessManager.icc"Go to the source code of this file.
Data Structures | |
| class | G4ProcessManager |
Enumerations | |
| enum | G4ProcessVectorDoItIndex { idxAll = -1 , idxAtRest = 0 , idxAlongStep = 1 , idxPostStep =2 , NDoit =3 } |
| enum | G4ProcessVectorOrdering { ordInActive = -1 , ordDefault = 1000 , ordLast = 9999 } |
| enum | G4ProcessVectorTypeIndex { typeGPIL = 0 , typeDoIt =1 } |
| Enumerator | |
|---|---|
| idxAll | |
| idxAtRest | |
| idxAlongStep | |
| idxPostStep | |
| NDoit | |
Definition at line 76 of file G4ProcessManager.hh.
| Enumerator | |
|---|---|
| ordInActive | |
| ordDefault | |
| ordLast | |
Definition at line 87 of file G4ProcessManager.hh.