Geant4  10.00.p02
G4MicroElecElasticModel Class Reference

#include <G4MicroElecElasticModel.hh>

+ Inheritance diagram for G4MicroElecElasticModel:
+ Collaboration diagram for G4MicroElecElasticModel:

Public Member Functions

 G4MicroElecElasticModel (const G4ParticleDefinition *p=0, const G4String &nam="MicroElecElasticModel")
 
virtual ~G4MicroElecElasticModel ()
 
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 ()
 
- 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 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 *, 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 *)
 
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 Attributes

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

Private Types

typedef std::map< G4String,
G4String, std::less< G4String > > 
MapFile
 
typedef std::map< G4String,
G4MicroElecCrossSectionDataSet
*, std::less< G4String > > 
MapData
 
typedef std::map< double,
std::map< double, double > > 
TriDimensionMap
 
typedef std::map< double,
std::vector< double > > 
VecMap
 

Private Member Functions

G4double Theta (G4ParticleDefinition *aParticleDefinition, G4double k, G4double integrDiff)
 
G4double LogLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
 
G4double LinLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
 
G4double QuadInterpolator (G4double e11, G4double e12, G4double e21, G4double e22, G4double x11, G4double x12, G4double x21, G4double x22, G4double t1, G4double t2, G4double t, G4double e)
 
G4double RandomizeCosTheta (G4double k)
 
G4MicroElecElasticModeloperator= (const G4MicroElecElasticModel &right)
 
 G4MicroElecElasticModel (const G4MicroElecElasticModel &)
 

Private Attributes

G4MaterialnistSi
 
G4double killBelowEnergy
 
G4double lowEnergyLimit
 
G4double lowEnergyLimitOfModel
 
G4double highEnergyLimit
 
G4bool isInitialised
 
G4int verboseLevel
 
MapFile tableFile
 
MapData tableData
 
TriDimensionMap eDiffCrossSectionData
 
std::vector< double > eTdummyVec
 
VecMap eVecm
 

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 *)
 

Detailed Description

Definition at line 51 of file G4MicroElecElasticModel.hh.

Member Typedef Documentation

Definition at line 97 of file G4MicroElecElasticModel.hh.

typedef std::map<G4String,G4String,std::less<G4String> > G4MicroElecElasticModel::MapFile
private

Definition at line 94 of file G4MicroElecElasticModel.hh.

typedef std::map<double, std::map<double, double> > G4MicroElecElasticModel::TriDimensionMap
private

Definition at line 121 of file G4MicroElecElasticModel.hh.

typedef std::map<double, std::vector<double> > G4MicroElecElasticModel::VecMap
private

Definition at line 126 of file G4MicroElecElasticModel.hh.

Constructor & Destructor Documentation

G4MicroElecElasticModel::G4MicroElecElasticModel ( const G4ParticleDefinition p = 0,
const G4String nam = "MicroElecElasticModel" 
)

Definition at line 48 of file G4MicroElecElasticModel.cc.

References eV, G4NistManager::FindOrBuildMaterial(), fParticleChangeForGamma, G4cout, G4endl, highEnergyLimit, G4NistManager::Instance(), keV, killBelowEnergy, lowEnergyLimit, lowEnergyLimitOfModel, MeV, nistSi, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and verboseLevel.

+ Here is the call graph for this function:

G4MicroElecElasticModel::~G4MicroElecElasticModel ( )
virtual

Definition at line 82 of file G4MicroElecElasticModel.cc.

References eVecm, pos, and tableData.

G4MicroElecElasticModel::G4MicroElecElasticModel ( const G4MicroElecElasticModel )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 207 of file G4MicroElecElasticModel.cc.

References cm, density, eV, FatalException, G4MicroElecCrossSectionDataSet::FindValue(), G4cout, G4endl, G4Exception(), G4Material::GetBaseMaterial(), G4ParticleDefinition::GetParticleName(), G4Material::GetTotNbOfAtomsPerVolume(), highEnergyLimit, lowEnergyLimitOfModel, nistSi, pos, tableData, and verboseLevel.

+ Here is the call graph for this function:

G4double G4MicroElecElasticModel::GetKillBelowThreshold ( )
inline

Definition at line 76 of file G4MicroElecElasticModel.hh.

References killBelowEnergy.

G4double G4MicroElecElasticModel::LinLogInterpolate ( G4double  e1,
G4double  e2,
G4double  e,
G4double  xs1,
G4double  xs2 
)
private

Definition at line 364 of file G4MicroElecElasticModel.cc.

References d1, and d2.

Referenced by QuadInterpolator().

+ Here is the caller graph for this function:

G4double G4MicroElecElasticModel::LogLogInterpolate ( G4double  e1,
G4double  e2,
G4double  e,
G4double  xs1,
G4double  xs2 
)
private

Definition at line 378 of file G4MicroElecElasticModel.cc.

References a.

G4MicroElecElasticModel& G4MicroElecElasticModel::operator= ( const G4MicroElecElasticModel right)
private
G4double G4MicroElecElasticModel::QuadInterpolator ( G4double  e11,
G4double  e12,
G4double  e21,
G4double  e22,
G4double  x11,
G4double  x12,
G4double  x21,
G4double  x22,
G4double  t1,
G4double  t2,
G4double  t,
G4double  e 
)
private

Definition at line 393 of file G4MicroElecElasticModel.cc.

References LinLogInterpolate().

+ Here is the call graph for this function:

G4double G4MicroElecElasticModel::RandomizeCosTheta ( G4double  k)
private

Definition at line 409 of file G4MicroElecElasticModel.cc.

References G4Electron::ElectronDefinition(), eV, G4UniformRand, G4INCL::Math::pi, and Theta().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4MicroElecElasticModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
const G4MaterialCutsCouple ,
const G4DynamicParticle aDynamicElectron,
G4double  tmin,
G4double  maxEnergy 
)
virtual
void G4MicroElecElasticModel::SetKillBelowThreshold ( G4double  threshold)
inline

Definition at line 138 of file G4MicroElecElasticModel.hh.

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

+ Here is the call graph for this function:

G4double G4MicroElecElasticModel::Theta ( G4ParticleDefinition aParticleDefinition,
G4double  k,
G4double  integrDiff 
)
private

Definition at line 309 of file G4MicroElecElasticModel.cc.

References G4Electron::ElectronDefinition().

Referenced by RandomizeCosTheta().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

TriDimensionMap G4MicroElecElasticModel::eDiffCrossSectionData
private

Definition at line 123 of file G4MicroElecElasticModel.hh.

Referenced by Initialise().

std::vector<double> G4MicroElecElasticModel::eTdummyVec
private

Definition at line 124 of file G4MicroElecElasticModel.hh.

Referenced by Initialise().

VecMap G4MicroElecElasticModel::eVecm
private

Definition at line 127 of file G4MicroElecElasticModel.hh.

Referenced by Initialise(), and ~G4MicroElecElasticModel().

G4ParticleChangeForGamma* G4MicroElecElasticModel::fParticleChangeForGamma
protected
G4double G4MicroElecElasticModel::highEnergyLimit
private
G4bool G4MicroElecElasticModel::isInitialised
private

Definition at line 89 of file G4MicroElecElasticModel.hh.

Referenced by Initialise().

G4double G4MicroElecElasticModel::killBelowEnergy
private
G4double G4MicroElecElasticModel::lowEnergyLimit
private

Definition at line 86 of file G4MicroElecElasticModel.hh.

Referenced by G4MicroElecElasticModel(), and Initialise().

G4double G4MicroElecElasticModel::lowEnergyLimitOfModel
private

Definition at line 87 of file G4MicroElecElasticModel.hh.

Referenced by CrossSectionPerVolume(), and G4MicroElecElasticModel().

G4Material* G4MicroElecElasticModel::nistSi
private

Definition at line 84 of file G4MicroElecElasticModel.hh.

Referenced by CrossSectionPerVolume(), and G4MicroElecElasticModel().

MapData G4MicroElecElasticModel::tableData
private
MapFile G4MicroElecElasticModel::tableFile
private

Definition at line 95 of file G4MicroElecElasticModel.hh.

Referenced by Initialise().

G4int G4MicroElecElasticModel::verboseLevel
private

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