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

#include <G4VProcess.hh>

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

Public Member Functions

 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 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 StartTracking (G4Track *)
 
virtual void EndTracking ()
 
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
 

Static Public Member Functions

static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected Member Functions

void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected Attributes

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 75 of file G4VProcess.hh.

Constructor & Destructor Documentation

G4VProcess::G4VProcess ( const G4String aName = "NoName",
G4ProcessType  aType = fNotDefined 
)

Definition at line 51 of file G4VProcess.cc.

G4VProcess::G4VProcess ( const G4VProcess right)

Definition at line 74 of file G4VProcess.cc.

G4VProcess::~G4VProcess ( )
virtual

Definition at line 70 of file G4VProcess.cc.

Member Function Documentation

virtual G4VParticleChange* G4VProcess::AlongStepDoIt ( const G4Track track,
const G4Step stepData 
)
pure virtual
virtual G4double G4VProcess::AlongStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
pure virtual
G4double G4VProcess::AlongStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
inline

Definition at line 450 of file G4VProcess.hh.

Here is the call graph for this function:

virtual G4VParticleChange* G4VProcess::AtRestDoIt ( const G4Track track,
const G4Step stepData 
)
pure virtual
virtual G4double G4VProcess::AtRestGetPhysicalInteractionLength ( const G4Track track,
G4ForceCondition condition 
)
pure virtual
G4double G4VProcess::AtRestGPIL ( const G4Track track,
G4ForceCondition condition 
)
inline

Definition at line 461 of file G4VProcess.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void G4VProcess::BuildPhysicsTable ( const G4ParticleDefinition )
inlinevirtual
void G4VProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotected

Definition at line 418 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::DumpInfo ( ) const
virtual

Definition at line 206 of file G4VProcess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VProcess::EndTracking ( )
virtual

Reimplemented in G4WrapperProcess, G4AdjointProcessEquivalentToDirectProcess, G4Decay, G4CoupledTransportation, and G4FastSimulationManagerProcess.

Definition at line 137 of file G4VProcess.cc.

Here is the caller graph for this function:

G4double G4VProcess::GetCurrentInteractionLength ( ) const
inline

Definition at line 433 of file G4VProcess.hh.

G4double G4VProcess::GetNumberOfInteractionLengthLeft ( ) const
inline

Definition at line 424 of file G4VProcess.hh.

const G4String & G4VProcess::GetPhysicsTableFileName ( const G4ParticleDefinition particle,
const G4String directory,
const G4String tableName,
G4bool  ascii = false 
)

Definition at line 214 of file G4VProcess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VProcess::GetPILfactor ( ) const
inline

Definition at line 445 of file G4VProcess.hh.

Here is the caller graph for this function:

const G4ProcessManager * G4VProcess::GetProcessManager ( )
inlinevirtual

Reimplemented in G4WrapperProcess.

Definition at line 485 of file G4VProcess.hh.

Here is the caller graph for this function:

const G4String & G4VProcess::GetProcessName ( ) const
inline

Definition at line 379 of file G4VProcess.hh.

G4int G4VProcess::GetProcessSubType ( ) const
inline

Definition at line 397 of file G4VProcess.hh.

Here is the caller graph for this function:

G4ProcessType G4VProcess::GetProcessType ( ) const
inline

Definition at line 385 of file G4VProcess.hh.

Here is the caller graph for this function:

const G4String & G4VProcess::GetProcessTypeName ( G4ProcessType  aType)
static

Definition at line 150 of file G4VProcess.cc.

Here is the caller graph for this function:

G4double G4VProcess::GetTotalNumberOfInteractionLengthTraversed ( ) const
inline

Definition at line 429 of file G4VProcess.hh.

G4int G4VProcess::GetVerboseLevel ( ) const
inline

Definition at line 413 of file G4VProcess.hh.

Here is the caller graph for this function:

G4bool G4VProcess::isAlongStepDoItIsEnabled ( ) const
inline

Definition at line 497 of file G4VProcess.hh.

Here is the caller graph for this function:

virtual G4bool G4VProcess::IsApplicable ( const G4ParticleDefinition )
inlinevirtual

Reimplemented in G4ScreenedNuclearRecoil, G4OpBoundaryProcess, G4VEnergyLossProcess, G4QInelastic, G4QCaptureAtRest, G4Scintillation, G4WrapperProcess, G4Cerenkov, G4AdjointProcessEquivalentToDirectProcess, G4OpWLS, G4SynchrotronRadiationInMat, G4Decay, G4OpRayleigh, G4VEmProcess, G4VMultipleScattering, G4OpAbsorption, G4RadioactiveDecay, G4eLowEnergyLoss, G4PolarizedPhotoElectricEffect, G4QCoherentChargeExchange, G4VLowEnergyDiscretePhotonProcess, G4MuIonisation, G4hIonisation, G4eBremsstrahlung, G4PhotoElectricEffect, G4eIonisation, G4VXTRenergyLoss, G4MuBremsstrahlung, G4SynchrotronRadiation, G4QAtomicElectronScattering, G4hImpactIonisation, G4GammaConversion, G4ionIonisation, G4PolarizedCompton, G4AdjointhMultipleScattering, G4MuPairProduction, G4QDiffraction, G4LowEnergyBremsstrahlung, G4LowEnergyPolarizedCompton, G4ComptonScattering, G4QLowEnergy, G4LowEnergyIonisation, G4QElastic, G4NeutronKiller, G4UnknownDecay, G4OpMieHG, G4ElectronCapture, G4eplusAnnihilation, G4QIonIonElastic, G4QNGamma, G4ePolarizedIonisation, G4NuclearStopping, G4MuonMinusCaptureAtRest, G4PiMinusAbsorptionAtRest, G4LowEnergyPhotoElectric, G4hBremsstrahlung, G4mplIonisation, G4PolarizedGammaConversion, CexmcHadronicProcess, G4eplusPolarizedAnnihilation, G4hMultipleScattering, G4QSynchRad, G4GammaConversionToMuons, G4LowEnergyGammaConversion, G4hhIonisation, G4MuMultipleScattering, G4eMultipleScattering, G4HadronStoppingProcess, G4LowEnergyCompton, G4LowEnergyRayleigh, G4eeToHadrons, G4hPairProduction, G4TransitionRadiation, G4ProtonAntiProtonAtRestChips, G4KaonMinusAbsorptionAtRest, G4alphaIonisation, G4DNAMolecularDecay, G4AnnihiToMuPair, G4MuElecInelastic, G4CoulombScattering, G4VTransitionRadiation, G4QDiscProcessMixer, G4MuonMinusCapture, G4RayleighScattering, G4HadronicAbsorptionFritiof, G4KaonMinusAbsorption, G4NeutronCaptureAtRest, ML2StepMax, G4ChargeExchangeProcess, G4HadronFissionProcess, G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest, G4PionMinusAbsorptionAtRest, G4PionMinusNuclearAtRestChips, G4HadronCaptureProcess, IORTStepMax, G4ErrorEnergyLoss, StepMax, StepMax, StepMax, G4MuElecElastic, G4HadronInelasticProcess, StepMax, G4DNAElectronSolvatation, G4DNAExcitation, G4DNAIonisation, StepMax, StepMax, StepLimiter, WLSStepMax, HadrontherapyStepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, G4DNAChargeDecrease, XPhononDownconversionProcess, XPhononScatteringProcess, StepMax, G4DNAAttachment, G4DNAElastic, G4HadronicAbsorptionBertini, XrayFluoStepMax, XPhononReflectionProcess, G4DNAChargeIncrease, G4DNAVibExcitation, G4MuonNuclearProcess, and F04StepMax.

Definition at line 205 of file G4VProcess.hh.

Here is the caller graph for this function:

G4bool G4VProcess::isAtRestDoItIsEnabled ( ) const
inline

Definition at line 491 of file G4VProcess.hh.

Here is the caller graph for this function:

G4bool G4VProcess::isPostStepDoItIsEnabled ( ) const
inline

Definition at line 503 of file G4VProcess.hh.

Here is the caller graph for this function:

G4int G4VProcess::operator!= ( const G4VProcess right) const

Definition at line 201 of file G4VProcess.cc.

G4int G4VProcess::operator== ( const G4VProcess right) const

Definition at line 196 of file G4VProcess.cc.

virtual G4VParticleChange* G4VProcess::PostStepDoIt ( const G4Track track,
const G4Step stepData 
)
pure virtual

Implemented in G4ScreenedNuclearRecoil, G4VEnergyLossProcess, G4OpBoundaryProcess, G4VMultipleScattering, G4hImpactIonisation, G4VEmProcess, G4QInelastic, G4Scintillation, G4ParallelWorldScoringProcess, G4ScoreSplittingProcess, G4Cerenkov, G4FastSimulationManagerProcess, G4eLowEnergyLoss, G4ParallelWorldProcess, G4OpWLS, G4ITTransportation, G4OpRayleigh, G4OpAbsorption, G4hRDEnergyLoss, G4QCoherentChargeExchange, G4VContinuousProcess, G4GammaConversionToMuons, G4HadronicProcess, G4AnnihiToMuPair, G4VRestContinuousProcess, G4RDVeLowEnergyLoss, G4WeightWindowProcess, G4VeLowEnergyLoss, G4VRestProcess, G4QAtomicElectronScattering, G4ImportanceProcess, G4WeightCutOffProcess, G4QDiffraction, G4QLowEnergy, G4VITRestProcess, G4VXTRenergyLoss, G4QElastic, G4ForwardXrayTR, G4SynchrotronRadiationInMat, G4MonopoleTransportation, G4Decay, G4VAdjointReverseReaction, G4VEnergyLoss, G4NeutronKiller, G4QIonIonElastic, G4QNGamma, G4LowEnergyBremsstrahlung, G4CoupledTransportation, G4LowEnergyIonisation, G4LowEnergyPolarizedCompton, G4WrapperProcess, G4OpMieHG, G4ElectronCapture, G4ErrorTrackLengthTarget, G4IVRestDiscreteProcess, G4Transportation, G4IVContinuousDiscreteProcess, G4LowEnergyPhotoElectric, G4VDiscreteProcess, G4SynchrotronRadiation, G4LowEnergyGammaConversion, G4VErrorLimitProcess, G4VRestContinuousDiscreteProcess, XrayTelStepCut, G4AdjointProcessEquivalentToDirectProcess, G4VContinuousDiscreteProcess, G4VRestDiscreteProcess, G4LowEnergyCompton, G4TransitionRadiation, G4QDiscProcessMixer, G4LowEnergyRayleigh, G4DNABrownianTransportation, G4VITRestDiscreteProcess, G4QSynchRad, CexmcHadronicProcess, ML2StepMax, G4DNASecondOrderReaction, G4VTransitionRadiation, StepMax, IORTStepMax, StepMax, StepMax, G4UnknownDecay, CexmcStudiedProcess, DMXSpecialCuts, StepMax, StepMax, StepMax, StepMax, WLSStepMax, SpecialCuts, StepMax, StepMax, StepMax, StepMax, StepLimiter, HadrontherapyStepMax, StepMax, StepMax, StepMax, StepMax, G4UserSpecialCuts, StepMax, StepMax, G4WHadronElasticProcess, G4StepLimiter, XrayFluoStepMax, F04StepMax, Em10StepCut, F01StepCut, G4HadronElasticProcess, F02StepCut, F03StepCut, XPhononDownconversionProcess, XPhononScatteringProcess, and XPhononReflectionProcess.

Here is the caller graph for this function:

virtual G4double G4VProcess::PostStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
pure virtual

Implemented in G4VEnergyLossProcess, G4VMultipleScattering, G4VEmProcess, G4ParallelWorldScoringProcess, G4Decay, G4ScoreSplittingProcess, G4FastSimulationManagerProcess, G4Cerenkov, G4ParallelWorldProcess, G4WrapperProcess, G4PolarizedCompton, G4ITTransportation, G4AdjointProcessEquivalentToDirectProcess, G4WeightWindowProcess, G4MonopoleTransportation, G4VRestContinuousProcess, G4eplusPolarizedAnnihilation, G4VRestProcess, G4CoupledTransportation, G4ImportanceProcess, G4UnknownDecay, G4WeightCutOffProcess, G4ePolarizedIonisation, G4VContinuousProcess, G4Transportation, G4VITRestProcess, G4NeutronKiller, G4HadronStoppingProcess, G4ElectronCapture, G4IVRestDiscreteProcess, G4ErrorTrackLengthTarget, G4IVContinuousDiscreteProcess, G4VDiscreteProcess, G4VRestContinuousDiscreteProcess, XrayTelStepCut, G4VContinuousDiscreteProcess, G4VRestDiscreteProcess, G4VErrorLimitProcess, G4QDiscProcessMixer, ML2StepMax, G4ErrorStepLengthLimitProcess, G4VITRestDiscreteProcess, G4ErrorMagFieldLimitProcess, StepMax, G4DNASecondOrderReaction, IORTStepMax, CexmcStudiedProcess, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, WLSStepMax, DMXMaxTimeCuts, StepMax, StepMax, StepMax, StepMax, MaxTimeCuts, DMXSpecialCuts, StepLimiter, SpecialCuts, HadrontherapyStepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, G4UserSpecialCuts, DMXMinEkineCuts, XrayFluoStepMax, F04StepMax, MinEkineCuts, G4StepLimiter, Em10StepCut, F01StepCut, F02StepCut, and F03StepCut.

Here is the caller graph for this function:

G4double G4VProcess::PostStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
inline

Definition at line 469 of file G4VProcess.hh.

Here is the call graph for this function:

virtual void G4VProcess::PreparePhysicsTable ( const G4ParticleDefinition )
inlinevirtual
void G4VProcess::ResetNumberOfInteractionLengthLeft ( )
virtual

Reimplemented in G4WrapperProcess, G4AdjointProcessEquivalentToDirectProcess, and G4VITProcess.

Definition at line 92 of file G4VProcess.cc.

Here is the caller graph for this function:

virtual G4bool G4VProcess::RetrievePhysicsTable ( const G4ParticleDefinition ,
const G4String ,
G4bool   
)
inlinevirtual

Reimplemented in G4VEnergyLossProcess, G4WrapperProcess, G4VEmProcess, G4AdjointProcessEquivalentToDirectProcess, and G4VMultipleScattering.

Definition at line 236 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::SetPILfactor ( G4double  value)
inline

Definition at line 438 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::SetProcessManager ( const G4ProcessManager procMan)
inlinevirtual

Reimplemented in G4WrapperProcess.

Definition at line 479 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::SetProcessSubType ( G4int  value)
inline

Definition at line 403 of file G4VProcess.hh.

void G4VProcess::SetProcessType ( G4ProcessType  aType)
inline

Definition at line 391 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::SetVerboseLevel ( G4int  value)
inline

Definition at line 408 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::StartTracking ( G4Track )
virtual
virtual G4bool G4VProcess::StorePhysicsTable ( const G4ParticleDefinition ,
const G4String ,
G4bool   
)
inlinevirtual

Reimplemented in G4VEnergyLossProcess, G4WrapperProcess, G4VEmProcess, G4AdjointProcessEquivalentToDirectProcess, and G4VMultipleScattering.

Definition at line 231 of file G4VProcess.hh.

Here is the caller graph for this function:

void G4VProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
protected

Definition at line 98 of file G4VProcess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4ParticleChange G4VProcess::aParticleChange
protected

Definition at line 289 of file G4VProcess.hh.

const G4ProcessManager* G4VProcess::aProcessManager
protected

Definition at line 280 of file G4VProcess.hh.

G4double G4VProcess::currentInteractionLength
protected

Definition at line 297 of file G4VProcess.hh.

G4bool G4VProcess::enableAlongStepDoIt
protected

Definition at line 351 of file G4VProcess.hh.

G4bool G4VProcess::enableAtRestDoIt
protected

Definition at line 350 of file G4VProcess.hh.

G4bool G4VProcess::enablePostStepDoIt
protected

Definition at line 352 of file G4VProcess.hh.

G4VParticleChange* G4VProcess::pParticleChange
protected

Definition at line 283 of file G4VProcess.hh.

G4double G4VProcess::theInitialNumberOfInteractionLength
protected

Definition at line 300 of file G4VProcess.hh.

G4double G4VProcess::theNumberOfInteractionLengthLeft
protected

Definition at line 293 of file G4VProcess.hh.

G4String G4VProcess::thePhysicsTableFileName
protected

Definition at line 338 of file G4VProcess.hh.

G4double G4VProcess::thePILfactor
protected

Definition at line 346 of file G4VProcess.hh.

G4String G4VProcess::theProcessName
protected

Definition at line 335 of file G4VProcess.hh.

G4int G4VProcess::theProcessSubType
protected

Definition at line 343 of file G4VProcess.hh.

G4ProcessType G4VProcess::theProcessType
protected

Definition at line 340 of file G4VProcess.hh.

G4int G4VProcess::verboseLevel
protected

Definition at line 368 of file G4VProcess.hh.


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