Geant4  10.00.p02
G4FastSimulationManagerProcess Class Reference

#include <G4FastSimulationManagerProcess.hh>

+ Inheritance diagram for G4FastSimulationManagerProcess:
+ Collaboration diagram for G4FastSimulationManagerProcess:

Public Member Functions

 G4FastSimulationManagerProcess (const G4String &processName="G4FastSimulationManagerProcess", G4ProcessType theType=fParameterisation)
 
 G4FastSimulationManagerProcess (const G4String &processName, const G4String &worldVolumeName, G4ProcessType theType=fParameterisation)
 
 G4FastSimulationManagerProcess (const G4String &processName, G4VPhysicalVolume *worldVolume, G4ProcessType theType=fParameterisation)
 
virtual ~G4FastSimulationManagerProcess ()
 
G4VPhysicalVolumeGetWorldVolume () const
 
void SetWorldVolume (G4String)
 
void SetWorldVolume (G4VPhysicalVolume *)
 
void StartTracking (G4Track *)
 
void EndTracking ()
 
G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &)
 
G4double AlongStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4VParticleChangeAlongStepDoIt (const G4Track &track, const G4Step &step)
 
G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
void Verbose () 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
 
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 BuildPhysicsTable (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 SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
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
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
const G4VProcessGetMasterProcess () const
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)
 

Private Attributes

G4VPhysicalVolumefWorldVolume
 
G4bool fIsTrackingTime
 
G4bool fIsFirstStep
 
G4NavigatorfGhostNavigator
 
G4int fGhostNavigatorIndex
 
G4bool fIsGhostGeometry
 
G4double fGhostSafety
 
G4FieldTrack fFieldTrack
 
G4FastSimulationManagerfFastSimulationManager
 
G4bool fFastSimulationTrigger
 
G4VParticleChange fDummyParticleChange
 
G4PathFinderfPathFinder
 
G4TransportationManagerfTransportationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 
- 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

Definition at line 78 of file G4FastSimulationManagerProcess.hh.

Constructor & Destructor Documentation

G4FastSimulationManagerProcess::G4FastSimulationManagerProcess ( const G4String processName = "G4FastSimulationManagerProcess",
G4ProcessType  theType = fParameterisation 
)
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess ( const G4String processName,
const G4String worldVolumeName,
G4ProcessType  theType = fParameterisation 
)
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess ( const G4String processName,
G4VPhysicalVolume worldVolume,
G4ProcessType  theType = fParameterisation 
)
G4FastSimulationManagerProcess::~G4FastSimulationManagerProcess ( )
virtual

Definition at line 142 of file G4FastSimulationManagerProcess.cc.

References G4GlobalFastSimulationManager::GetGlobalFastSimulationManager(), and G4GlobalFastSimulationManager::RemoveFSMP().

+ Here is the call graph for this function:

Member Function Documentation

G4VParticleChange * G4FastSimulationManagerProcess::AlongStepDoIt ( const G4Track track,
const G4Step step 
)
virtual

Implements G4VProcess.

Definition at line 357 of file G4FastSimulationManagerProcess.cc.

References fDummyParticleChange, and G4VParticleChange::Initialize().

+ Here is the call graph for this function:

G4double G4FastSimulationManagerProcess::AlongStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
virtual
G4VParticleChange * G4FastSimulationManagerProcess::AtRestDoIt ( const G4Track ,
const G4Step  
)
virtual

Implements G4VProcess.

Definition at line 399 of file G4FastSimulationManagerProcess.cc.

References fFastSimulationManager, and G4FastSimulationManager::InvokeAtRestDoIt().

+ Here is the call graph for this function:

G4double G4FastSimulationManagerProcess::AtRestGetPhysicalInteractionLength ( const G4Track track,
G4ForceCondition condition 
)
virtual
void G4FastSimulationManagerProcess::EndTracking ( )
virtual

Reimplemented from G4VProcess.

Definition at line 228 of file G4FastSimulationManagerProcess.cc.

References G4TransportationManager::DeActivateNavigator(), fGhostNavigator, fIsGhostGeometry, fIsTrackingTime, and fTransportationManager.

+ Here is the call graph for this function:

G4VPhysicalVolume* G4FastSimulationManagerProcess::GetWorldVolume ( ) const
inline

Definition at line 104 of file G4FastSimulationManagerProcess.hh.

References fWorldVolume.

G4VParticleChange * G4FastSimulationManagerProcess::PostStepDoIt ( const G4Track ,
const G4Step  
)
virtual

Implements G4VProcess.

Definition at line 279 of file G4FastSimulationManagerProcess.cc.

References fFastSimulationManager, fStopAndKill, fSuspend, G4VParticleChange::GetTrackStatus(), G4FastSimulationManager::InvokePostStepDoIt(), and G4VParticleChange::ProposeTrackStatus().

+ Here is the call graph for this function:

G4double G4FastSimulationManagerProcess::PostStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
virtual
void G4FastSimulationManagerProcess::SetWorldVolume ( G4String  newWorldName)

Definition at line 151 of file G4FastSimulationManagerProcess.cc.

References FatalException, fIsTrackingTime, fTransportationManager, fWorldVolume, G4cout, G4endl, G4Exception(), G4VPhysicalVolume::GetName(), G4VProcess::GetProcessName(), G4TransportationManager::IsWorldExisting(), JustWarning, and G4VProcess::verboseLevel.

Referenced by G4FastSimulationManagerProcess(), and SetWorldVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4FastSimulationManagerProcess::SetWorldVolume ( G4VPhysicalVolume newWorld)

Definition at line 190 of file G4FastSimulationManagerProcess.cc.

References FatalException, G4endl, G4Exception(), G4VPhysicalVolume::GetName(), and SetWorldVolume().

+ Here is the call graph for this function:

void G4FastSimulationManagerProcess::StartTracking ( G4Track track)
virtual
void G4FastSimulationManagerProcess::Verbose ( ) const

Definition at line 405 of file G4FastSimulationManagerProcess.cc.

Member Data Documentation

G4VParticleChange G4FastSimulationManagerProcess::fDummyParticleChange
private

Definition at line 167 of file G4FastSimulationManagerProcess.hh.

Referenced by AlongStepDoIt().

G4FastSimulationManager* G4FastSimulationManagerProcess::fFastSimulationManager
private
G4bool G4FastSimulationManagerProcess::fFastSimulationTrigger
private
G4FieldTrack G4FastSimulationManagerProcess::fFieldTrack
private
G4int G4FastSimulationManagerProcess::fGhostNavigatorIndex
private
G4double G4FastSimulationManagerProcess::fGhostSafety
private
G4bool G4FastSimulationManagerProcess::fIsFirstStep
private

Definition at line 157 of file G4FastSimulationManagerProcess.hh.

Referenced by StartTracking().

G4bool G4FastSimulationManagerProcess::fIsTrackingTime
private

Definition at line 156 of file G4FastSimulationManagerProcess.hh.

Referenced by EndTracking(), SetWorldVolume(), and StartTracking().

G4TransportationManager* G4FastSimulationManagerProcess::fTransportationManager
private
G4VPhysicalVolume* G4FastSimulationManagerProcess::fWorldVolume
private

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