Geant4  10.00.p02
G4MuBetheBlochModel Class Reference

#include <G4MuBetheBlochModel.hh>

+ Inheritance diagram for G4MuBetheBlochModel:
+ Collaboration diagram for G4MuBetheBlochModel:

Public Member Functions

 G4MuBetheBlochModel (const G4ParticleDefinition *p=0, const G4String &nam="MuBetheBloch")
 
virtual ~G4MuBetheBlochModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual G4double ComputeCrossSectionPerElectron (const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kineticEnergy, G4double Z, G4double A, G4double cutEnergy, G4double maxEnergy)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
- 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 ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void StartTracking (G4Track *)
 
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 void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
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
 

Protected Member Functions

virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kinEnergy)
 
- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Private Member Functions

void SetParticle (const G4ParticleDefinition *p)
 
G4MuBetheBlochModeloperator= (const G4MuBetheBlochModel &right)
 
 G4MuBetheBlochModel (const G4MuBetheBlochModel &)
 

Private Attributes

const G4ParticleDefinitionparticle
 
G4ParticleDefinitiontheElectron
 
G4ParticleChangeForLossfParticleChange
 
G4EmCorrectionscorr
 
G4double limitKinEnergy
 
G4double logLimitKinEnergy
 
G4double mass
 
G4double massSquare
 
G4double ratio
 
G4double twoln10
 
G4double bg2lim
 
G4double taulim
 
G4double alphaprime
 

Static Private Attributes

static G4double xgi [8]
 
static G4double wgi [8]
 

Additional Inherited Members

- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 

Detailed Description

Definition at line 69 of file G4MuBetheBlochModel.hh.

Constructor & Destructor Documentation

G4MuBetheBlochModel::G4MuBetheBlochModel ( const G4ParticleDefinition p = 0,
const G4String nam = "MuBetheBloch" 
)

Definition at line 79 of file G4MuBetheBlochModel.cc.

References corr, G4Electron::Electron(), G4LossTableManager::EmCorrections(), fParticleChange, G4LossTableManager::Instance(), mass, massSquare, ratio, SetParticle(), and theElectron.

+ Here is the call graph for this function:

G4MuBetheBlochModel::~G4MuBetheBlochModel ( )
virtual

Definition at line 103 of file G4MuBetheBlochModel.cc.

G4MuBetheBlochModel::G4MuBetheBlochModel ( const G4MuBetheBlochModel )
private

Member Function Documentation

G4double G4MuBetheBlochModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  Z,
G4double  A,
G4double  cutEnergy,
G4double  maxEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 185 of file G4MuBetheBlochModel.cc.

References ComputeCrossSectionPerElectron().

+ Here is the call graph for this function:

G4double G4MuBetheBlochModel::ComputeCrossSectionPerElectron ( const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy,
G4double  maxEnergy 
)
virtual

Definition at line 136 of file G4MuBetheBlochModel.cc.

References a1, a3, alphaprime, G4Exp(), G4Log(), limitKinEnergy, mass, massSquare, G4INCL::Math::max(), MaxSecondaryEnergy(), G4INCL::Math::min(), wgi, and xgi.

Referenced by ComputeCrossSectionPerAtom(), and CrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4MuBetheBlochModel::ComputeDEDXPerVolume ( const G4Material material,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy 
)
virtual
G4double G4MuBetheBlochModel::CrossSectionPerVolume ( const G4Material material,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy,
G4double  maxEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 199 of file G4MuBetheBlochModel.cc.

References ComputeCrossSectionPerElectron(), and G4Material::GetElectronDensity().

+ Here is the call graph for this function:

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

Implements G4VEmModel.

Definition at line 127 of file G4MuBetheBlochModel.cc.

References fParticleChange, G4VEmModel::GetParticleChangeForLoss(), and SetParticle().

+ Here is the call graph for this function:

G4double G4MuBetheBlochModel::MaxSecondaryEnergy ( const G4ParticleDefinition ,
G4double  kinEnergy 
)
protectedvirtual

Reimplemented from G4VEmModel.

Definition at line 116 of file G4MuBetheBlochModel.cc.

References mass, and ratio.

Referenced by ComputeCrossSectionPerElectron(), and ComputeDEDXPerVolume().

+ Here is the caller graph for this function:

G4double G4MuBetheBlochModel::MinEnergyCut ( const G4ParticleDefinition ,
const G4MaterialCutsCouple couple 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 108 of file G4MuBetheBlochModel.cc.

References G4Material::GetIonisation(), G4MaterialCutsCouple::GetMaterial(), and G4IonisParamMat::GetMeanExcitationEnergy().

+ Here is the call graph for this function:

G4MuBetheBlochModel& G4MuBetheBlochModel::operator= ( const G4MuBetheBlochModel right)
private
void G4MuBetheBlochModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  vdp,
const G4MaterialCutsCouple ,
const G4DynamicParticle dp,
G4double  tmin,
G4double  maxEnergy 
)
virtual
void G4MuBetheBlochModel::SetParticle ( const G4ParticleDefinition p)
inlineprivate

Definition at line 146 of file G4MuBetheBlochModel.hh.

References G4ParticleDefinition::GetPDGMass(), mass, massSquare, particle, and ratio.

Referenced by G4MuBetheBlochModel(), and Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4MuBetheBlochModel::alphaprime
private
G4double G4MuBetheBlochModel::bg2lim
private

Definition at line 138 of file G4MuBetheBlochModel.hh.

G4EmCorrections* G4MuBetheBlochModel::corr
private

Definition at line 130 of file G4MuBetheBlochModel.hh.

Referenced by ComputeDEDXPerVolume(), and G4MuBetheBlochModel().

G4ParticleChangeForLoss* G4MuBetheBlochModel::fParticleChange
private

Definition at line 129 of file G4MuBetheBlochModel.hh.

Referenced by G4MuBetheBlochModel(), Initialise(), and SampleSecondaries().

G4double G4MuBetheBlochModel::limitKinEnergy
private
G4double G4MuBetheBlochModel::logLimitKinEnergy
private

Definition at line 133 of file G4MuBetheBlochModel.hh.

Referenced by ComputeDEDXPerVolume().

G4double G4MuBetheBlochModel::massSquare
private
const G4ParticleDefinition* G4MuBetheBlochModel::particle
private

Definition at line 127 of file G4MuBetheBlochModel.hh.

Referenced by SetParticle().

G4double G4MuBetheBlochModel::ratio
private

Definition at line 136 of file G4MuBetheBlochModel.hh.

Referenced by G4MuBetheBlochModel(), MaxSecondaryEnergy(), and SetParticle().

G4double G4MuBetheBlochModel::taulim
private

Definition at line 139 of file G4MuBetheBlochModel.hh.

G4ParticleDefinition* G4MuBetheBlochModel::theElectron
private

Definition at line 128 of file G4MuBetheBlochModel.hh.

Referenced by G4MuBetheBlochModel(), and SampleSecondaries().

G4double G4MuBetheBlochModel::twoln10
private

Definition at line 137 of file G4MuBetheBlochModel.hh.

Referenced by ComputeDEDXPerVolume().

G4double G4MuBetheBlochModel::wgi
staticprivate
Initial value:
={ 0.0506, 0.1112, 0.1569, 0.1813, 0.1813,
0.1569, 0.1112, 0.0506 }

Definition at line 141 of file G4MuBetheBlochModel.hh.

Referenced by ComputeCrossSectionPerElectron(), and ComputeDEDXPerVolume().

G4double G4MuBetheBlochModel::xgi
staticprivate
Initial value:
={ 0.0199, 0.1017, 0.2372, 0.4083, 0.5917,
0.7628, 0.8983, 0.9801 }

Definition at line 141 of file G4MuBetheBlochModel.hh.

Referenced by ComputeCrossSectionPerElectron(), and ComputeDEDXPerVolume().


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