Geant4  10.02.p01
G4GoudsmitSaundersonMscModel Class Reference

#include <G4GoudsmitSaundersonMscModel.hh>

+ Inheritance diagram for G4GoudsmitSaundersonMscModel:
+ Collaboration diagram for G4GoudsmitSaundersonMscModel:

Public Member Functions

 G4GoudsmitSaundersonMscModel (const G4String &nam="GoudsmitSaunderson")
 
virtual ~G4GoudsmitSaundersonMscModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
void StartTracking (G4Track *)
 
G4double GetTransportMeanFreePath (const G4ParticleDefinition *, G4double)
 
void SingleScattering (G4double &cost, G4double &sint)
 
void SampleMSC ()
 
virtual G4ThreeVectorSampleScattering (const G4ThreeVector &, G4double safety)
 
virtual G4double ComputeTruePathLengthLimit (const G4Track &track, G4double &currentMinimalStep)
 
virtual G4double ComputeGeomPathLength (G4double truePathLength)
 
virtual G4double ComputeTrueStepLength (G4double geomStepLength)
 
void SetOptionPWAScreening (G4bool opt)
 
- Public Member Functions inherited from G4VMscModel
 G4VMscModel (const G4String &nam)
 
virtual ~G4VMscModel ()
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double tmax)
 
void SetStepLimitType (G4MscStepLimitType)
 
void SetLateralDisplasmentFlag (G4bool val)
 
void SetRangeFactor (G4double)
 
void SetGeomFactor (G4double)
 
void SetSkin (G4double)
 
void SetSampleZ (G4bool)
 
G4VEnergyLossProcessGetIonisation () const
 
void SetIonisation (G4VEnergyLossProcess *, const G4ParticleDefinition *part)
 
G4double ComputeSafety (const G4ThreeVector &position, G4double limit=DBL_MAX)
 
G4double ComputeGeomLimit (const G4Track &, G4double &presafety, G4double limit)
 
G4double GetDEDX (const G4ParticleDefinition *part, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
 
G4double GetRange (const G4ParticleDefinition *part, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
 
G4double GetEnergy (const G4ParticleDefinition *part, G4double range, const G4MaterialCutsCouple *couple)
 
G4double GetTransportMeanFreePath (const G4ParticleDefinition *part, G4double kinEnergy)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int, const G4ParticleDefinition *, G4double)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double &eloss, G4double &niel, G4double length)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void ModelDescription (std::ostream &outFile) const
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector
< G4EmElementSelector * > * 
GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectIsotopeNumber (const G4Element *)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectRandomAtomNumber (const G4Material *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=0)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool LPMFlag () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy)
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 
const G4IsotopeGetCurrentIsotope () const
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 

Private Member Functions

void SetParticle (const G4ParticleDefinition *p)
 
G4double GetLambda (G4double)
 
G4GoudsmitSaundersonMscModeloperator= (const G4GoudsmitSaundersonMscModel &right)
 
 G4GoudsmitSaundersonMscModel (const G4GoudsmitSaundersonMscModel &)
 
G4double GetTransportMeanFreePathOnly (const G4ParticleDefinition *, G4double)
 
G4double Randomizetlimit ()
 

Private Attributes

CLHEP::HepRandomEngine * rndmEngineMod
 
G4double lowKEnergy
 
G4double highKEnergy
 
G4double currentKinEnergy
 
G4double currentRange
 
G4double fr
 
G4double rangeinit
 
G4double geombig
 
G4double geomlimit
 
G4double lambdalimit
 
G4double tlimit
 
G4double tgeom
 
G4int charge
 
G4int currentMaterialIndex
 
G4bool firstStep
 
G4double par1
 
G4double par2
 
G4double par3
 
G4double tlimitminfix2
 
G4double tausmall
 
G4double mass
 
G4double taulim
 
G4LossTableManagertheManager
 
const G4ParticleDefinitionparticle
 
G4ParticleChangeForMSCfParticleChange
 
const G4MaterialCutsCouplecurrentCouple
 
G4bool fIsUsePWATotalXsecData
 
G4double presafety
 
G4double fZeff
 
G4double fLambda0
 
G4double fLambda1
 
G4double fScrA
 
G4double fG1
 
G4double fTheTrueStepLenght
 
G4double fTheTransportDistance
 
G4double fTheZPathLenght
 
G4ThreeVector fTheDisplacementVector
 
G4ThreeVector fTheNewDirection
 
G4bool fIsEndedUpOnBoundary
 
G4bool fIsMultipleSacettring
 
G4bool fIsSingleScattering
 
G4bool fIsEverythingWasDone
 
G4bool fIsNoScatteringInMSC
 
G4bool fIsNoDisplace
 
G4bool fIsInsideSkin
 
G4bool fIsWasOnBoundary
 
G4bool fIsFirstRealStep
 

Static Private Attributes

static G4GoudsmitSaundersonTablefgGSTable = 0
 
static G4PWATotalXsecTablefgPWAXsecTable = 0
 
static G4bool fgIsUseAccurate = true
 
static G4bool fgIsOptimizationOn = true
 

Additional Inherited Members

- Protected Member Functions inherited from G4VMscModel
G4ParticleChangeForMSCGetParticleChangeForMSC (const G4ParticleDefinition *p=0)
 
G4double ConvertTrueToGeom (G4double &tLength, G4double &gLength)
 
- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 
- Protected Attributes inherited from G4VMscModel
G4double facrange
 
G4double facgeom
 
G4double facsafety
 
G4double skin
 
G4double dtrl
 
G4double lambdalimit
 
G4double geomMin
 
G4double geomMax
 
G4ThreeVector fDisplacement
 
G4MscStepLimitType steppingAlgorithm
 
G4bool samplez
 
G4bool latDisplasment
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 
- Static Protected Attributes inherited from G4VEmModel
static const G4double inveplus = 1.0/CLHEP::eplus
 

Detailed Description

Definition at line 111 of file G4GoudsmitSaundersonMscModel.hh.

Constructor & Destructor Documentation

G4GoudsmitSaundersonMscModel::~G4GoudsmitSaundersonMscModel ( )
virtual

Definition at line 190 of file G4GoudsmitSaundersonMscModel.cc.

References fgGSTable, fgPWAXsecTable, and G4VEmModel::IsMaster().

+ Here is the call graph for this function:

G4GoudsmitSaundersonMscModel::G4GoudsmitSaundersonMscModel ( const G4GoudsmitSaundersonMscModel )
private

Member Function Documentation

G4double G4GoudsmitSaundersonMscModel::ComputeGeomPathLength ( G4double  truePathLength)
virtual

Reimplemented from G4VMscModel.

Definition at line 702 of file G4GoudsmitSaundersonMscModel.cc.

References currentCouple, currentKinEnergy, currentRange, G4VMscModel::dtrl, fIsEverythingWasDone, fLambda1, fTheTrueStepLenght, fTheZPathLenght, G4Exp(), G4VMscModel::GetEnergy(), G4Pow::GetInstance(), GetTransportMeanFreePathOnly(), mass, G4INCL::Math::max(), G4INCL::Math::min(), par1, par2, par3, particle, G4Pow::powA(), taulim, tausmall, and tlimitminfix2.

+ Here is the call graph for this function:

G4double G4GoudsmitSaundersonMscModel::ComputeTruePathLengthLimit ( const G4Track track,
G4double currentMinimalStep 
)
virtual

Reimplemented from G4VMscModel.

Definition at line 374 of file G4GoudsmitSaundersonMscModel.cc.

References G4VMscModel::ComputeGeomLimit(), G4VMscModel::ComputeSafety(), G4VMscModel::ConvertTrueToGeom(), currentCouple, currentKinEnergy, currentMaterialIndex, currentRange, G4VMscModel::facgeom, G4VMscModel::facrange, G4VMscModel::facsafety, fGeomBoundary, fgIsOptimizationOn, firstStep, fIsEverythingWasDone, fIsFirstRealStep, fIsInsideSkin, fIsMultipleSacettring, fIsNoDisplace, fIsNoScatteringInMSC, fIsSingleScattering, fIsWasOnBoundary, fLambda0, fLambda1, fr, fTheDisplacementVector, fTheNewDirection, fTheTransportDistance, fTheTrueStepLenght, fTheZPathLenght, fUndefined, fUseDistanceToBoundary, fUseSafety, fZeff, G4Log(), geombig, geomlimit, G4Track::GetDynamicParticle(), G4MaterialCutsCouple::GetIndex(), G4Material::GetIonisation(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4Track::GetMaterialCutsCouple(), G4StepPoint::GetPosition(), G4Step::GetPreStepPoint(), G4VMscModel::GetRange(), G4StepPoint::GetSafety(), G4Track::GetStep(), G4StepPoint::GetStepStatus(), GetTransportMeanFreePath(), G4IonisParamMat::GetZeffective(), G4INCL::Math::max(), G4INCL::Math::min(), particle, presafety, Randomizetlimit(), rangeinit, rndmEngineMod, SampleMSC(), G4VEmModel::SetCurrentCouple(), SingleScattering(), G4VMscModel::skin, G4InuclParticleNames::sp, G4VMscModel::steppingAlgorithm, tgeom, tlimit, and twopi.

+ Here is the call graph for this function:

G4double G4GoudsmitSaundersonMscModel::ComputeTrueStepLength ( G4double  geomStepLength)
virtual

Reimplemented from G4VMscModel.

Definition at line 761 of file G4GoudsmitSaundersonMscModel.cc.

References currentRange, fIsEndedUpOnBoundary, fIsEverythingWasDone, fIsMultipleSacettring, fLambda1, fTheTrueStepLenght, fTheZPathLenght, G4Log(), G4Pow::GetInstance(), par1, par3, G4Pow::powA(), tausmall, and tlimitminfix2.

+ Here is the call graph for this function:

G4double G4GoudsmitSaundersonMscModel::GetLambda ( G4double  )
inlineprivate
G4double G4GoudsmitSaundersonMscModel::GetTransportMeanFreePath ( const G4ParticleDefinition ,
G4double  kineticEnergy 
)

Definition at line 246 of file G4GoudsmitSaundersonMscModel.cc.

References charge, currentCouple, fG1, fgGSTable, fgPWAXsecTable, fIsUsePWATotalXsecData, fLambda0, fLambda1, fScrA, G4Log(), G4lrint(), G4Material::GetElementVector(), G4Material::GetIndex(), G4MaterialCutsCouple::GetMaterial(), G4GoudsmitSaundersonTable::GetMoliereBc(), G4GoudsmitSaundersonTable::GetMoliereXc2(), G4Material::GetNumberOfElements(), G4PWATotalXsecZ::GetPWATotalXsecEnergyBinIndex(), G4PWATotalXsecTable::GetPWATotalXsecForZet(), G4GoudsmitSaundersonTable::GetScreeningParam(), G4Material::GetVecNbOfAtomsPerVolume(), highKEnergy, and lowKEnergy.

Referenced by ComputeTruePathLengthLimit(), and SampleMSC().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4GoudsmitSaundersonMscModel::GetTransportMeanFreePathOnly ( const G4ParticleDefinition ,
G4double  kineticEnergy 
)
private

Definition at line 311 of file G4GoudsmitSaundersonMscModel.cc.

References charge, currentCouple, fgGSTable, fgPWAXsecTable, fIsUsePWATotalXsecData, G4Log(), G4lrint(), G4Material::GetElementVector(), G4Material::GetIndex(), G4MaterialCutsCouple::GetMaterial(), G4GoudsmitSaundersonTable::GetMoliereBc(), G4GoudsmitSaundersonTable::GetMoliereXc2(), G4Material::GetNumberOfElements(), G4PWATotalXsecZ::GetPWATotalXsecEnergyBinIndex(), G4PWATotalXsecTable::GetPWATotalXsecForZet(), G4Material::GetVecNbOfAtomsPerVolume(), highKEnergy, and lowKEnergy.

Referenced by ComputeGeomPathLength().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4GoudsmitSaundersonMscModel::Initialise ( const G4ParticleDefinition p,
const G4DataVector  
)
virtual

Implements G4VEmModel.

Definition at line 205 of file G4GoudsmitSaundersonMscModel.cc.

References fgGSTable, fgPWAXsecTable, fIsUsePWATotalXsecData, fParticleChange, G4VMscModel::GetParticleChangeForMSC(), G4GoudsmitSaundersonTable::Initialise(), G4PWATotalXsecTable::Initialise(), G4VEmModel::IsMaster(), and SetParticle().

+ Here is the call graph for this function:

G4GoudsmitSaundersonMscModel& G4GoudsmitSaundersonMscModel::operator= ( const G4GoudsmitSaundersonMscModel right)
private
G4double G4GoudsmitSaundersonMscModel::Randomizetlimit ( )
inlineprivate

Definition at line 221 of file G4GoudsmitSaundersonMscModel.hh.

References rndmEngineMod, G4INCL::DeJongSpin::shoot(), and tlimit.

Referenced by ComputeTruePathLengthLimit().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4GoudsmitSaundersonMscModel::SampleMSC ( )

Definition at line 874 of file G4GoudsmitSaundersonMscModel.cc.

References currentCouple, currentKinEnergy, currentRange, factor, fG1, fgGSTable, fgIsUseAccurate, fIsEverythingWasDone, fIsNoDisplace, fIsNoScatteringInMSC, fIsUsePWATotalXsecData, fLambda0, fLambda1, fScrA, fTheDisplacementVector, fTheNewDirection, fTheTrueStepLenght, fTheZPathLenght, G4Exp(), G4Log(), G4VMscModel::GetEnergy(), GetTransportMeanFreePath(), particle, rndmEngineMod, G4GoudsmitSaundersonTable::Sampling(), and twopi.

Referenced by ComputeTruePathLengthLimit(), and SampleScattering().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ThreeVector & G4GoudsmitSaundersonMscModel::SampleScattering ( const G4ThreeVector oldDirection,
G4double  safety 
)
virtual

Reimplemented from G4VMscModel.

Definition at line 811 of file G4GoudsmitSaundersonMscModel.cc.

References fIsEndedUpOnBoundary, fIsEverythingWasDone, fIsMultipleSacettring, fIsNoDisplace, fIsNoScatteringInMSC, fIsSingleScattering, fParticleChange, fTheDisplacementVector, fTheNewDirection, fUseDistanceToBoundary, fUseSafety, G4ParticleChangeForMSC::ProposeMomentumDirection(), SampleMSC(), and G4VMscModel::steppingAlgorithm.

+ Here is the call graph for this function:

void G4GoudsmitSaundersonMscModel::SetOptionPWAScreening ( G4bool  opt)
inline

Definition at line 137 of file G4GoudsmitSaundersonMscModel.hh.

References fIsUsePWATotalXsecData.

Referenced by G4EmStandardPhysicsGS::ConstructProcess().

+ Here is the caller graph for this function:

void G4GoudsmitSaundersonMscModel::SetParticle ( const G4ParticleDefinition p)
inlineprivate

Definition at line 209 of file G4GoudsmitSaundersonMscModel.hh.

References charge, eplus, G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), mass, and particle.

Referenced by Initialise(), and StartTracking().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4GoudsmitSaundersonMscModel::SingleScattering ( G4double cost,
G4double sint 
)

Definition at line 860 of file G4GoudsmitSaundersonMscModel.cc.

References fScrA, and rndmEngineMod.

Referenced by ComputeTruePathLengthLimit().

+ Here is the caller graph for this function:

void G4GoudsmitSaundersonMscModel::StartTracking ( G4Track track)
virtual

Reimplemented from G4VEmModel.

Definition at line 365 of file G4GoudsmitSaundersonMscModel.cc.

References firstStep, geombig, G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), rangeinit, SetParticle(), tgeom, and tlimit.

+ Here is the call graph for this function:

Member Data Documentation

G4int G4GoudsmitSaundersonMscModel::charge
private
G4double G4GoudsmitSaundersonMscModel::currentKinEnergy
private
G4int G4GoudsmitSaundersonMscModel::currentMaterialIndex
private
G4double G4GoudsmitSaundersonMscModel::currentRange
private
G4double G4GoudsmitSaundersonMscModel::fG1
private
G4GoudsmitSaundersonTable * G4GoudsmitSaundersonMscModel::fgGSTable = 0
staticprivate
G4bool G4GoudsmitSaundersonMscModel::fgIsOptimizationOn = true
staticprivate

Definition at line 204 of file G4GoudsmitSaundersonMscModel.hh.

Referenced by ComputeTruePathLengthLimit().

G4bool G4GoudsmitSaundersonMscModel::fgIsUseAccurate = true
staticprivate

Definition at line 203 of file G4GoudsmitSaundersonMscModel.hh.

Referenced by SampleMSC().

G4PWATotalXsecTable * G4GoudsmitSaundersonMscModel::fgPWAXsecTable = 0
staticprivate
G4bool G4GoudsmitSaundersonMscModel::firstStep
private
G4bool G4GoudsmitSaundersonMscModel::fIsEndedUpOnBoundary
private
G4bool G4GoudsmitSaundersonMscModel::fIsEverythingWasDone
private
G4bool G4GoudsmitSaundersonMscModel::fIsFirstRealStep
private
G4bool G4GoudsmitSaundersonMscModel::fIsInsideSkin
private
G4bool G4GoudsmitSaundersonMscModel::fIsMultipleSacettring
private
G4bool G4GoudsmitSaundersonMscModel::fIsNoDisplace
private
G4bool G4GoudsmitSaundersonMscModel::fIsNoScatteringInMSC
private
G4bool G4GoudsmitSaundersonMscModel::fIsSingleScattering
private
G4bool G4GoudsmitSaundersonMscModel::fIsUsePWATotalXsecData
private
G4bool G4GoudsmitSaundersonMscModel::fIsWasOnBoundary
private
G4double G4GoudsmitSaundersonMscModel::fLambda0
private
G4ParticleChangeForMSC* G4GoudsmitSaundersonMscModel::fParticleChange
private
G4double G4GoudsmitSaundersonMscModel::fr
private
G4double G4GoudsmitSaundersonMscModel::fScrA
private
G4ThreeVector G4GoudsmitSaundersonMscModel::fTheDisplacementVector
private
G4ThreeVector G4GoudsmitSaundersonMscModel::fTheNewDirection
private
G4double G4GoudsmitSaundersonMscModel::fTheTransportDistance
private
G4double G4GoudsmitSaundersonMscModel::fTheTrueStepLenght
private
G4double G4GoudsmitSaundersonMscModel::fTheZPathLenght
private
G4double G4GoudsmitSaundersonMscModel::fZeff
private
G4double G4GoudsmitSaundersonMscModel::geombig
private
G4double G4GoudsmitSaundersonMscModel::geomlimit
private
G4double G4GoudsmitSaundersonMscModel::highKEnergy
private
G4double G4GoudsmitSaundersonMscModel::lambdalimit
private

Definition at line 161 of file G4GoudsmitSaundersonMscModel.hh.

Referenced by G4GoudsmitSaundersonMscModel().

G4double G4GoudsmitSaundersonMscModel::lowKEnergy
private
G4double G4GoudsmitSaundersonMscModel::mass
private
G4double G4GoudsmitSaundersonMscModel::par1
private
G4double G4GoudsmitSaundersonMscModel::par2
private
G4double G4GoudsmitSaundersonMscModel::par3
private
const G4ParticleDefinition* G4GoudsmitSaundersonMscModel::particle
private
G4double G4GoudsmitSaundersonMscModel::presafety
private
G4double G4GoudsmitSaundersonMscModel::rangeinit
private
CLHEP::HepRandomEngine* G4GoudsmitSaundersonMscModel::rndmEngineMod
private
G4double G4GoudsmitSaundersonMscModel::taulim
private
G4double G4GoudsmitSaundersonMscModel::tausmall
private
G4double G4GoudsmitSaundersonMscModel::tgeom
private
G4LossTableManager* G4GoudsmitSaundersonMscModel::theManager
private

Definition at line 168 of file G4GoudsmitSaundersonMscModel.hh.

Referenced by G4GoudsmitSaundersonMscModel().

G4double G4GoudsmitSaundersonMscModel::tlimit
private
G4double G4GoudsmitSaundersonMscModel::tlimitminfix2
private

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