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 | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
G4VEnergyLoss Class Referenceabstract

#include <G4VEnergyLoss.hh>

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

Public Member Functions

 G4VEnergyLoss (const G4String &, G4ProcessType aType=fNotDefined)
 
virtual ~G4VEnergyLoss ()
 
virtual G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)=0
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &track, const G4Step &Step)=0
 
virtual G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, 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 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
 

Static Public Member Functions

static void SetRndmStep (G4bool value)
 
static void SetEnlossFluc (G4bool value)
 
static void SetSubSec (G4bool value)
 
static void SetMinDeltaCutInRange (G4double value)
 
static void SetStepFunction (G4double c1, G4double c2)
 

Protected Member Functions

G4double GetLossWithFluct (const G4DynamicParticle *aParticle, const G4MaterialCutsCouple *couple, G4double ChargeSquare, G4double MeanLoss, G4double step)
 
G4PhysicsTableBuildRangeTable (G4PhysicsTable *theDEDXTable, G4PhysicsTable *theRangeTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildLabTimeTable (G4PhysicsTable *theDEDXTable, G4PhysicsTable *theLabTimeTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildProperTimeTable (G4PhysicsTable *theDEDXTable, G4PhysicsTable *ProperTimeTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildRangeCoeffATable (G4PhysicsTable *theRangeTable, G4PhysicsTable *theCoeffATable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildRangeCoeffBTable (G4PhysicsTable *theRangeTable, G4PhysicsTable *theCoeffBTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildRangeCoeffCTable (G4PhysicsTable *theRangeTable, G4PhysicsTable *theCoeffCTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4PhysicsTableBuildInverseRangeTable (G4PhysicsTable *theRangeTable, G4PhysicsTable *theRangeCoeffATable, G4PhysicsTable *theRangeCoeffBTable, G4PhysicsTable *theRangeCoeffCTable, G4PhysicsTable *theInverseRangeTable, G4double Tmin, G4double Tmax, G4int nbin)
 
G4bool CutsWhereModified ()
 
- Protected Member Functions inherited from G4VContinuousDiscreteProcess
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Static Protected Member Functions

static G4bool EqualCutVectors (G4double *vec1, G4double *vec2)
 
static G4doubleCopyCutVectors (G4double *dest, G4double *source)
 

Protected Attributes

G4double ParticleMass
 

Static Protected Attributes

static G4double dRoverRange = 20*perCent
 
static G4double finalRange = 1*mm
 
static G4double finalRangeRequested = -1*mm
 
static G4double c1lim = dRoverRange
 
static G4double c2lim = 2.*(1.-dRoverRange)*finalRange
 
static G4double c3lim = -(1.-dRoverRange)*finalRange*finalRange
 
static G4bool rndmStepFlag = false
 
static G4bool EnlossFlucFlag = true
 
static G4bool subSecFlag = false
 
static G4double MinDeltaCutInRange = 0.100*mm
 
static G4doubleMinDeltaEnergy = 0
 
static G4boolLowerLimitForced = 0
 
static G4bool setMinDeltaCutInRange = false
 
static G4EnergyLossMessengerELossMessenger = 0
 

Detailed Description

Definition at line 68 of file G4VEnergyLoss.hh.

Constructor & Destructor Documentation

G4VEnergyLoss::G4VEnergyLoss ( const G4String aName,
G4ProcessType  aType = fNotDefined 
)

Definition at line 81 of file G4VEnergyLoss.cc.

G4VEnergyLoss::~G4VEnergyLoss ( )
virtual

Definition at line 101 of file G4VEnergyLoss.cc.

Member Function Documentation

virtual G4VParticleChange* G4VEnergyLoss::AlongStepDoIt ( const G4Track track,
const G4Step Step 
)
pure virtual

Reimplemented from G4VContinuousDiscreteProcess.

G4PhysicsTable * G4VEnergyLoss::BuildInverseRangeTable ( G4PhysicsTable theRangeTable,
G4PhysicsTable theRangeCoeffATable,
G4PhysicsTable theRangeCoeffBTable,
G4PhysicsTable theRangeCoeffCTable,
G4PhysicsTable theInverseRangeTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 618 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildLabTimeTable ( G4PhysicsTable theDEDXTable,
G4PhysicsTable theLabTimeTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 367 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildProperTimeTable ( G4PhysicsTable theDEDXTable,
G4PhysicsTable ProperTimeTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 399 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildRangeCoeffATable ( G4PhysicsTable theRangeTable,
G4PhysicsTable theCoeffATable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 716 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildRangeCoeffBTable ( G4PhysicsTable theRangeTable,
G4PhysicsTable theCoeffBTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 777 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildRangeCoeffCTable ( G4PhysicsTable theRangeTable,
G4PhysicsTable theCoeffCTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 837 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4PhysicsTable * G4VEnergyLoss::BuildRangeTable ( G4PhysicsTable theDEDXTable,
G4PhysicsTable theRangeTable,
G4double  Tmin,
G4double  Tmax,
G4int  nbin 
)
protected

Definition at line 133 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4double * G4VEnergyLoss::CopyCutVectors ( G4double dest,
G4double source 
)
staticprotected

Definition at line 1131 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4bool G4VEnergyLoss::CutsWhereModified ( )
protected

Definition at line 1143 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

G4bool G4VEnergyLoss::EqualCutVectors ( G4double vec1,
G4double vec2 
)
staticprotected

Definition at line 1116 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

virtual G4double G4VEnergyLoss::GetContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)
pure virtual
G4double G4VEnergyLoss::GetLossWithFluct ( const G4DynamicParticle aParticle,
const G4MaterialCutsCouple couple,
G4double  ChargeSquare,
G4double  MeanLoss,
G4double  step 
)
protected

Definition at line 897 of file G4VEnergyLoss.cc.

Here is the call graph for this function:

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

Reimplemented from G4VContinuousDiscreteProcess.

void G4VEnergyLoss::SetEnlossFluc ( G4bool  value)
static

Definition at line 110 of file G4VEnergyLoss.cc.

void G4VEnergyLoss::SetMinDeltaCutInRange ( G4double  value)
static

Definition at line 118 of file G4VEnergyLoss.cc.

void G4VEnergyLoss::SetRndmStep ( G4bool  value)
static

Definition at line 106 of file G4VEnergyLoss.cc.

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

Definition at line 123 of file G4VEnergyLoss.cc.

void G4VEnergyLoss::SetSubSec ( G4bool  value)
static

Definition at line 114 of file G4VEnergyLoss.cc.

Member Data Documentation

G4double G4VEnergyLoss::c1lim = dRoverRange
staticprotected

Definition at line 231 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::c2lim = 2.*(1.-dRoverRange)*finalRange
staticprotected

Definition at line 231 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::c3lim = -(1.-dRoverRange)*finalRange*finalRange
staticprotected

Definition at line 231 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::dRoverRange = 20*perCent
staticprotected

Definition at line 227 of file G4VEnergyLoss.hh.

G4EnergyLossMessenger * G4VEnergyLoss::ELossMessenger = 0
staticprotected

Definition at line 243 of file G4VEnergyLoss.hh.

G4bool G4VEnergyLoss::EnlossFlucFlag = true
staticprotected

Definition at line 234 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::finalRange = 1*mm
staticprotected

Definition at line 229 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::finalRangeRequested = -1*mm
staticprotected

Definition at line 230 of file G4VEnergyLoss.hh.

G4bool * G4VEnergyLoss::LowerLimitForced = 0
staticprotected

Definition at line 239 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::MinDeltaCutInRange = 0.100*mm
staticprotected

Definition at line 237 of file G4VEnergyLoss.hh.

G4double * G4VEnergyLoss::MinDeltaEnergy = 0
staticprotected

Definition at line 238 of file G4VEnergyLoss.hh.

G4double G4VEnergyLoss::ParticleMass
protected

Definition at line 175 of file G4VEnergyLoss.hh.

G4bool G4VEnergyLoss::rndmStepFlag = false
staticprotected

Definition at line 233 of file G4VEnergyLoss.hh.

G4bool G4VEnergyLoss::setMinDeltaCutInRange = false
staticprotected

Definition at line 241 of file G4VEnergyLoss.hh.

G4bool G4VEnergyLoss::subSecFlag = false
staticprotected

Definition at line 235 of file G4VEnergyLoss.hh.


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