Geant4  10.00.p02
G4MuBremsstrahlungModel Class Reference

#include <G4MuBremsstrahlungModel.hh>

+ Inheritance diagram for G4MuBremsstrahlungModel:
+ Collaboration diagram for G4MuBremsstrahlungModel:

Public Member Functions

 G4MuBremsstrahlungModel (const G4ParticleDefinition *p=0, const G4String &nam="MuBrem")
 
virtual ~G4MuBremsstrahlungModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kineticEnergy, G4double Z, G4double A, 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)
 
void SetLowestKineticEnergy (G4double e)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, 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 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 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

G4double ComputMuBremLoss (G4double Z, G4double tkin, G4double cut)
 
G4double ComputeMicroscopicCrossSection (G4double tkin, G4double Z, G4double cut)
 
virtual G4double ComputeDMicroscopicCrossSection (G4double tkin, G4double Z, G4double gammaEnergy)
 
void SetParticle (const G4ParticleDefinition *)
 
- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Protected Attributes

const G4ParticleDefinitionparticle
 
G4NistManagernist
 
G4double mass
 
G4double rmass
 
G4double cc
 
G4double coeff
 
G4double sqrte
 
G4double bh
 
G4double bh1
 
G4double btf
 
G4double btf1
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 

Private Member Functions

G4MuBremsstrahlungModeloperator= (const G4MuBremsstrahlungModel &right)
 
 G4MuBremsstrahlungModel (const G4MuBremsstrahlungModel &)
 

Private Attributes

G4ParticleDefinitiontheGamma
 
G4ParticleChangeForLossfParticleChange
 
G4double lowestKinEnergy
 
G4double minThreshold
 

Static Private Attributes

static const G4double xgi [6]
 
static const G4double wgi [6]
 
static G4double fDN [93] = {0.0}
 

Detailed Description

Definition at line 72 of file G4MuBremsstrahlungModel.hh.

Constructor & Destructor Documentation

G4MuBremsstrahlungModel::G4MuBremsstrahlungModel ( const G4ParticleDefinition p = 0,
const G4String nam = "MuBrem" 
)

Definition at line 92 of file G4MuBremsstrahlungModel.cc.

References cc, coeff, fDN, G4Gamma::Gamma(), G4NistManager::GetA27(), GeV, G4NistManager::Instance(), lowestKinEnergy, mass, nist, rmass, SetParticle(), and theGamma.

+ Here is the call graph for this function:

G4MuBremsstrahlungModel::~G4MuBremsstrahlungModel ( )
virtual

Definition at line 127 of file G4MuBremsstrahlungModel.cc.

G4MuBremsstrahlungModel::G4MuBremsstrahlungModel ( const G4MuBremsstrahlungModel )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 339 of file G4MuBremsstrahlungModel.cc.

References ComputeMicroscopicCrossSection(), lowestKinEnergy, G4INCL::Math::min(), and minThreshold.

+ Here is the call graph for this function:

G4double G4MuBremsstrahlungModel::ComputeDEDXPerVolume ( const G4Material material,
const G4ParticleDefinition ,
G4double  kineticEnergy,
G4double  cutEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 172 of file G4MuBremsstrahlungModel.cc.

References ComputMuBremLoss(), G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), lowestKinEnergy, G4INCL::Math::min(), and minThreshold.

+ Here is the call graph for this function:

G4double G4MuBremsstrahlungModel::ComputeDMicroscopicCrossSection ( G4double  tkin,
G4double  Z,
G4double  gammaEnergy 
)
protectedvirtual

Reimplemented in G4hBremsstrahlungModel.

Definition at line 284 of file G4MuBremsstrahlungModel.cc.

References b1, bh, bh1, btf, btf1, coeff, fDN, fe, G4Log(), G4lrint(), G4NistManager::GetZ13(), iz, mass, nist, rmass, and sqrte.

Referenced by ComputeMicroscopicCrossSection(), ComputMuBremLoss(), and SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4MuBremsstrahlungModel::ComputeMicroscopicCrossSection ( G4double  tkin,
G4double  Z,
G4double  cut 
)
protected

Definition at line 241 of file G4MuBremsstrahlungModel.cc.

References ComputeDMicroscopicCrossSection(), G4Exp(), G4Log(), mass, wgi, and xgi.

Referenced by ComputeCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4MuBremsstrahlungModel::ComputMuBremLoss ( G4double  Z,
G4double  tkin,
G4double  cut 
)
protected

Definition at line 204 of file G4MuBremsstrahlungModel.cc.

References ComputeDMicroscopicCrossSection(), mass, wgi, and xgi.

Referenced by ComputeDEDXPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4MuBremsstrahlungModel::Initialise ( const G4ParticleDefinition p,
const G4DataVector cuts 
)
virtual

Implements G4VEmModel.

Definition at line 149 of file G4MuBremsstrahlungModel.cc.

References fParticleChange, G4VEmModel::GetParticleChangeForLoss(), G4VEmModel::InitialiseElementSelectors(), G4VEmModel::IsMaster(), particle, and SetParticle().

Referenced by G4EnergyLossForExtrapolator::ComputeMuonDEDX().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4MuBremsstrahlungModel::InitialiseLocal ( const G4ParticleDefinition p,
G4VEmModel masterModel 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 162 of file G4MuBremsstrahlungModel.cc.

References G4VEmModel::GetElementSelectors(), particle, and G4VEmModel::SetElementSelectors().

+ Here is the call graph for this function:

G4double G4MuBremsstrahlungModel::MinEnergyCut ( const G4ParticleDefinition ,
const G4MaterialCutsCouple  
)
virtual

Reimplemented from G4VEmModel.

Definition at line 132 of file G4MuBremsstrahlungModel.cc.

References minThreshold.

G4double G4MuBremsstrahlungModel::MinPrimaryEnergy ( const G4Material ,
const G4ParticleDefinition ,
G4double  cut 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 140 of file G4MuBremsstrahlungModel.cc.

References lowestKinEnergy, and G4INCL::Math::max().

+ Here is the call graph for this function:

G4MuBremsstrahlungModel& G4MuBremsstrahlungModel::operator= ( const G4MuBremsstrahlungModel right)
private
void G4MuBremsstrahlungModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  vdp,
const G4MaterialCutsCouple couple,
const G4DynamicParticle dp,
G4double  tmin,
G4double  maxEnergy 
)
virtual
void G4MuBremsstrahlungModel::SetLowestKineticEnergy ( G4double  e)
inline

Definition at line 163 of file G4MuBremsstrahlungModel.hh.

References lowestKinEnergy.

void G4MuBremsstrahlungModel::SetParticle ( const G4ParticleDefinition p)
inlineprotected

Definition at line 171 of file G4MuBremsstrahlungModel.hh.

References cc, coeff, G4ParticleDefinition::GetPDGMass(), mass, particle, and rmass.

Referenced by G4MuBremsstrahlungModel(), and Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4MuBremsstrahlungModel::bh
protected
G4double G4MuBremsstrahlungModel::bh1
protected

Definition at line 143 of file G4MuBremsstrahlungModel.hh.

Referenced by ComputeDMicroscopicCrossSection().

G4double G4MuBremsstrahlungModel::btf
protected
G4double G4MuBremsstrahlungModel::btf1
protected

Definition at line 145 of file G4MuBremsstrahlungModel.hh.

Referenced by ComputeDMicroscopicCrossSection().

G4double G4MuBremsstrahlungModel::cc
protected

Definition at line 139 of file G4MuBremsstrahlungModel.hh.

Referenced by G4MuBremsstrahlungModel(), and SetParticle().

G4double G4MuBremsstrahlungModel::fDN = {0.0}
staticprivate
G4ParticleChangeForLoss* G4MuBremsstrahlungModel::fParticleChange
private

Definition at line 150 of file G4MuBremsstrahlungModel.hh.

Referenced by Initialise(), and SampleSecondaries().

G4double G4MuBremsstrahlungModel::lowestKinEnergy
private
G4double G4MuBremsstrahlungModel::minThreshold
private
G4double G4MuBremsstrahlungModel::rmass
protected
G4double G4MuBremsstrahlungModel::sqrte
protected
G4ParticleDefinition* G4MuBremsstrahlungModel::theGamma
private

Definition at line 149 of file G4MuBremsstrahlungModel.hh.

Referenced by G4MuBremsstrahlungModel(), and SampleSecondaries().

const G4double G4MuBremsstrahlungModel::wgi
staticprivate
Initial value:
=
{0.08566,0.18038,0.23396,0.23396,0.18038,0.08566}

Definition at line 156 of file G4MuBremsstrahlungModel.hh.

Referenced by ComputeMicroscopicCrossSection(), and ComputMuBremLoss().

const G4double G4MuBremsstrahlungModel::xgi
staticprivate
Initial value:
=
{0.03377,0.16940,0.38069,0.61931,0.83060,0.96623}

Definition at line 155 of file G4MuBremsstrahlungModel.hh.

Referenced by ComputeMicroscopicCrossSection(), and ComputMuBremLoss().


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