Geant4  10.00.p02
G4hRDEnergyLoss Class Referenceabstract

#include <G4hRDEnergyLoss.hh>

+ Inheritance diagram for G4hRDEnergyLoss:
+ Collaboration diagram for G4hRDEnergyLoss:

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 ()
 
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 ()
 
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 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
 
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 previousStepSize)
 
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
 
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
 

Static Protected Attributes

static G4ThreadLocal
G4PhysicsTable
theDEDXpTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theDEDXpbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpProcess = 0
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpbarProcess = 0
 
static G4ThreadLocal G4int CounterOfpProcess = 0
 
static G4ThreadLocal G4int CounterOfpbarProcess = 0
 
static G4ThreadLocal G4double ParticleMass
 
static G4ThreadLocal G4double ptableElectronCutInRange = 0.0
 
static G4ThreadLocal G4double pbartableElectronCutInRange = 0.0
 
static G4ThreadLocal G4double Charge
 
static G4ThreadLocal G4double LowestKineticEnergy = 1e-05
 
static G4ThreadLocal G4double HighestKineticEnergy = 1.e5
 
static G4ThreadLocal G4int TotBin = 360
 
static G4ThreadLocal G4double RTable
 
static G4ThreadLocal G4double LOGRTable
 
static G4ThreadLocal G4double dRoverRange = 0.20
 
static G4ThreadLocal G4double finalRange = 0.2
 
static G4ThreadLocal G4double c1lim = 0.20
 
static G4ThreadLocal G4double c2lim = 0.32
 
static G4ThreadLocal G4double c3lim = -0.032
 
static G4ThreadLocal G4bool rndmStepFlag = false
 
static G4ThreadLocal G4bool EnlossFlucFlag = true
 

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 = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangeTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangeTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theLabTimeTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theProperTimeTable = 0
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfProcess = 0
 
static G4ThreadLocal G4int CounterOfProcess = 0
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffATable = 0
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffBTable = 0
 
static G4ThreadLocal
G4PhysicsTable
thepRangeCoeffCTable = 0
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffATable = 0
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffBTable = 0
 
static G4ThreadLocal
G4PhysicsTable
thepbarRangeCoeffCTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffATable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffBTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangeCoeffCTable = 0
 
static G4ThreadLocal G4int NumberOfProcesses = 1
 

Detailed Description

Definition at line 93 of file G4hRDEnergyLoss.hh.

Constructor & Destructor Documentation

G4hRDEnergyLoss::G4hRDEnergyLoss ( const G4String processName)

Definition at line 162 of file G4hRDEnergyLoss.cc.

References RecorderOfpbarProcess, RecorderOfpProcess, and RecorderOfProcess.

G4hRDEnergyLoss::~G4hRDEnergyLoss ( )

Definition at line 180 of file G4hRDEnergyLoss.cc.

References G4PhysicsTable::clearAndDestroy(), and theLossTable.

+ Here is the call graph for this function:

G4hRDEnergyLoss::G4hRDEnergyLoss ( G4hRDEnergyLoss )
private

Member Function Documentation

void G4hRDEnergyLoss::BuildInverseRangeTable ( const G4ParticleDefinition aParticleType)
staticprivate
void G4hRDEnergyLoss::BuildLabTimeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate

Definition at line 516 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetValue(), keV, LabTimeIntLog(), ltauhigh, ltaulow, ParticleMass, G4PhysicsVector::PutValue(), and TotBin.

Referenced by BuildTimeTables().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildProperTimeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate

Definition at line 577 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetValue(), keV, ltauhigh, ltaulow, ParticleMass, ProperTimeIntLog(), G4PhysicsVector::PutValue(), and TotBin.

Referenced by BuildTimeTables().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildRangeCoeffATable ( const G4ParticleDefinition aParticleType)
staticprivate

Definition at line 772 of file G4hRDEnergyLoss.cc.

References Charge, G4PhysicsTable::clearAndDestroy(), DBL_MIN, G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), LowestKineticEnergy, G4PhysicsVector::PutValue(), RTable, thepbarRangeCoeffATable, thepRangeCoeffATable, theRangeCoeffATable, theRangepbarTable, theRangepTable, theRangeTable, and TotBin.

Referenced by BuildDEDXTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildRangeCoeffBTable ( const G4ParticleDefinition aParticleType)
staticprivate

Definition at line 855 of file G4hRDEnergyLoss.cc.

References Charge, G4PhysicsTable::clearAndDestroy(), DBL_MIN, G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), LowestKineticEnergy, G4PhysicsVector::PutValue(), RTable, thepbarRangeCoeffBTable, thepRangeCoeffBTable, theRangeCoeffBTable, theRangepbarTable, theRangepTable, theRangeTable, and TotBin.

Referenced by BuildDEDXTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildRangeCoeffCTable ( const G4ParticleDefinition aParticleType)
staticprivate

Definition at line 931 of file G4hRDEnergyLoss.cc.

References Charge, G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), LowestKineticEnergy, G4PhysicsVector::PutValue(), RTable, thepbarRangeCoeffCTable, thepRangeCoeffCTable, theRangeCoeffCTable, theRangepbarTable, theRangepTable, theRangeTable, and TotBin.

Referenced by BuildDEDXTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildRangeTable ( const G4ParticleDefinition aParticleType)
staticprivate

Definition at line 383 of file G4hRDEnergyLoss.cc.

References BuildRangeVector(), Charge, G4PhysicsTable::clearAndDestroy(), G4ParticleDefinition::GetPDGMass(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), HighestKineticEnergy, G4PhysicsTable::insert(), LowestKineticEnergy, Mass, theRangepbarTable, theRangepTable, theRangeTable, and TotBin.

Referenced by BuildDEDXTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildRangeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate

Definition at line 482 of file G4hRDEnergyLoss.cc.

References G4INCL::KinematicsUtils::energy(), G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetValue(), n, G4PhysicsVector::PutValue(), and TotBin.

Referenced by BuildRangeTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::BuildTimeTables ( const G4ParticleDefinition aParticleType)
staticprivate

Definition at line 425 of file G4hRDEnergyLoss.cc.

References G4AntiProton::AntiProton(), BuildLabTimeVector(), BuildProperTimeVector(), G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), HighestKineticEnergy, G4PhysicsTable::insert(), LowestKineticEnergy, G4Proton::Proton(), theLabTimepbarTable, theLabTimepTable, theLabTimeTable, theProperTimepbarTable, theProperTimepTable, theProperTimeTable, and TotBin.

Referenced by BuildDEDXTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4hRDEnergyLoss::CutsWhereModified ( )
protected

Definition at line 1155 of file G4hRDEnergyLoss.cc.

References G4ProductionCutsTable::GetMaterialCutsCouple(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), and G4MaterialCutsCouple::IsRecalcNeeded().

Referenced by G4hImpactIonisation::BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4hRDEnergyLoss::GetMeanFreePath ( const G4Track track,
G4double  previousStepSize,
enum G4ForceCondition condition 
)
pure virtual
G4int G4hRDEnergyLoss::GetNumberOfProcesses ( )
static

Definition at line 191 of file G4hRDEnergyLoss.cc.

References NumberOfProcesses.

void G4hRDEnergyLoss::InvertRangeVector ( G4int  materialIndex,
G4PhysicsLogVector rangeVector 
)
staticprivate

Definition at line 1102 of file G4hRDEnergyLoss.cc.

References A, G4PhysicsVector::GetLowEdgeEnergy(), HighestKineticEnergy, LowestKineticEnergy, G4PhysicsVector::PutValue(), RTable, and TotBin.

+ Here is the call graph for this function:

G4double G4hRDEnergyLoss::LabTimeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate

Definition at line 704 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetValue(), ltauhigh, ltaulow, and ParticleMass.

Referenced by BuildLabTimeVector().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4hRDEnergyLoss::MinusNumberOfProcesses ( )
static

Definition at line 212 of file G4hRDEnergyLoss.cc.

References NumberOfProcesses.

G4hRDEnergyLoss& G4hRDEnergyLoss::operator= ( const G4hRDEnergyLoss right)
private
void G4hRDEnergyLoss::PlusNumberOfProcesses ( )
static

Definition at line 205 of file G4hRDEnergyLoss.cc.

References NumberOfProcesses.

virtual G4VParticleChange* G4hRDEnergyLoss::PostStepDoIt ( const G4Track track,
const G4Step Step 
)
pure virtual

Reimplemented from G4VContinuousDiscreteProcess.

Implemented in G4hImpactIonisation.

G4double G4hRDEnergyLoss::ProperTimeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate

Definition at line 738 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetValue(), ltauhigh, ltaulow, and ParticleMass.

Referenced by BuildProperTimeVector().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4hRDEnergyLoss::RangeIntLin ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate

Definition at line 638 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetValue(), Mass, tauhigh, and taulow.

+ Here is the call graph for this function:

G4double G4hRDEnergyLoss::RangeIntLog ( G4PhysicsVector physicsVector,
G4int  nbin 
)
staticprivate

Definition at line 670 of file G4hRDEnergyLoss.cc.

References G4PhysicsVector::GetValue(), ltauhigh, ltaulow, and Mass.

+ Here is the call graph for this function:

void G4hRDEnergyLoss::SetdRoverRange ( G4double  value)
static

Definition at line 219 of file G4hRDEnergyLoss.cc.

References dRoverRange.

void G4hRDEnergyLoss::SetEnlossFluc ( G4bool  value)
static

Definition at line 233 of file G4hRDEnergyLoss.cc.

References EnlossFlucFlag.

void G4hRDEnergyLoss::SetNumberOfProcesses ( G4int  number)
static

Definition at line 198 of file G4hRDEnergyLoss.cc.

References NumberOfProcesses.

void G4hRDEnergyLoss::SetRndmStep ( G4bool  value)
static

Definition at line 226 of file G4hRDEnergyLoss.cc.

References rndmStepFlag.

void G4hRDEnergyLoss::SetStepFunction ( G4double  c1,
G4double  c2 
)
static

Definition at line 240 of file G4hRDEnergyLoss.cc.

References c1, c1lim, c2, c2lim, c3lim, dRoverRange, and finalRange.

Member Data Documentation

G4ThreadLocal G4double G4hRDEnergyLoss::c1lim = 0.20
staticprotected

Definition at line 194 of file G4hRDEnergyLoss.hh.

Referenced by SetStepFunction().

G4ThreadLocal G4double G4hRDEnergyLoss::c2lim = 0.32
staticprotected

Definition at line 194 of file G4hRDEnergyLoss.hh.

Referenced by SetStepFunction().

G4ThreadLocal G4double G4hRDEnergyLoss::c3lim = -0.032
staticprotected

Definition at line 194 of file G4hRDEnergyLoss.hh.

Referenced by SetStepFunction().

G4ThreadLocal G4double G4hRDEnergyLoss::Charge
staticprotected
G4ThreadLocal G4int G4hRDEnergyLoss::CounterOfpbarProcess = 0
staticprotected

Definition at line 165 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and G4hImpactIonisation::BuildPhysicsTable().

G4ThreadLocal G4int G4hRDEnergyLoss::CounterOfpProcess = 0
staticprotected

Definition at line 164 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and G4hImpactIonisation::BuildPhysicsTable().

G4ThreadLocal G4int G4hRDEnergyLoss::CounterOfProcess = 0
staticprivate

Definition at line 254 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable().

G4ThreadLocal G4double G4hRDEnergyLoss::dRoverRange = 0.20
staticprotected
G4ThreadLocal G4bool G4hRDEnergyLoss::EnlossFlucFlag = true
staticprotected

Definition at line 197 of file G4hRDEnergyLoss.hh.

Referenced by G4hImpactIonisation::AlongStepDoIt(), and SetEnlossFluc().

G4ThreadLocal G4double G4hRDEnergyLoss::finalRange = 0.2
staticprotected

Definition at line 193 of file G4hRDEnergyLoss.hh.

Referenced by G4hImpactIonisation::GetConstraints(), and SetStepFunction().

G4double G4hRDEnergyLoss::linLossLimit
protected

Definition at line 187 of file G4hRDEnergyLoss.hh.

Referenced by G4hImpactIonisation::AlongStepDoIt().

G4ThreadLocal G4double G4hRDEnergyLoss::LOGRTable
staticprotected

Definition at line 181 of file G4hRDEnergyLoss.hh.

G4ThreadLocal G4double G4hRDEnergyLoss::ltauhigh
staticprivate
G4ThreadLocal G4double G4hRDEnergyLoss::ltaulow
staticprivate
G4ThreadLocal G4double G4hRDEnergyLoss::Mass
staticprivate

Definition at line 208 of file G4hRDEnergyLoss.hh.

Referenced by BuildRangeTable(), RangeIntLin(), and RangeIntLog().

const G4double G4hRDEnergyLoss::MaxExcitationNumber
protected

Definition at line 136 of file G4hRDEnergyLoss.hh.

G4double G4hRDEnergyLoss::MinKineticEnergy
protected
const long G4hRDEnergyLoss::nmaxCont1
protected

Definition at line 138 of file G4hRDEnergyLoss.hh.

const long G4hRDEnergyLoss::nmaxCont2
protected

Definition at line 138 of file G4hRDEnergyLoss.hh.

const long G4hRDEnergyLoss::nmaxDirectFluct
protected

Definition at line 138 of file G4hRDEnergyLoss.hh.

G4ThreadLocal G4int G4hRDEnergyLoss::NumberOfProcesses = 1
staticprivate
G4ThreadLocal G4double G4hRDEnergyLoss::ParticleMass
staticprotected
G4ThreadLocal G4double G4hRDEnergyLoss::pbartableElectronCutInRange = 0.0
staticprotected

Definition at line 172 of file G4hRDEnergyLoss.hh.

const G4double G4hRDEnergyLoss::probLimFluct
protected

Definition at line 137 of file G4hRDEnergyLoss.hh.

G4ThreadLocal G4double G4hRDEnergyLoss::ptableElectronCutInRange = 0.0
staticprotected

Definition at line 171 of file G4hRDEnergyLoss.hh.

G4ThreadLocal G4PhysicsTable ** G4hRDEnergyLoss::RecorderOfpbarProcess = 0
staticprotected
G4ThreadLocal G4PhysicsTable ** G4hRDEnergyLoss::RecorderOfpProcess = 0
staticprotected
G4ThreadLocal G4PhysicsTable ** G4hRDEnergyLoss::RecorderOfProcess = 0
staticprivate

Definition at line 253 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and G4hRDEnergyLoss().

G4ThreadLocal G4bool G4hRDEnergyLoss::rndmStepFlag = false
staticprotected

Definition at line 196 of file G4hRDEnergyLoss.hh.

Referenced by SetRndmStep().

G4ThreadLocal G4double G4hRDEnergyLoss::RTable
staticprotected
G4ThreadLocal G4double G4hRDEnergyLoss::tauhigh
staticprivate

Definition at line 208 of file G4hRDEnergyLoss.hh.

Referenced by RangeIntLin().

G4ThreadLocal G4double G4hRDEnergyLoss::taulow
staticprivate

Definition at line 208 of file G4hRDEnergyLoss.hh.

Referenced by RangeIntLin().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theDEDXpbarTable = 0
staticprotected

Definition at line 145 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theDEDXpTable = 0
staticprotected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theDEDXTable = 0
staticprivate

Definition at line 245 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theInverseRangepbarTable = 0
staticprotected

Definition at line 151 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theInverseRangepTable = 0
staticprotected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theInverseRangeTable = 0
staticprivate

Definition at line 248 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theLabTimepbarTable = 0
staticprotected

Definition at line 155 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theLabTimepTable = 0
staticprotected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theLabTimeTable = 0
staticprivate

Definition at line 250 of file G4hRDEnergyLoss.hh.

Referenced by BuildTimeTables().

G4PhysicsTable* G4hRDEnergyLoss::theLossTable
protected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepbarRangeCoeffATable = 0
staticprivate

Definition at line 259 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffATable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepbarRangeCoeffBTable = 0
staticprivate

Definition at line 260 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffBTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepbarRangeCoeffCTable = 0
staticprivate

Definition at line 261 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffCTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepRangeCoeffATable = 0
staticprivate

Definition at line 256 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffATable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepRangeCoeffBTable = 0
staticprivate

Definition at line 257 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffBTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::thepRangeCoeffCTable = 0
staticprivate

Definition at line 258 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffCTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theProperTimepbarTable = 0
staticprotected

Definition at line 158 of file G4hRDEnergyLoss.hh.

Referenced by BuildDEDXTable(), and BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theProperTimepTable = 0
staticprotected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theProperTimeTable = 0
staticprivate

Definition at line 251 of file G4hRDEnergyLoss.hh.

Referenced by BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangeCoeffATable = 0
staticprivate

Definition at line 263 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffATable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangeCoeffBTable = 0
staticprivate

Definition at line 264 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffBTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangeCoeffCTable = 0
staticprivate

Definition at line 265 of file G4hRDEnergyLoss.hh.

Referenced by BuildInverseRangeTable(), and BuildRangeCoeffCTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangepbarTable = 0
staticprotected
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangeTable = 0
staticprivate

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