Geant4  10.02
G4DNAUeharaScreenedRutherfordElasticModel Class Reference

#include <G4DNAUeharaScreenedRutherfordElasticModel.hh>

+ Inheritance diagram for G4DNAUeharaScreenedRutherfordElasticModel:
+ Collaboration diagram for G4DNAUeharaScreenedRutherfordElasticModel:

Public Member Functions

 G4DNAUeharaScreenedRutherfordElasticModel (const G4ParticleDefinition *p=0, const G4String &nam="DNAUeharaScreenedRutherfordElasticModel")
 
virtual ~G4DNAUeharaScreenedRutherfordElasticModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual G4double CrossSectionPerVolume (const G4Material *material, const G4ParticleDefinition *p, G4double ekin, G4double emin, G4double emax)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
void SetKillBelowThreshold (G4double threshold)
 
G4double GetKillBelowThreshold ()
 
void SelectFasterComputation (G4bool input)
 
- 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 ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int, const G4ParticleDefinition *, G4double)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, 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 *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void ModelDescription (std::ostream &outFile) const
 
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
 
const G4IsotopeGetCurrentIsotope () const
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 

Protected Attributes

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

Private Member Functions

G4double RutherfordCrossSection (G4double energy, G4double z)
 
G4double ScreeningFactor (G4double energy, G4double z)
 
G4double BrennerZaiderRandomizeCosTheta (G4double k)
 
G4double CalculatePolynomial (G4double k, std::vector< G4double > &vec)
 
G4double ScreenedRutherfordRandomizeCosTheta (G4double k, G4double z)
 
G4DNAUeharaScreenedRutherfordElasticModeloperator= (const G4DNAUeharaScreenedRutherfordElasticModel &right)
 
 G4DNAUeharaScreenedRutherfordElasticModel (const G4DNAUeharaScreenedRutherfordElasticModel &)
 

Private Attributes

G4bool fasterCode
 
const std::vector< G4double > * fpWaterDensity
 
G4double killBelowEnergy
 
G4double lowEnergyLimit
 
G4double intermediateEnergyLimit
 
G4double highEnergyLimit
 
G4bool isInitialised
 
G4int verboseLevel
 
std::vector< G4doublebetaCoeff
 
std::vector< G4doubledeltaCoeff
 
std::vector< G4doublegamma035_10Coeff
 
std::vector< G4doublegamma10_100Coeff
 
std::vector< G4doublegamma100_200Coeff
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 
- Static Protected Attributes inherited from G4VEmModel
static const G4double inveplus = 1.0/CLHEP::eplus
 

Detailed Description

Definition at line 36 of file G4DNAUeharaScreenedRutherfordElasticModel.hh.

Constructor & Destructor Documentation

G4DNAUeharaScreenedRutherfordElasticModel::G4DNAUeharaScreenedRutherfordElasticModel ( const G4ParticleDefinition p = 0,
const G4String nam = "DNAUeharaScreenedRutherfordElasticModel" 
)

Definition at line 37 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References eV, fasterCode, fParticleChangeForGamma, fpWaterDensity, G4cout, G4endl, highEnergyLimit, intermediateEnergyLimit, keV, killBelowEnergy, lowEnergyLimit, MeV, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and verboseLevel.

+ Here is the call graph for this function:

G4DNAUeharaScreenedRutherfordElasticModel::~G4DNAUeharaScreenedRutherfordElasticModel ( )
virtual

Definition at line 75 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

G4DNAUeharaScreenedRutherfordElasticModel::G4DNAUeharaScreenedRutherfordElasticModel ( const G4DNAUeharaScreenedRutherfordElasticModel )
private

Member Function Documentation

G4double G4DNAUeharaScreenedRutherfordElasticModel::BrennerZaiderRandomizeCosTheta ( G4double  k)
private

Definition at line 334 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References betaCoeff, CalculatePolynomial(), deltaCoeff, eV, fasterCode, G4UniformRand, gamma035_10Coeff, gamma100_200Coeff, and gamma10_100Coeff.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAUeharaScreenedRutherfordElasticModel::CalculatePolynomial ( G4double  k,
std::vector< G4double > &  vec 
)
private

Definition at line 445 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

Referenced by BrennerZaiderRandomizeCosTheta().

+ Here is the caller graph for this function:

G4double G4DNAUeharaScreenedRutherfordElasticModel::CrossSectionPerVolume ( const G4Material material,
const G4ParticleDefinition p,
G4double  ekin,
G4double  emin,
G4double  emax 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 166 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References cm, DBL_MAX, eV, G4cout, G4endl, G4Material::GetAtomicNumDensityVector(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, killBelowEnergy, n, pi, RutherfordCrossSection(), ScreeningFactor(), verboseLevel, and z.

+ Here is the call graph for this function:

G4double G4DNAUeharaScreenedRutherfordElasticModel::GetKillBelowThreshold ( )
inline

Definition at line 61 of file G4DNAUeharaScreenedRutherfordElasticModel.hh.

References killBelowEnergy.

G4DNAUeharaScreenedRutherfordElasticModel& G4DNAUeharaScreenedRutherfordElasticModel::operator= ( const G4DNAUeharaScreenedRutherfordElasticModel right)
private
G4double G4DNAUeharaScreenedRutherfordElasticModel::RutherfordCrossSection ( G4double  energy,
G4double  z 
)
private

Definition at line 217 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References pi.

Referenced by CrossSectionPerVolume().

+ Here is the caller graph for this function:

void G4DNAUeharaScreenedRutherfordElasticModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
const G4MaterialCutsCouple ,
const G4DynamicParticle aDynamicElectron,
G4double  tmin,
G4double  maxEnergy 
)
virtual
G4double G4DNAUeharaScreenedRutherfordElasticModel::ScreenedRutherfordRandomizeCosTheta ( G4double  k,
G4double  z 
)
private

Definition at line 469 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References fasterCode, G4UniformRand, n, and ScreeningFactor().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAUeharaScreenedRutherfordElasticModel::ScreeningFactor ( G4double  energy,
G4double  z 
)
private

Definition at line 238 of file G4DNAUeharaScreenedRutherfordElasticModel.cc.

References keV.

Referenced by CrossSectionPerVolume(), and ScreenedRutherfordRandomizeCosTheta().

+ Here is the caller graph for this function:

void G4DNAUeharaScreenedRutherfordElasticModel::SelectFasterComputation ( G4bool  input)
inline

Definition at line 117 of file G4DNAUeharaScreenedRutherfordElasticModel.hh.

References fasterCode.

void G4DNAUeharaScreenedRutherfordElasticModel::SetKillBelowThreshold ( G4double  threshold)
inline

Definition at line 110 of file G4DNAUeharaScreenedRutherfordElasticModel.hh.

References eV, G4Exception(), JustWarning, and killBelowEnergy.

+ Here is the call graph for this function:

Member Data Documentation

std::vector<G4double> G4DNAUeharaScreenedRutherfordElasticModel::betaCoeff
private
std::vector<G4double> G4DNAUeharaScreenedRutherfordElasticModel::deltaCoeff
private
G4ParticleChangeForGamma* G4DNAUeharaScreenedRutherfordElasticModel::fParticleChangeForGamma
protected
const std::vector<G4double>* G4DNAUeharaScreenedRutherfordElasticModel::fpWaterDensity
private
std::vector<G4double> G4DNAUeharaScreenedRutherfordElasticModel::gamma035_10Coeff
private
std::vector<G4double> G4DNAUeharaScreenedRutherfordElasticModel::gamma100_200Coeff
private
std::vector<G4double> G4DNAUeharaScreenedRutherfordElasticModel::gamma10_100Coeff
private
G4double G4DNAUeharaScreenedRutherfordElasticModel::highEnergyLimit
private
G4double G4DNAUeharaScreenedRutherfordElasticModel::intermediateEnergyLimit
private
G4bool G4DNAUeharaScreenedRutherfordElasticModel::isInitialised
private

Definition at line 80 of file G4DNAUeharaScreenedRutherfordElasticModel.hh.

Referenced by Initialise().

G4double G4DNAUeharaScreenedRutherfordElasticModel::killBelowEnergy
private
G4double G4DNAUeharaScreenedRutherfordElasticModel::lowEnergyLimit
private
G4int G4DNAUeharaScreenedRutherfordElasticModel::verboseLevel
private

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