Geant4  10.07.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
G4hRDEnergyLoss Class Referenceabstract
Inheritance diagram for G4hRDEnergyLoss:
G4VContinuousDiscreteProcess G4VProcess G4hImpactIonisation

Public Member Functions

 G4hRDEnergyLoss (const G4String &)
 
 ~G4hRDEnergyLoss ()
 
virtual G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, enum G4ForceCondition *condition)=0
 
virtual G4VParticleChangePostStepDoIt (const G4Track &track, const G4Step &Step)=0
 
- Public Member Functions inherited from G4VContinuousDiscreteProcess
 G4VContinuousDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VContinuousDiscreteProcess (G4VContinuousDiscreteProcess &)
 
virtual ~G4VContinuousDiscreteProcess ()
 
G4VContinuousDiscreteProcessoperator= (const G4VContinuousDiscreteProcess &)=delete
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety, G4GPILSelection *selection)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4VProcessoperator= (const G4VProcess &)=delete
 
G4bool operator== (const G4VProcess &right) const
 
G4bool 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 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
 
virtual void ProcessDescription (std::ostream &outfile) 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 &)
 

Static Public Member Functions

static G4int GetNumberOfProcesses ()
 
static void SetNumberOfProcesses (G4int number)
 
static void PlusNumberOfProcesses ()
 
static void MinusNumberOfProcesses ()
 
static void SetdRoverRange (G4double value)
 
static void SetRndmStep (G4bool value)
 
static void SetEnlossFluc (G4bool value)
 
static void SetStepFunction (G4double c1, G4double c2)
 
- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected Member Functions

G4bool CutsWhereModified ()
 
- Protected Member Functions inherited from G4VContinuousDiscreteProcess
virtual G4double GetContinuousStepLimit (const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)=0
 
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double prevStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Static Protected Member Functions

static void BuildDEDXTable (const G4ParticleDefinition &aParticleType)
 

Protected Attributes

const G4double MaxExcitationNumber
 
const G4double probLimFluct
 
const long nmaxDirectFluct
 
const long nmaxCont1
 
const long nmaxCont2
 
G4PhysicsTabletheLossTable
 
G4double linLossLimit
 
G4double MinKineticEnergy
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager = nullptr
 
G4VParticleChangepParticleChange = nullptr
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft = -1.0
 
G4double currentInteractionLength = -1.0
 
G4double theInitialNumberOfInteractionLength = -1.0
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType = fNotDefined
 
G4int theProcessSubType = -1
 
G4double thePILfactor = 1.0
 
G4int verboseLevel = 0
 
G4bool enableAtRestDoIt = true
 
G4bool enableAlongStepDoIt = true
 
G4bool enablePostStepDoIt = true
 

Static Protected Attributes

static G4ThreadLocal
G4PhysicsTable
theDEDXpTable
 
static G4ThreadLocal
G4PhysicsTable
theDEDXpbarTable
 
static G4ThreadLocal
G4PhysicsTable
theRangepTable
 
static G4ThreadLocal
G4PhysicsTable
theRangepbarTable
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepTable
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepbarTable
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepTable
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepbarTable
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepTable
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepbarTable
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpProcess
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpbarProcess
 
static G4ThreadLocal G4int CounterOfpProcess
 
static G4ThreadLocal G4int CounterOfpbarProcess
 
static G4ThreadLocal G4double ParticleMass
 
static G4ThreadLocal G4double ptableElectronCutInRange
 
static G4ThreadLocal G4double pbartableElectronCutInRange
 
static G4ThreadLocal G4double Charge
 
static G4ThreadLocal G4double LowestKineticEnergy
 
static G4ThreadLocal G4double HighestKineticEnergy
 
static G4ThreadLocal G4int TotBin
 
static G4ThreadLocal G4double RTable
 
static G4ThreadLocal G4double LOGRTable
 
static G4ThreadLocal G4double dRoverRange
 
static G4ThreadLocal G4double finalRange
 
static G4ThreadLocal G4double c1lim
 
static G4ThreadLocal G4double c2lim
 
static G4ThreadLocal G4double c3lim
 
static G4ThreadLocal G4bool rndmStepFlag
 
static G4ThreadLocal G4bool EnlossFlucFlag
 

Private Member Functions

 G4hRDEnergyLoss (G4hRDEnergyLoss &)
 
G4hRDEnergyLossoperator= (const G4hRDEnergyLoss &right)
 

Static Private Member Functions

static void BuildRangeTable (const G4ParticleDefinition &aParticleType)
 
static void BuildInverseRangeTable (const G4ParticleDefinition &aParticleType)
 
static void BuildTimeTables (const G4ParticleDefinition &aParticleType)
 
static void BuildLabTimeVector (G4int materialIndex, G4PhysicsLogVector *rangeVector)
 
static void BuildProperTimeVector (G4int materialIndex, G4PhysicsLogVector *rangeVector)
 
static void InvertRangeVector (G4int materialIndex, G4PhysicsLogVector *rangeVector)
 
static void BuildRangeVector (G4int materialIndex, G4PhysicsLogVector *rangeVector)
 
static G4double LabTimeIntLog (G4PhysicsVector *physicsVector, G4int nbin)
 
static G4double ProperTimeIntLog (G4PhysicsVector *physicsVector, G4int nbin)
 
static G4double RangeIntLin (G4PhysicsVector *physicsVector, G4int nbin)
 
static G4double RangeIntLog (G4PhysicsVector *physicsVector, G4int nbin)
 
static void BuildRangeCoeffATable (const G4ParticleDefinition &aParticleType)
 
static void BuildRangeCoeffBTable (const G4ParticleDefinition &aParticleType)
 
static void BuildRangeCoeffCTable (const G4ParticleDefinition &aParticleType)
 

Static Private Attributes

static G4ThreadLocal G4double Mass
 
static G4ThreadLocal G4double taulow
 
static G4ThreadLocal G4double tauhigh
 
static G4ThreadLocal G4double ltaulow
 
static G4ThreadLocal G4double ltauhigh
 
static G4ThreadLocal
G4PhysicsTable
theDEDXTable
 
static G4ThreadLocal
G4PhysicsTable
theRangeTable
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangeTable
 
static G4ThreadLocal
G4PhysicsTable
theLabTimeTable
 
static G4ThreadLocal
G4PhysicsTable
theProperTimeTable
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfProcess
 
static G4ThreadLocal G4int CounterOfProcess
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffATable
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffBTable
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffCTable
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffATable
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffBTable
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffCTable
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffATable
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffBTable
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffCTable
 
static G4ThreadLocal G4int NumberOfProcesses
 

Constructor & Destructor Documentation

Member Function Documentation

virtual G4double GetMeanFreePath ( const G4Track track,
G4double  previousStepSize,
enum G4ForceCondition condition 
)
pure virtual
virtual G4VParticleChange* PostStepDoIt ( const G4Track track,
const G4Step Step 
)
pure virtual

Reimplemented from G4VContinuousDiscreteProcess.

Implemented in G4hImpactIonisation.

static G4int GetNumberOfProcesses ( )
static
static void SetNumberOfProcesses ( G4int  number)
static
static void PlusNumberOfProcesses ( )
static
static void MinusNumberOfProcesses ( )
static
static void SetdRoverRange ( G4double  value)
static
static void SetRndmStep ( G4bool  value)
static
static void SetEnlossFluc ( G4bool  value)
static
static void SetStepFunction ( G4double  c1,
G4double  c2 
)
static
G4bool CutsWhereModified ( )
protected
static void BuildDEDXTable ( const G4ParticleDefinition aParticleType)
staticprotected
G4hRDEnergyLoss& operator= ( const G4hRDEnergyLoss right)
private
static void BuildRangeTable ( const G4ParticleDefinition aParticleType)
staticprivate
static void BuildInverseRangeTable ( const G4ParticleDefinition aParticleType)
staticprivate
static void BuildTimeTables ( const G4ParticleDefinition aParticleType)
staticprivate
static void BuildLabTimeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate
static void BuildProperTimeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate
static void InvertRangeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate
static void BuildRangeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate
static G4double LabTimeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate
static G4double ProperTimeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate
static G4double RangeIntLin ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate
static G4double RangeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate
static void BuildRangeCoeffATable ( const G4ParticleDefinition aParticleType)
staticprivate
static void BuildRangeCoeffBTable ( const G4ParticleDefinition aParticleType)
staticprivate
static void BuildRangeCoeffCTable ( const G4ParticleDefinition aParticleType)
staticprivate

Member Data Documentation

const G4double MaxExcitationNumber
protected
const G4double probLimFluct
protected
const long nmaxDirectFluct
protected
const long nmaxCont1
protected
const long nmaxCont2
protected
G4ThreadLocal G4PhysicsTable* theDEDXpTable
staticprotected
G4ThreadLocal G4PhysicsTable* theDEDXpbarTable
staticprotected
G4ThreadLocal G4PhysicsTable* theRangepTable
staticprotected
G4ThreadLocal G4PhysicsTable* theRangepbarTable
staticprotected
G4ThreadLocal G4PhysicsTable* theInverseRangepTable
staticprotected
G4ThreadLocal G4PhysicsTable* theInverseRangepbarTable
staticprotected
G4ThreadLocal G4PhysicsTable* theLabTimepTable
staticprotected
G4ThreadLocal G4PhysicsTable* theLabTimepbarTable
staticprotected
G4ThreadLocal G4PhysicsTable* theProperTimepTable
staticprotected
G4ThreadLocal G4PhysicsTable* theProperTimepbarTable
staticprotected
G4ThreadLocal G4PhysicsTable** RecorderOfpProcess
staticprotected
G4ThreadLocal G4PhysicsTable** RecorderOfpbarProcess
staticprotected
G4ThreadLocal G4int CounterOfpProcess
staticprotected
G4ThreadLocal G4int CounterOfpbarProcess
staticprotected
G4ThreadLocal G4double ParticleMass
staticprotected
G4ThreadLocal G4double ptableElectronCutInRange
staticprotected
G4ThreadLocal G4double pbartableElectronCutInRange
staticprotected
G4ThreadLocal G4double Charge
staticprotected
G4ThreadLocal G4double LowestKineticEnergy
staticprotected
G4ThreadLocal G4double HighestKineticEnergy
staticprotected
G4ThreadLocal G4int TotBin
staticprotected
G4ThreadLocal G4double RTable
staticprotected
G4ThreadLocal G4double LOGRTable
staticprotected
G4PhysicsTable* theLossTable
protected
G4double linLossLimit
protected
G4double MinKineticEnergy
protected
G4ThreadLocal G4double dRoverRange
staticprotected
G4ThreadLocal G4double finalRange
staticprotected
G4ThreadLocal G4double c1lim
staticprotected
G4ThreadLocal G4double c2lim
staticprotected
G4ThreadLocal G4double c3lim
staticprotected
G4ThreadLocal G4bool rndmStepFlag
staticprotected
G4ThreadLocal G4bool EnlossFlucFlag
staticprotected
G4ThreadLocal G4double Mass
staticprivate
G4ThreadLocal G4double taulow
staticprivate
G4ThreadLocal G4double tauhigh
staticprivate
G4ThreadLocal G4double ltaulow
staticprivate
G4ThreadLocal G4double ltauhigh
staticprivate
G4ThreadLocal G4PhysicsTable* theDEDXTable
staticprivate
G4ThreadLocal G4PhysicsTable* theRangeTable
staticprivate
G4ThreadLocal G4PhysicsTable* theInverseRangeTable
staticprivate
G4ThreadLocal G4PhysicsTable* theLabTimeTable
staticprivate
G4ThreadLocal G4PhysicsTable* theProperTimeTable
staticprivate
G4ThreadLocal G4PhysicsTable** RecorderOfProcess
staticprivate
G4ThreadLocal G4int CounterOfProcess
staticprivate
G4ThreadLocal G4PhysicsTable* thepRangeCoeffATable
staticprivate
G4ThreadLocal G4PhysicsTable* thepRangeCoeffBTable
staticprivate
G4ThreadLocal G4PhysicsTable* thepRangeCoeffCTable
staticprivate
G4ThreadLocal G4PhysicsTable* thepbarRangeCoeffATable
staticprivate
G4ThreadLocal G4PhysicsTable* thepbarRangeCoeffBTable
staticprivate
G4ThreadLocal G4PhysicsTable* thepbarRangeCoeffCTable
staticprivate
G4ThreadLocal G4PhysicsTable* theRangeCoeffATable
staticprivate
G4ThreadLocal G4PhysicsTable* theRangeCoeffBTable
staticprivate
G4ThreadLocal G4PhysicsTable* theRangeCoeffCTable
staticprivate
G4ThreadLocal G4int NumberOfProcesses
staticprivate