Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VEmModel Class Referenceabstract

#include <G4VEmModel.hh>

Inherited by G4BetheBlochModel, G4BetheHeitlerModel, G4BoldyshevTripletModel, G4BraggIonModel, G4BraggModel, G4DNABornExcitationModel, G4DNABornIonisationModel, G4DNAChampionElasticModel, G4DNADingfelderChargeDecreaseModel, G4DNADingfelderChargeIncreaseModel, G4DNAEmfietzoglouExcitationModel, G4DNAMeltonAttachmentModel, G4DNAMillerGreenExcitationModel, G4DNARuddIonisationExtendedModel, G4DNARuddIonisationModel, G4DNASancheExcitationModel, G4DNASancheSolvatationModel, G4DNAScreenedRutherfordElasticModel, G4DNATransformElectronModel, G4eBremParametrizedModel, G4eBremsstrahlungModel, G4eBremsstrahlungRelModel, G4eCoulombScatteringModel, G4eeToHadronsModel, G4eeToHadronsMultiModel, G4eeToTwoGammaModel, G4EmMultiModel, G4eSingleCoulombScatteringModel, G4hCoulombScatteringModel, G4HeatedKleinNishinaCompton, G4ICRU49NuclearStoppingModel, G4ICRU73QOModel, G4IonCoulombScatteringModel, G4IonParametrisedLossModel, G4KleinNishinaCompton, G4KleinNishinaModel, G4LivermoreBremsstrahlungModel, G4LivermoreComptonModel, G4LivermoreComptonModifiedModel, G4LivermoreGammaConversionModel, G4LivermoreGammaConversionModelRC, G4LivermoreIonisationModel, G4LivermoreNuclearGammaConversionModel, G4LivermorePhotoElectricModel, G4LivermorePolarizedComptonModel, G4LivermorePolarizedGammaConversionModel, G4LivermorePolarizedPhotoElectricModel, G4LivermorePolarizedRayleighModel, G4LivermoreRayleighModel, G4LowEPComptonModel, G4MollerBhabhaModel, G4mplIonisationModel, G4mplIonisationWithDeltaModel, G4MuBetheBlochModel, G4MuBremsstrahlungModel, G4MuElecElasticModel, G4MuElecInelasticModel, G4MuPairProductionModel, G4PAIModel, G4PAIPhotonModel, G4PairProductionRelModel, G4PEEffectFluoModel, G4PEEffectModel, G4PenelopeAnnihilationModel, G4PenelopeBremsstrahlungModel, G4PenelopeComptonModel, G4PenelopeGammaConversionModel, G4PenelopeIonisationModel, G4PenelopePhotoElectricModel, G4PenelopeRayleighModel, G4VMscModel, and G4XrayRayleighModel.

Collaboration diagram for G4VEmModel:
Collaboration graph
[legend]

Public Member Functions

 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)=0
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin=0.0, G4double tmax=DBL_MAX)=0
 
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 ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., 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 G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
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)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=0)
 
void SetCrossSectionTable (G4PhysicsTable *)
 
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
 
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 ForceBuildTable (G4bool val)
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 

Protected Member Functions

G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Protected Attributes

G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 

Detailed Description

Definition at line 101 of file G4VEmModel.hh.

Constructor & Destructor Documentation

G4VEmModel::G4VEmModel ( const G4String nam)

Definition at line 61 of file G4VEmModel.cc.

Here is the call graph for this function:

G4VEmModel::~G4VEmModel ( )
virtual

Definition at line 77 of file G4VEmModel.cc.

Here is the call graph for this function:

Member Function Documentation

G4double G4VEmModel::ChargeSquareRatio ( const G4Track track)
virtual

Reimplemented in G4BraggIonGasModel, and G4BetheBlochIonGasModel.

Definition at line 254 of file G4VEmModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VEmModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4double  Z,
G4double  A = 0.,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
virtual

Reimplemented in G4IonParametrisedLossModel, G4LowEPComptonModel, G4MuBetheBlochModel, G4BetheBlochModel, G4BraggModel, G4eCoulombScatteringModel, G4ICRU73QOModel, G4MuBremsstrahlungModel, G4BraggIonModel, G4GoudsmitSaundersonMscModel, G4UrbanMscModel93, G4WentzelVIModel, G4PenelopeComptonModel, G4UrbanMscModel92, G4UrbanMscModel96, G4MuPairProductionModel, G4IonCoulombScatteringModel, G4WentzelVIRelModel, G4eBremParametrizedModel, G4eBremsstrahlungModel, G4MollerBhabhaModel, G4mplIonisationWithDeltaModel, G4UrbanMscModel95, G4EmMultiModel, G4eeToHadronsMultiModel, G4PenelopeIonisationModel, G4UrbanMscModel90, G4eeToTwoGammaModel, G4hCoulombScatteringModel, G4eeToHadronsModel, G4eBremsstrahlungRelModel, G4eSingleCoulombScatteringModel, G4PenelopeBremsstrahlungModel, G4PairProductionRelModel, G4PEEffectModel, G4LivermoreIonisationModel, G4HeatedKleinNishinaCompton, G4LivermoreBremsstrahlungModel, G4PenelopePhotoElectricModel, G4BetheHeitlerModel, G4KleinNishinaCompton, G4KleinNishinaModel, G4PEEffectFluoModel, G4PolarizedComptonModel, G4PenelopeGammaConversionModel, G4PenelopeRayleighModel, G4PenelopeAnnihilationModel, G4LivermorePhotoElectricModel, G4LivermoreComptonModel, G4LivermoreComptonModifiedModel, G4LivermorePolarizedComptonModel, G4LivermorePolarizedGammaConversionModel, G4LivermoreGammaConversionModelRC, G4LivermoreNuclearGammaConversionModel, G4LivermorePolarizedRayleighModel, G4BoldyshevTripletModel, G4XrayRayleighModel, G4LivermorePolarizedPhotoElectricModel, G4LivermoreGammaConversionModel, and G4LivermoreRayleighModel.

Definition at line 240 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4double G4VEmModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition part,
const G4Element elm,
G4double  kinEnergy,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
inline

Definition at line 444 of file G4VEmModel.hh.

Here is the call graph for this function:

G4double G4VEmModel::ComputeDEDX ( const G4MaterialCutsCouple c,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy = DBL_MAX 
)
inline

Definition at line 407 of file G4VEmModel.hh.

Here is the call graph for this function:

G4double G4VEmModel::ComputeDEDXPerVolume ( const G4Material ,
const G4ParticleDefinition ,
G4double  kineticEnergy,
G4double  cutEnergy = DBL_MAX 
)
virtual
G4double G4VEmModel::ComputeMeanFreePath ( const G4ParticleDefinition p,
G4double  kineticEnergy,
const G4Material material,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
inline

Definition at line 430 of file G4VEmModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VEmModel::CorrectionsAlongStep ( const G4MaterialCutsCouple ,
const G4DynamicParticle ,
G4double eloss,
G4double niel,
G4double  length 
)
virtual

Reimplemented in G4IonParametrisedLossModel, G4BraggIonModel, G4BetheBlochModel, and G4ICRU73QOModel.

Definition at line 279 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4double G4VEmModel::CrossSection ( const G4MaterialCutsCouple c,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
inline

Definition at line 418 of file G4VEmModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VEmModel::CrossSectionPerVolume ( const G4Material material,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
virtual
const G4MaterialCutsCouple * G4VEmModel::CurrentCouple ( ) const
inlineprotected

Definition at line 377 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4bool G4VEmModel::DeexcitationFlag ( ) const
inline

Definition at line 571 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::DefineForRegion ( const G4Region )
virtual

Reimplemented in G4PAIModel, and G4PAIPhotonModel.

Definition at line 249 of file G4VEmModel.cc.

Here is the caller graph for this function:

void G4VEmModel::ForceBuildTable ( G4bool  val)
inline

Definition at line 648 of file G4VEmModel.hh.

G4bool G4VEmModel::ForceBuildTableFlag ( ) const
inline

Definition at line 578 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4VEmAngularDistribution * G4VEmModel::GetAngularDistribution ( )
inline

Definition at line 508 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4double G4VEmModel::GetChargeSquareRatio ( const G4ParticleDefinition p,
const G4Material ,
G4double  kineticEnergy 
)
virtual

Reimplemented in G4IonParametrisedLossModel, G4BraggModel, G4BraggIonModel, and G4BetheBlochModel.

Definition at line 262 of file G4VEmModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4PhysicsTable * G4VEmModel::GetCrossSectionTable ( )
inline

Definition at line 660 of file G4VEmModel.hh.

Here is the caller graph for this function:

const G4Element * G4VEmModel::GetCurrentElement ( ) const
inline

Definition at line 391 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4VEmFluctuationModel * G4VEmModel::GetModelOfFluctuations ( )
inline

Definition at line 501 of file G4VEmModel.hh.

Here is the caller graph for this function:

const G4String & G4VEmModel::GetName ( void  ) const
inline

Definition at line 655 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4ParticleChangeForGamma * G4VEmModel::GetParticleChangeForGamma ( )
protected

Definition at line 109 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4ParticleChangeForLoss * G4VEmModel::GetParticleChangeForLoss ( )
protected

Definition at line 95 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4double G4VEmModel::GetParticleCharge ( const G4ParticleDefinition p,
const G4Material ,
G4double  kineticEnergy 
)
virtual

Reimplemented in G4IonParametrisedLossModel, G4BraggModel, G4BraggIonModel, G4BetheBlochModel, G4BraggIonGasModel, and G4BetheBlochIonGasModel.

Definition at line 271 of file G4VEmModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VEmModel::HighEnergyActivationLimit ( ) const
inline

Definition at line 536 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4double G4VEmModel::HighEnergyLimit ( ) const
inline

Definition at line 522 of file G4VEmModel.hh.

virtual void G4VEmModel::Initialise ( const G4ParticleDefinition ,
const G4DataVector  
)
pure virtual

Implemented in G4IonParametrisedLossModel, G4LowEPComptonModel, G4eCoulombScatteringModel, G4BetheBlochModel, G4MuBremsstrahlungModel, G4BraggModel, G4GoudsmitSaundersonMscModel, G4ICRU73QOModel, G4MuPairProductionModel, G4IonCoulombScatteringModel, G4UrbanMscModel93, G4WentzelVIModel, G4MuBetheBlochModel, G4UrbanMscModel92, G4UrbanMscModel96, G4BraggIonModel, G4WentzelVIRelModel, G4hCoulombScatteringModel, G4PAIModel, G4UrbanMscModel95, G4eSingleCoulombScatteringModel, G4PAIPhotonModel, G4UrbanMscModel90, G4MuElecInelasticModel, G4PenelopeIonisationModel, G4eBremsstrahlungModel, G4PenelopeBremsstrahlungModel, G4PolarizedAnnihilationModel, G4MollerBhabhaModel, G4PenelopeComptonModel, G4PolarizedPEEffectModel, G4eeToHadronsMultiModel, G4eBremParametrizedModel, G4ICRU49NuclearStoppingModel, G4PairProductionRelModel, G4PEEffectModel, G4SeltzerBergerModel, G4eBremsstrahlungRelModel, G4eeToTwoGammaModel, G4EmMultiModel, G4eeToHadronsModel, G4HeatedKleinNishinaCompton, G4LivermoreIonisationModel, G4PenelopePhotoElectricModel, G4ePolarizedBremsstrahlungModel, G4PolarizedGammaConversionModel, G4BetheHeitlerModel, G4KleinNishinaCompton, G4KleinNishinaModel, G4mplIonisationModel, G4mplIonisationWithDeltaModel, G4LivermoreBremsstrahlungModel, G4PEEffectFluoModel, G4PenelopeGammaConversionModel, G4PenelopeRayleighModel, G4PenelopeAnnihilationModel, G4DummyModel, G4MuElecElasticModel, G4LivermorePhotoElectricModel, G4DNABornIonisationModel, G4DNASancheSolvatationModel, G4DNATransformElectronModel, G4LivermoreComptonModel, G4LivermoreComptonModifiedModel, G4DNARuddIonisationExtendedModel, G4DNARuddIonisationModel, G4DNASancheExcitationModel, G4LivermorePolarizedComptonModel, G4LivermorePolarizedGammaConversionModel, G4DNAMeltonAttachmentModel, G4LivermoreGammaConversionModelRC, G4DNABornExcitationModel, G4DNAMillerGreenExcitationModel, G4LivermoreNuclearGammaConversionModel, G4LivermorePolarizedRayleighModel, G4DNAEmfietzoglouExcitationModel, G4BoldyshevTripletModel, G4XrayRayleighModel, G4DNAChampionElasticModel, G4DNADingfelderChargeIncreaseModel, G4LivermorePolarizedPhotoElectricModel, G4DNADingfelderChargeDecreaseModel, G4LivermoreGammaConversionModel, G4DNAScreenedRutherfordElasticModel, and G4LivermoreRayleighModel.

Here is the caller graph for this function:

void G4VEmModel::InitialiseElementSelectors ( const G4ParticleDefinition p,
const G4DataVector cuts 
)

Definition at line 123 of file G4VEmModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VEmModel::IsActive ( G4double  kinEnergy)
inline

Definition at line 613 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4double G4VEmModel::LowEnergyActivationLimit ( ) const
inline

Definition at line 543 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4double G4VEmModel::LowEnergyLimit ( ) const
inline

Definition at line 529 of file G4VEmModel.hh.

G4bool G4VEmModel::LPMFlag ( ) const
inline

Definition at line 564 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4double G4VEmModel::MaxSecondaryEnergy ( const G4ParticleDefinition ,
G4double  kineticEnergy 
)
protectedvirtual
G4double G4VEmModel::MaxSecondaryKinEnergy ( const G4DynamicParticle dynParticle)
inline

Definition at line 399 of file G4VEmModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VEmModel::MinPrimaryEnergy ( const G4Material ,
const G4ParticleDefinition  
)
virtual

Definition at line 295 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4double G4VEmModel::PolarAngleLimit ( ) const
inline

Definition at line 550 of file G4VEmModel.hh.

Here is the caller graph for this function:

virtual void G4VEmModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
const G4MaterialCutsCouple ,
const G4DynamicParticle ,
G4double  tmin = 0.0,
G4double  tmax = DBL_MAX 
)
pure virtual

Implemented in G4IonParametrisedLossModel, G4BetheBlochModel, G4MuBetheBlochModel, G4BraggModel, G4ICRU73QOModel, G4BraggIonModel, G4MollerBhabhaModel, G4MuBremsstrahlungModel, G4LowEPComptonModel, G4eCoulombScatteringModel, G4MuPairProductionModel, G4eBremsstrahlungModel, G4PenelopeIonisationModel, G4eeToTwoGammaModel, G4PenelopeBremsstrahlungModel, G4PAIModel, G4eeToHadronsModel, G4PenelopeComptonModel, G4eSingleCoulombScatteringModel, G4IonCoulombScatteringModel, G4PAIPhotonModel, G4VMscModel, G4mplIonisationWithDeltaModel, G4eBremParametrizedModel, G4EmMultiModel, G4eeToHadronsMultiModel, G4hCoulombScatteringModel, G4UrbanMscModel90, G4PolarizedAnnihilationModel, G4PEEffectModel, G4eBremsstrahlungRelModel, G4MuElecInelasticModel, G4PEEffectFluoModel, G4PairProductionRelModel, G4ICRU49NuclearStoppingModel, G4PolarizedComptonModel, G4HeatedKleinNishinaCompton, G4LivermoreIonisationModel, G4PenelopePhotoElectricModel, G4BetheHeitlerModel, G4KleinNishinaCompton, G4KleinNishinaModel, G4LivermoreBremsstrahlungModel, G4PenelopeGammaConversionModel, G4PenelopeRayleighModel, G4PolarizedMollerBhabhaModel, G4PolarizedPEEffectModel, G4mplIonisationModel, G4PenelopeAnnihilationModel, G4SeltzerBergerModel, G4ePolarizedBremsstrahlungModel, G4PolarizedGammaConversionModel, G4LivermorePhotoElectricModel, G4MuElecElasticModel, G4LivermoreComptonModel, G4LivermoreComptonModifiedModel, G4DNABornIonisationModel, G4DNASancheSolvatationModel, G4DNATransformElectronModel, G4LivermorePolarizedComptonModel, G4LivermorePolarizedGammaConversionModel, G4DummyModel, G4DNARuddIonisationExtendedModel, G4DNARuddIonisationModel, G4LivermoreGammaConversionModelRC, G4DNASancheExcitationModel, G4LivermoreNuclearGammaConversionModel, G4LivermorePolarizedRayleighModel, G4DNAMeltonAttachmentModel, G4BoldyshevTripletModel, G4XrayRayleighModel, MyKleinNishinaCompton, G4DNABornExcitationModel, G4DNAMillerGreenExcitationModel, G4LivermorePolarizedPhotoElectricModel, G4DNAEmfietzoglouExcitationModel, G4LivermoreGammaConversionModel, G4DNAChampionElasticModel, G4DNADingfelderChargeIncreaseModel, G4DNADingfelderChargeDecreaseModel, G4LivermoreRayleighModel, and G4DNAScreenedRutherfordElasticModel.

Here is the caller graph for this function:

G4double G4VEmModel::SecondaryThreshold ( ) const
inline

Definition at line 557 of file G4VEmModel.hh.

Here is the caller graph for this function:

G4int G4VEmModel::SelectIsotopeNumber ( const G4Element elm)
inline

Definition at line 478 of file G4VEmModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Element * G4VEmModel::SelectRandomAtom ( const G4MaterialCutsCouple couple,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)
inline

Definition at line 459 of file G4VEmModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Element * G4VEmModel::SelectRandomAtom ( const G4Material material,
const G4ParticleDefinition pd,
G4double  kineticEnergy,
G4double  cutEnergy = 0.0,
G4double  maxEnergy = DBL_MAX 
)

Definition at line 216 of file G4VEmModel.cc.

Here is the call graph for this function:

void G4VEmModel::SetActivationHighEnergyLimit ( G4double  val)
inline

Definition at line 599 of file G4VEmModel.hh.

void G4VEmModel::SetActivationLowEnergyLimit ( G4double  val)
inline

Definition at line 606 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetAngularDistribution ( G4VEmAngularDistribution p)
inline

Definition at line 515 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetCrossSectionTable ( G4PhysicsTable p)

Definition at line 326 of file G4VEmModel.cc.

Here is the call graph for this function:

void G4VEmModel::SetCurrentCouple ( const G4MaterialCutsCouple p)
inline

Definition at line 370 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetCurrentElement ( const G4Element elm)
inlineprotected

Definition at line 384 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetDeexcitationFlag ( G4bool  val)
inline

Definition at line 641 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetHighEnergyLimit ( G4double  val)
inline

Definition at line 585 of file G4VEmModel.hh.

void G4VEmModel::SetLowEnergyLimit ( G4double  val)
inline

Definition at line 592 of file G4VEmModel.hh.

void G4VEmModel::SetLPMFlag ( G4bool  val)
inline

Definition at line 634 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetParticleChange ( G4VParticleChange p,
G4VEmFluctuationModel f = 0 
)

Definition at line 318 of file G4VEmModel.cc.

Here is the caller graph for this function:

void G4VEmModel::SetPolarAngleLimit ( G4double  val)
inline

Definition at line 620 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetSecondaryThreshold ( G4double  val)
inline

Definition at line 627 of file G4VEmModel.hh.

Here is the caller graph for this function:

void G4VEmModel::SetupForMaterial ( const G4ParticleDefinition ,
const G4Material ,
G4double  kineticEnergy 
)
virtual

Reimplemented in G4eBremParametrizedModel, G4eBremsstrahlungRelModel, and G4PairProductionRelModel.

Definition at line 311 of file G4VEmModel.cc.

Here is the caller graph for this function:

void G4VEmModel::StartTracking ( G4Track )
virtual

Reimplemented in G4GoudsmitSaundersonMscModel, G4UrbanMscModel93, G4WentzelVIModel, G4UrbanMscModel92, G4UrbanMscModel96, G4WentzelVIRelModel, G4UrbanMscModel95, and G4UrbanMscModel90.

Definition at line 211 of file G4VEmModel.cc.

Here is the caller graph for this function:

G4double G4VEmModel::Value ( const G4MaterialCutsCouple couple,
const G4ParticleDefinition p,
G4double  kineticEnergy 
)
virtual

Definition at line 286 of file G4VEmModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4VParticleChange* G4VEmModel::pParticleChange
protected

Definition at line 351 of file G4VEmModel.hh.

const std::vector<G4double>* G4VEmModel::theDensityFactor
protected

Definition at line 353 of file G4VEmModel.hh.

const std::vector<G4int>* G4VEmModel::theDensityIdx
protected

Definition at line 354 of file G4VEmModel.hh.

G4PhysicsTable* G4VEmModel::xSectionTable
protected

Definition at line 352 of file G4VEmModel.hh.


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