#include <G4ProcessManager.hh>
|
| | G4ProcessManager (G4ProcessManager &right) |
| |
| | G4ProcessManager (const G4ParticleDefinition *aParticleType) |
| |
| | ~G4ProcessManager () |
| |
| G4int | operator== (const G4ProcessManager &right) const |
| |
| G4int | operator!= (const G4ProcessManager &right) const |
| |
| G4ProcessVector * | GetProcessList () const |
| |
| G4int | GetProcessListLength () const |
| |
| G4int | GetProcessIndex (G4VProcess *) const |
| |
| G4ProcessVector * | GetProcessVector (G4ProcessVectorDoItIndex idx, G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4ProcessVector * | GetAtRestProcessVector (G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4ProcessVector * | GetAlongStepProcessVector (G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4ProcessVector * | GetPostStepProcessVector (G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4int | GetProcessVectorIndex (G4VProcess *aProcess, G4ProcessVectorDoItIndex idx, G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4int | GetAtRestIndex (G4VProcess *aProcess, G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4int | GetAlongStepIndex (G4VProcess *aProcess, G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4int | GetPostStepIndex (G4VProcess *aProcess, G4ProcessVectorTypeIndex typ=typeGPIL) const |
| |
| G4int | AddProcess (G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive) |
| |
| G4int | AddRestProcess (G4VProcess *aProcess, G4int ord=ordDefault) |
| |
| G4int | AddDiscreteProcess (G4VProcess *aProcess, G4int ord=ordDefault) |
| |
| G4int | AddContinuousProcess (G4VProcess *aProcess, G4int ord=ordDefault) |
| |
| G4int | GetProcessOrdering (G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt) |
| |
| void | SetProcessOrdering (G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt, G4int ordDoIt=ordDefault) |
| |
| void | SetProcessOrderingToFirst (G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt) |
| |
| void | SetProcessOrderingToSecond (G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt) |
| |
| void | SetProcessOrderingToLast (G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt) |
| |
| G4VProcess * | RemoveProcess (G4VProcess *aProcess) |
| |
| G4VProcess * | RemoveProcess (G4int index) |
| |
| G4VProcess * | SetProcessActivation (G4VProcess *aProcess, G4bool fActive) |
| |
| G4VProcess * | SetProcessActivation (G4int index, G4bool fActive) |
| |
| G4bool | GetProcessActivation (G4VProcess *aProcess) const |
| |
| G4bool | GetProcessActivation (G4int index) const |
| |
| G4ParticleDefinition * | GetParticleType () const |
| |
| void | SetParticleType (const G4ParticleDefinition *) |
| |
| void | StartTracking (G4Track *aTrack=0) |
| |
| void | EndTracking () |
| |
| void | DumpInfo () |
| |
| void | SetVerboseLevel (G4int value) |
| |
| G4int | GetVerboseLevel () const |
| |
Definition at line 106 of file G4ProcessManager.hh.
| G4ProcessManager::~G4ProcessManager |
( |
| ) |
|
| void G4ProcessManager::CheckOrderingParameters |
( |
G4VProcess * |
aProcess | ) |
const |
|
protected |
| void G4ProcessManager::DumpInfo |
( |
| ) |
|
| void G4ProcessManager::EndTracking |
( |
| ) |
|
| G4bool G4ProcessManager::GetProcessActivation |
( |
G4int |
index | ) |
const |
| G4int G4ProcessManager::GetProcessListLength |
( |
| ) |
const |
| G4int G4ProcessManager::GetVerboseLevel |
( |
| ) |
const |
| void G4ProcessManager::SetVerboseLevel |
( |
G4int |
value | ) |
|
| void G4ProcessManager::StartTracking |
( |
G4Track * |
aTrack = 0 | ) |
|
| G4int G4ProcessManager::verboseLevel |
|
protected |
The documentation for this class was generated from the following files: