Geant4  10.02
G4VMultipleScattering Class Referenceabstract

#include <G4VMultipleScattering.hh>

+ Inheritance diagram for G4VMultipleScattering:
+ Collaboration diagram for G4VMultipleScattering:

Public Member Functions

 G4VMultipleScattering (const G4String &name="msc", G4ProcessType type=fElectromagnetic)
 
virtual ~G4VMultipleScattering ()
 
virtual G4bool IsApplicable (const G4ParticleDefinition &p)=0
 
virtual void PrintInfo ()=0
 
virtual void ProcessDescription (std::ostream &outFile) const
 
void PreparePhysicsTable (const G4ParticleDefinition &)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void PrintInfoDefinition ()
 
G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii=false)
 
G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii)
 
void StartTracking (G4Track *)
 
G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimalStep, G4double &currentSafety, G4GPILSelection *selection)
 
G4double PostStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4ForceCondition *condition)
 
G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &)
 
G4double ContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimalStep, G4double &currentSafety)
 
G4VEmModelSelectModel (G4double kinEnergy, size_t idx)
 
void AddEmModel (G4int order, G4VEmModel *, const G4Region *region=0)
 
void SetEmModel (G4VMscModel *, G4int index=1)
 
G4VMscModelEmModel (G4int index=1) const
 
G4VEmModelGetModelByIndex (G4int idx=0, G4bool ver=false) const
 
void SetIonisation (G4VEnergyLossProcess *)
 
G4bool LateralDisplasmentFlag () const
 
void SetLateralDisplasmentFlag (G4bool val)
 
G4double Skin () const
 
void SetSkin (G4double val)
 
G4double RangeFactor () const
 
void SetRangeFactor (G4double val)
 
G4double GeomFactor () const
 
G4double PolarAngleLimit () const
 
G4MscStepLimitType StepLimitType () const
 
void SetStepLimitType (G4MscStepLimitType val)
 
G4double LowestKinEnergy () const
 
void SetLowestKinEnergy (G4double val)
 
const G4ParticleDefinitionFirstParticle () const
 
- Public Member Functions inherited from G4VContinuousDiscreteProcess
 G4VContinuousDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VContinuousDiscreteProcess (G4VContinuousDiscreteProcess &)
 
virtual ~G4VContinuousDiscreteProcess ()
 
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)
 
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 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 &)
 

Protected Member Functions

virtual void InitialiseProcess (const G4ParticleDefinition *)=0
 
G4double GetMeanFreePath (const G4Track &track, G4double, G4ForceCondition *condition)
 
G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimalStep, G4double &currentSafety)
 
- 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 ()
 

Protected Attributes

G4ParticleChangeForMSC fParticleChange
 
- 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
 

Private Member Functions

 G4VMultipleScattering (G4VMultipleScattering &)
 
G4VMultipleScatteringoperator= (const G4VMultipleScattering &right)
 

Private Attributes

G4EmModelManagermodelManager
 
G4LossTableManageremManager
 
G4EmParameterstheParameters
 
G4SafetyHelpersafetyHelper
 
std::vector< G4VMscModel * > mscModels
 
G4int numberOfModels
 
const G4ParticleDefinitionfirstParticle
 
const G4ParticleDefinitioncurrParticle
 
G4MscStepLimitType stepLimit
 
G4double facrange
 
G4double lowestKinEnergy
 
G4bool latDisplacement
 
G4bool isIon
 
G4bool fDispBeyondSafety
 
G4VMscModelcurrentModel
 
G4VEnergyLossProcessfIonisation
 
G4double physStepLimit
 
G4double tPathLength
 
G4double gPathLength
 
G4ThreeVector fNewPosition
 
G4ThreeVector fNewDirection
 
G4bool fPositionChanged
 
G4bool isActive
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Detailed Description

Definition at line 92 of file G4VMultipleScattering.hh.

Constructor & Destructor Documentation

G4VMultipleScattering::G4VMultipleScattering ( const G4String name = "msc",
G4ProcessType  type = fElectromagnetic 
)
G4VMultipleScattering::~G4VMultipleScattering ( )
virtual

Definition at line 132 of file G4VMultipleScattering.cc.

References G4LossTableManager::DeRegister(), emManager, and modelManager.

+ Here is the call graph for this function:

G4VMultipleScattering::G4VMultipleScattering ( G4VMultipleScattering )
private

Member Function Documentation

G4double G4VMultipleScattering::AlongStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimalStep,
G4double currentSafety,
G4GPILSelection selection 
)
virtual

Reimplemented from G4VContinuousDiscreteProcess.

Definition at line 409 of file G4VMultipleScattering.cc.

References CandidateForSelection, G4VMscModel::ComputeTruePathLengthLimit(), currentModel, geomMin, G4MaterialCutsCouple::GetIndex(), G4Track::GetKineticEnergy(), G4Track::GetMaterialCutsCouple(), G4Track::GetParticleDefinition(), G4ParticleDefinition::GetPDGMass(), gPathLength, isActive, G4VEmModel::IsActive(), isIon, lowestKinEnergy, NotCandidateForSelection, numberOfModels, physStepLimit, SelectModel(), and tPathLength.

Referenced by GetContinuousStepLimit().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VMultipleScattering::ContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimalStep,
G4double currentSafety 
)

Definition at line 663 of file G4VMultipleScattering.cc.

References GetContinuousStepLimit().

+ Here is the call graph for this function:

G4VMscModel * G4VMultipleScattering::EmModel ( G4int  index = 1) const

Definition at line 165 of file G4VMultipleScattering.cc.

References mscModels.

Referenced by G4MuMultipleScattering::InitialiseProcess(), G4eMultipleScattering::InitialiseProcess(), and G4hMultipleScattering::InitialiseProcess().

+ Here is the caller graph for this function:

const G4ParticleDefinition * G4VMultipleScattering::FirstParticle ( ) const
inline

Definition at line 399 of file G4VMultipleScattering.hh.

References firstParticle.

G4double G4VMultipleScattering::GeomFactor ( ) const
inline

Definition at line 355 of file G4VMultipleScattering.hh.

References G4EmParameters::MscGeomFactor(), and theParameters.

Referenced by G4eMultipleScattering::PrintInfo(), and G4hMultipleScattering::PrintInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VMultipleScattering::GetContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimalStep,
G4double currentSafety 
)
protectedvirtual

Implements G4VContinuousDiscreteProcess.

Definition at line 647 of file G4VMultipleScattering.cc.

References AlongStepGetPhysicalInteractionLength(), NotCandidateForSelection, and x.

Referenced by ContinuousStepLimit().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VMultipleScattering::GetMeanFreePath ( const G4Track track,
G4double  ,
G4ForceCondition condition 
)
protectedvirtual

Implements G4VContinuousDiscreteProcess.

Definition at line 675 of file G4VMultipleScattering.cc.

References DBL_MAX, and Forced.

G4VEmModel * G4VMultipleScattering::GetModelByIndex ( G4int  idx = 0,
G4bool  ver = false 
) const

Definition at line 175 of file G4VMultipleScattering.cc.

References G4EmModelManager::GetModel(), and modelManager.

Referenced by BuildPhysicsTable(), SetIonisation(), and StartTracking().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual void G4VMultipleScattering::InitialiseProcess ( const G4ParticleDefinition )
protectedpure virtual

Implemented in G4AdjointhMultipleScattering, G4hMultipleScattering, G4MuMultipleScattering, and G4eMultipleScattering.

Referenced by PreparePhysicsTable().

+ Here is the caller graph for this function:

virtual G4bool G4VMultipleScattering::IsApplicable ( const G4ParticleDefinition p)
pure virtual
G4bool G4VMultipleScattering::LateralDisplasmentFlag ( ) const
inline

Definition at line 310 of file G4VMultipleScattering.hh.

References latDisplacement.

Referenced by G4MuMultipleScattering::PrintInfo(), G4eMultipleScattering::PrintInfo(), G4hMultipleScattering::PrintInfo(), and G4AdjointhMultipleScattering::PrintInfo().

+ Here is the caller graph for this function:

G4double G4VMultipleScattering::LowestKinEnergy ( ) const
inline

Definition at line 385 of file G4VMultipleScattering.hh.

References lowestKinEnergy.

G4VMultipleScattering& G4VMultipleScattering::operator= ( const G4VMultipleScattering right)
private
G4double G4VMultipleScattering::PolarAngleLimit ( ) const
inline

Definition at line 362 of file G4VMultipleScattering.hh.

References G4EmParameters::MscThetaLimit(), and theParameters.

Referenced by G4MuMultipleScattering::PrintInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4VParticleChange * G4VMultipleScattering::PostStepDoIt ( const G4Track track,
const G4Step  
)
virtual

Reimplemented from G4VContinuousDiscreteProcess.

Definition at line 633 of file G4VMultipleScattering.cc.

References fNewPosition, fParticleChange, fPositionChanged, G4ParticleChangeForMSC::Initialize(), G4ParticleChangeForMSC::ProposePosition(), G4SafetyHelper::ReLocateWithinVolume(), and safetyHelper.

+ Here is the call graph for this function:

G4double G4VMultipleScattering::PostStepGetPhysicalInteractionLength ( const G4Track ,
G4double  previousStepSize,
G4ForceCondition condition 
)
virtual

Reimplemented from G4VContinuousDiscreteProcess.

Definition at line 465 of file G4VMultipleScattering.cc.

References DBL_MAX, and Forced.

void G4VMultipleScattering::PreparePhysicsTable ( const G4ParticleDefinition part)
virtual

Reimplemented from G4VProcess.

Definition at line 183 of file G4VMultipleScattering.cc.

References currentModel, currParticle, G4Electron::Electron(), emax, emManager, facrange, fDispBeyondSafety, G4ParticleTable::FindParticle(), firstParticle, fMinimal, G4cout, G4endl, G4ProcessManager::GetAlongStepProcessVector(), G4VProcess::GetMasterProcess(), G4EmModelManager::GetModel(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::GetProcessManager(), G4VProcess::GetProcessName(), G4TransportationManager::GetSafetyHelper(), G4TransportationManager::GetTransportationManager(), G4VEmModel::HighEnergyLimit(), G4EmModelManager::Initialise(), G4SafetyHelper::InitialiseHelper(), InitialiseProcess(), isIon, latDisplacement, G4EmParameters::LatDisplacementBeyondSafety(), G4EmParameters::LateralDisplacement(), G4EmParameters::MaxKinEnergy(), MeV, G4INCL::Math::min(), modelManager, G4EmParameters::MscGeomFactor(), G4EmParameters::MscMuHadRangeFactor(), G4EmParameters::MscMuHadStepLimitType(), G4EmParameters::MscRangeFactor(), G4EmParameters::MscSkin(), G4EmParameters::MscStepLimitType(), G4EmParameters::MscThetaLimit(), G4EmParameters::MuHadLateralDisplacement(), n, G4EmModelManager::NumberOfModels(), numberOfModels, G4LossTableManager::PreparePhysicsTable(), safetyHelper, G4VMscModel::SetGeomFactor(), G4VEmModel::SetHighEnergyLimit(), G4VMscModel::SetIonisation(), G4VMscModel::SetLateralDisplasmentFlag(), G4VEmModel::SetMasterThread(), G4VEmModel::SetPolarAngleLimit(), G4VMscModel::SetRangeFactor(), G4VMscModel::SetSkin(), G4VMscModel::SetStepLimitType(), G4VProcess::SetVerboseLevel(), G4ProcessVector::size(), stepLimit, theParameters, G4EmParameters::Verbose(), G4VProcess::verboseLevel, and G4EmParameters::WorkerVerbose().

+ Here is the call graph for this function:

virtual void G4VMultipleScattering::PrintInfo ( )
pure virtual

Implemented in G4AdjointhMultipleScattering, G4hMultipleScattering, G4MuMultipleScattering, and G4eMultipleScattering.

Referenced by BuildPhysicsTable(), and PrintInfoDefinition().

+ Here is the caller graph for this function:

void G4VMultipleScattering::PrintInfoDefinition ( )

Definition at line 362 of file G4VMultipleScattering.cc.

References G4EmModelManager::DumpModelList(), firstParticle, G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), G4VProcess::GetProcessSubType(), modelManager, PrintInfo(), and G4VProcess::verboseLevel.

+ Here is the call graph for this function:

void G4VMultipleScattering::ProcessDescription ( std::ostream &  outFile) const
virtual

Definition at line 748 of file G4VMultipleScattering.cc.

References G4endl, and G4VProcess::GetProcessName().

+ Here is the call graph for this function:

G4double G4VMultipleScattering::RangeFactor ( ) const
inline

Definition at line 338 of file G4VMultipleScattering.hh.

References facrange.

Referenced by G4MuMultipleScattering::PrintInfo(), G4eMultipleScattering::PrintInfo(), G4hMultipleScattering::PrintInfo(), and G4AdjointhMultipleScattering::PrintInfo().

+ Here is the caller graph for this function:

G4bool G4VMultipleScattering::RetrievePhysicsTable ( const G4ParticleDefinition ,
const G4String directory,
G4bool  ascii 
)
virtual

Reimplemented from G4VProcess.

Definition at line 729 of file G4VMultipleScattering.cc.

G4VEmModel * G4VMultipleScattering::SelectModel ( G4double  kinEnergy,
size_t  idx 
)
inline

Definition at line 303 of file G4VMultipleScattering.hh.

References modelManager, and G4EmModelManager::SelectModel().

Referenced by AlongStepGetPhysicalInteractionLength(), G4EmCalculator::FindEmModel(), and G4EmCalculator::FindLambdaTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VMultipleScattering::SetEmModel ( G4VMscModel p,
G4int  index = 1 
)
void G4VMultipleScattering::SetIonisation ( G4VEnergyLossProcess p)

Definition at line 738 of file G4VMultipleScattering.cc.

References firstParticle, GetModelByIndex(), numberOfModels, and G4VMscModel::SetIonisation().

+ Here is the call graph for this function:

void G4VMultipleScattering::SetLateralDisplasmentFlag ( G4bool  val)
inline

Definition at line 317 of file G4VMultipleScattering.hh.

References latDisplacement.

void G4VMultipleScattering::SetLowestKinEnergy ( G4double  val)
inline

Definition at line 392 of file G4VMultipleScattering.hh.

References lowestKinEnergy.

void G4VMultipleScattering::SetRangeFactor ( G4double  val)
inline

Definition at line 345 of file G4VMultipleScattering.hh.

References facrange, G4EmParameters::SetMscRangeFactor(), and theParameters.

Referenced by SetStepLimitType().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VMultipleScattering::SetSkin ( G4double  val)
inline

Definition at line 331 of file G4VMultipleScattering.hh.

References G4EmParameters::SetMscSkin(), and theParameters.

+ Here is the call graph for this function:

void G4VMultipleScattering::SetStepLimitType ( G4MscStepLimitType  val)
inline

Definition at line 376 of file G4VMultipleScattering.hh.

References fMinimal, G4EmParameters::SetMscStepLimitType(), SetRangeFactor(), stepLimit, and theParameters.

Referenced by DMXPhysicsList::ConstructEM(), G4EmDNAPhysics_option3::ConstructProcess(), G4EmLivermorePolarizedPhysics::ConstructProcess(), G4EmDNAPhysics_option5::ConstructProcess(), G4EmDNAPhysics_option7::ConstructProcess(), G4EmDNAPhysics_option4::ConstructProcess(), G4EmDNAPhysics_option2::ConstructProcess(), G4EmDNAPhysics::ConstructProcess(), and G4EmDNAPhysics_option1::ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VMultipleScattering::Skin ( ) const
inline

Definition at line 324 of file G4VMultipleScattering.hh.

References G4EmParameters::MscSkin(), and theParameters.

Referenced by G4eMultipleScattering::PrintInfo(), G4hMultipleScattering::PrintInfo(), and G4AdjointhMultipleScattering::PrintInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VMultipleScattering::StartTracking ( G4Track track)
virtual

Reimplemented from G4VProcess.

Definition at line 376 of file G4VMultipleScattering.cc.

References currentModel, currParticle, emManager, fIonisation, G4LossTableManager::GetEnergyLossProcess(), GetModelByIndex(), G4Track::GetParticleDefinition(), numberOfModels, G4VMscModel::SetIonisation(), and G4VEmModel::StartTracking().

+ Here is the call graph for this function:

G4MscStepLimitType G4VMultipleScattering::StepLimitType ( ) const
inline

Definition at line 369 of file G4VMultipleScattering.hh.

References stepLimit.

Referenced by G4MuMultipleScattering::PrintInfo(), G4eMultipleScattering::PrintInfo(), G4hMultipleScattering::PrintInfo(), and G4AdjointhMultipleScattering::PrintInfo().

+ Here is the caller graph for this function:

G4bool G4VMultipleScattering::StorePhysicsTable ( const G4ParticleDefinition part,
const G4String directory,
G4bool  ascii = false 
)
virtual

Member Data Documentation

G4VMscModel* G4VMultipleScattering::currentModel
private
const G4ParticleDefinition* G4VMultipleScattering::currParticle
private

Definition at line 265 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt(), PreparePhysicsTable(), and StartTracking().

G4LossTableManager* G4VMultipleScattering::emManager
private
G4double G4VMultipleScattering::facrange
private

Definition at line 269 of file G4VMultipleScattering.hh.

Referenced by PreparePhysicsTable(), RangeFactor(), and SetRangeFactor().

G4bool G4VMultipleScattering::fDispBeyondSafety
private

Definition at line 274 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt(), and PreparePhysicsTable().

G4VEnergyLossProcess* G4VMultipleScattering::fIonisation
private

Definition at line 286 of file G4VMultipleScattering.hh.

Referenced by G4VMultipleScattering(), and StartTracking().

G4ThreeVector G4VMultipleScattering::fNewDirection
private

Definition at line 293 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt().

G4ThreeVector G4VMultipleScattering::fNewPosition
private

Definition at line 292 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt(), and PostStepDoIt().

G4ParticleChangeForMSC G4VMultipleScattering::fParticleChange
protected

Definition at line 280 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt(), G4VMultipleScattering(), and PostStepDoIt().

G4bool G4VMultipleScattering::fPositionChanged
private

Definition at line 294 of file G4VMultipleScattering.hh.

Referenced by AlongStepDoIt(), G4VMultipleScattering(), and PostStepDoIt().

G4double G4VMultipleScattering::gPathLength
private
G4bool G4VMultipleScattering::isActive
private
G4bool G4VMultipleScattering::isIon
private
G4bool G4VMultipleScattering::latDisplacement
private
G4double G4VMultipleScattering::lowestKinEnergy
private
std::vector<G4VMscModel*> G4VMultipleScattering::mscModels
private

Definition at line 261 of file G4VMultipleScattering.hh.

Referenced by EmModel(), and SetEmModel().

G4int G4VMultipleScattering::numberOfModels
private
G4double G4VMultipleScattering::physStepLimit
private
G4SafetyHelper* G4VMultipleScattering::safetyHelper
private
G4MscStepLimitType G4VMultipleScattering::stepLimit
private

Definition at line 267 of file G4VMultipleScattering.hh.

Referenced by PreparePhysicsTable(), SetStepLimitType(), and StepLimitType().

G4EmParameters* G4VMultipleScattering::theParameters
private
G4double G4VMultipleScattering::tPathLength
private

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