| 
    Geant4
    10.00.p03
    
   | 
 
#include "globals.hh"#include "G4ios.hh"#include <vector>#include "G4VProcess.hh"#include "G4ProcessVector.hh"#include "G4ParticleDefinition.hh"#include "G4ProcessManager.icc"
 Include dependency graph for G4ProcessManager.hh: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.
| Enumerator | |
|---|---|
| typeGPIL | |
| typeDoIt | |
Definition at line 84 of file G4ProcessManager.hh.