G4ProcessManager.hh File Reference

#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.

Data Structures

class  G4ProcessManager

Defines

#define G4ProcessManager_h   1

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 }


Define Documentation

#define G4ProcessManager_h   1

Definition at line 70 of file G4ProcessManager.hh.


Enumeration Type Documentation

enum G4ProcessVectorDoItIndex

Enumerator:
idxAll 
idxAtRest 
idxAlongStep 
idxPostStep 
NDoit 

Definition at line 89 of file G4ProcessManager.hh.

00090 {
00091         idxAll = -1,            // for all DoIt/GPIL 
00092         idxAtRest = 0,          // for AtRestDoIt/GPIL
00093         idxAlongStep = 1,       // for AlongStepDoIt/GPIL
00094         idxPostStep =2,         // for AlongSTepDoIt/GPIL
00095         NDoit =3
00096 };

enum G4ProcessVectorOrdering

Enumerator:
ordInActive 
ordDefault 
ordLast 

Definition at line 99 of file G4ProcessManager.hh.

00100 { 
00101         ordInActive = -1,       // ordering parameter to indicate InActive DoIt
00102         ordDefault = 1000,      // default ordering parameter
00103         ordLast    = 9999       // ordering parameter to indicate the last DoIt
00104 };

enum G4ProcessVectorTypeIndex

Enumerator:
typeGPIL 
typeDoIt 

Definition at line 84 of file G4ProcessManager.hh.

00085 { 
00086         typeGPIL = 0,   // for GetPhysicalInteractionLength 
00087         typeDoIt =1             // for DoIt
00088 };


Generated on Mon May 27 17:51:03 2013 for Geant4 by  doxygen 1.4.7