Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VITProcess Class Reference

#include <G4VITProcess.hh>

Inheritance diagram for G4VITProcess:
Inheritance graph
[legend]
Collaboration diagram for G4VITProcess:
Collaboration graph
[legend]

Classes

struct  G4ProcessState
 

Public Member Functions

 G4VITProcess (const G4String &name, G4ProcessType type=fNotDefined)
 
virtual ~G4VITProcess ()
 
 G4VITProcess (const G4VITProcess &other)
 
G4VITProcessoperator= (const G4VITProcess &other)
 
G4int operator== (const G4VITProcess &right) const
 
G4int operator!= (const G4VITProcess &right) const
 
size_t GetProcessID () const
 
G4ProcessState_LockGetProcessState ()
 
void SetProcessState (G4ProcessState_Lock *aProcInfo)
 
virtual void StartTracking (G4Track *)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
G4double GetInteractionTimeLeft ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4bool ProposesTimeStep () const
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
virtual G4VParticleChangePostStepDoIt (const G4Track &track, const G4Step &stepData)=0
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &track, const G4Step &stepData)=0
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &track, const G4Step &stepData)=0
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)=0
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &track, G4ForceCondition *condition)=0
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)=0
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4bool IsApplicable (const G4ParticleDefinition &)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Static Public Member Functions

static const size_t & GetMaxProcessIndex ()
 
- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected Member Functions

void RetrieveProcessInfo ()
 
void CreateInfo ()
 
virtual void ClearInteractionTimeLeft ()
 
virtual void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
virtual void ClearNumberOfInteractionLengthLeft ()
 
void SetInstantiateProcessState (G4bool flag)
 
G4bool InstantiateProcessState ()
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected Attributes

G4ProcessStatefpState
 
G4bool fProposesTimeStep
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft
 
G4double currentInteractionLength
 
G4double theInitialNumberOfInteractionLength
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType
 
G4int theProcessSubType
 
G4double thePILfactor
 
G4bool enableAtRestDoIt
 
G4bool enableAlongStepDoIt
 
G4bool enablePostStepDoIt
 
G4int verboseLevel
 

Detailed Description

G4VITProcess inherits from G4VProcess. A G4VITProcess is able to save its current state for a given track into G4IT. This state may be retrieve latter on to be used by the G4VITProcess. Each G4VITProcess is tagged.

Definition at line 63 of file G4VITProcess.hh.

Constructor & Destructor Documentation

G4VITProcess::G4VITProcess ( const G4String name,
G4ProcessType  type = fNotDefined 
)

Definition at line 34 of file G4VITProcess.cc.

Here is the call graph for this function:

G4VITProcess::~G4VITProcess ( )
virtual

Definition at line 57 of file G4VITProcess.cc.

G4VITProcess::G4VITProcess ( const G4VITProcess other)

Definition at line 63 of file G4VITProcess.cc.

Member Function Documentation

virtual void G4VITProcess::BuildPhysicsTable ( const G4ParticleDefinition )
inlinevirtual

Reimplemented from G4VProcess.

Reimplemented in G4ITTransportation, G4DNASecondOrderReaction, and G4DNABrownianTransportation.

Definition at line 100 of file G4VITProcess.hh.

void G4VITProcess::ClearInteractionTimeLeft ( )
inlineprotectedvirtual

Definition at line 179 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotectedvirtual

Definition at line 184 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::CreateInfo ( )
protected
G4double G4VITProcess::GetInteractionTimeLeft ( )
inline

Definition at line 194 of file G4VITProcess.hh.

Here is the caller graph for this function:

const size_t & G4VITProcess::GetMaxProcessIndex ( )
inlinestatic

Definition at line 207 of file G4VITProcess.hh.

Here is the caller graph for this function:

size_t G4VITProcess::GetProcessID ( ) const
inline

Definition at line 80 of file G4VITProcess.hh.

Here is the caller graph for this function:

G4ProcessState_Lock* G4VITProcess::GetProcessState ( )
inline

Definition at line 85 of file G4VITProcess.hh.

G4bool G4VITProcess::InstantiateProcessState ( )
inlineprotected

Definition at line 161 of file G4VITProcess.hh.

Here is the caller graph for this function:

G4int G4VITProcess::operator!= ( const G4VITProcess right) const
G4VITProcess & G4VITProcess::operator= ( const G4VITProcess other)

Definition at line 74 of file G4VITProcess.cc.

G4int G4VITProcess::operator== ( const G4VITProcess right) const
G4bool G4VITProcess::ProposesTimeStep ( ) const
inline

Definition at line 202 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::ResetNumberOfInteractionLengthLeft ( )
inlinevirtual

WARNING : Redefine the method of G4VProcess reset (determine the value of)NumberOfInteractionLengthLeft

Reimplemented from G4VProcess.

Definition at line 189 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::RetrieveProcessInfo ( )
protected
void G4VITProcess::SetInstantiateProcessState ( G4bool  flag)
inlineprotected

Definition at line 158 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::SetProcessState ( G4ProcessState_Lock aProcInfo)
inline

Definition at line 90 of file G4VITProcess.hh.

Here is the caller graph for this function:

void G4VITProcess::StartTracking ( G4Track track)
virtual

Reimplemented from G4VProcess.

Reimplemented in G4ITTransportation, G4DNABrownianTransportation, and G4DNASecondOrderReaction.

Definition at line 81 of file G4VITProcess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VITProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
protectedvirtual

Definition at line 96 of file G4VITProcess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4bool G4VITProcess::fProposesTimeStep
protected

Definition at line 163 of file G4VITProcess.hh.

G4ProcessState* G4VITProcess::fpState
protected

Definition at line 139 of file G4VITProcess.hh.


The documentation for this class was generated from the following files: