Geant4  10.00.p02
G4MuonMinusBoundDecay Class Reference

#include <G4MuonMinusBoundDecay.hh>

+ Inheritance diagram for G4MuonMinusBoundDecay:
+ Collaboration diagram for G4MuonMinusBoundDecay:

Public Member Functions

 G4MuonMinusBoundDecay ()
 
 ~G4MuonMinusBoundDecay ()
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
void ModelDescription (std::ostream &outFile) const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
G4double GetMinEnergy () const
 
G4double GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMinEnergy (G4double anEnergy)
 
void SetMinEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMinEnergy (G4double anEnergy, const G4Material *aMaterial)
 
G4double GetMaxEnergy () const
 
G4double GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMaxEnergy (const G4double anEnergy)
 
void SetMaxEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial)
 
const G4HadronicInteractionGetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
const G4StringGetModelName () const
 
void DeActivateFor (const G4Material *aMaterial)
 
void ActivateFor (const G4Material *aMaterial)
 
void DeActivateFor (const G4Element *anElement)
 
void ActivateFor (const G4Element *anElement)
 
G4bool IsBlocked (const G4Material *aMaterial) const
 
G4bool IsBlocked (const G4Element *anElement) const
 
void SetRecoilEnergyThreshold (G4double val)
 
G4double GetRecoilEnergyThreshold () const
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double,
G4double
GetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 

Static Public Member Functions

static G4double GetMuonCaptureRate (G4int Z, G4int A)
 
static G4double GetMuonDecayRate (G4int Z)
 
static G4double GetMuonZeff (G4int Z)
 

Private Member Functions

void AddNewParticle (G4DynamicParticle *dp, G4double time)
 
G4MuonMinusBoundDecayoperator= (const G4MuonMinusBoundDecay &right)
 
 G4MuonMinusBoundDecay (const G4MuonMinusBoundDecay &)
 

Private Attributes

G4HadFinalState result
 
G4double fMuMass
 

Additional Inherited Members

- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 71 of file G4MuonMinusBoundDecay.hh.

Constructor & Destructor Documentation

G4MuonMinusBoundDecay::G4MuonMinusBoundDecay ( )

Definition at line 62 of file G4MuonMinusBoundDecay.cc.

References fMuMass, G4ParticleDefinition::GetPDGMass(), and G4MuonMinus::MuonMinus().

+ Here is the call graph for this function:

G4MuonMinusBoundDecay::~G4MuonMinusBoundDecay ( )

Definition at line 70 of file G4MuonMinusBoundDecay.cc.

G4MuonMinusBoundDecay::G4MuonMinusBoundDecay ( const G4MuonMinusBoundDecay )
private

Member Function Documentation

void G4MuonMinusBoundDecay::AddNewParticle ( G4DynamicParticle dp,
G4double  time 
)
inlineprivate

Definition at line 106 of file G4MuonMinusBoundDecay.hh.

References G4HadFinalState::AddSecondary(), result, and G4HadSecondary::SetTime().

Referenced by ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4HadFinalState * G4MuonMinusBoundDecay::ApplyYourself ( const G4HadProjectile aTrack,
G4Nucleus targetNucleus 
)
virtual
G4double G4MuonMinusBoundDecay::GetMuonCaptureRate ( G4int  Z,
G4int  A 
)
static

Definition at line 172 of file G4MuonMinusBoundDecay.cc.

References A, GetMuonZeff(), G4InuclParticleNames::lambda, and microsecond.

Referenced by ApplyYourself(), and G4StopElementSelector::GetMuonCaptureRate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4MuonMinusBoundDecay::GetMuonDecayRate ( G4int  Z)
static

Definition at line 360 of file G4MuonMinusBoundDecay.cc.

References GetMuonZeff(), G4InuclParticleNames::lambda, and microsecond.

Referenced by ApplyYourself(), and G4StopElementSelector::GetMuonDecayRate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4MuonMinusBoundDecay::GetMuonZeff ( G4int  Z)
static

Definition at line 328 of file G4MuonMinusBoundDecay.cc.

Referenced by GetMuonCaptureRate(), and GetMuonDecayRate().

+ Here is the caller graph for this function:

void G4MuonMinusBoundDecay::ModelDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4HadronicInteraction.

Definition at line 415 of file G4MuonMinusBoundDecay.cc.

G4MuonMinusBoundDecay& G4MuonMinusBoundDecay::operator= ( const G4MuonMinusBoundDecay right)
private

Member Data Documentation

G4double G4MuonMinusBoundDecay::fMuMass
private

Definition at line 99 of file G4MuonMinusBoundDecay.hh.

Referenced by ApplyYourself(), and G4MuonMinusBoundDecay().

G4HadFinalState G4MuonMinusBoundDecay::result
private

Definition at line 98 of file G4MuonMinusBoundDecay.hh.

Referenced by AddNewParticle(), and ApplyYourself().


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