Geant4  10.02
G4DNAEmfietzoglouIonisationModel Class Reference

#include <G4DNAEmfietzoglouIonisationModel.hh>

+ Inheritance diagram for G4DNAEmfietzoglouIonisationModel:
+ Collaboration diagram for G4DNAEmfietzoglouIonisationModel:

Public Member Functions

 G4DNAEmfietzoglouIonisationModel (const G4ParticleDefinition *p=0, const G4String &nam="DNAEmfietzoglouIonisationModel")
 
virtual ~G4DNAEmfietzoglouIonisationModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &=*(new 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)
 
double DifferentialCrossSection (G4ParticleDefinition *aParticleDefinition, G4double k, G4double energyTransfer, G4int shell)
 
void SelectFasterComputation (G4bool input)
 
void SelectStationary (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 Types

typedef std::map< G4String,
G4String, std::less< G4String > > 
MapFile
 
typedef std::map< G4String,
G4DNACrossSectionDataSet
*, 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 RandomizeEjectedElectronEnergy (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell)
 
G4double RandomizeEjectedElectronEnergyFromCumulatedDcs (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell)
 
G4double RandomTransferedEnergy (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell)
 
G4double Interpolate (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)
 
G4int RandomSelect (G4double energy, const G4String &particle)
 
G4DNAEmfietzoglouIonisationModeloperator= (const G4DNAEmfietzoglouIonisationModel &right)
 
 G4DNAEmfietzoglouIonisationModel (const G4DNAEmfietzoglouIonisationModel &)
 

Private Attributes

G4bool fasterCode
 
G4bool statCode
 
const std::vector< G4double > * fpMolWaterDensity
 
G4VAtomDeexcitationfAtomDeexcitation
 
std::map< G4String, G4double,
std::less< G4String > > 
lowEnergyLimit
 
std::map< G4String, G4double,
std::less< G4String > > 
highEnergyLimit
 
G4bool isInitialised
 
G4int verboseLevel
 
MapFile tableFile
 
MapData tableData
 
G4DNAEmfietzoglouWaterIonisationStructure waterStructure
 
TriDimensionMap eDiffCrossSectionData [6]
 
TriDimensionMap eNrjTransfData [6]
 
TriDimensionMap pDiffCrossSectionData [6]
 
std::vector< double > eTdummyVec
 
VecMap eVecm
 
VecMap eProbaShellMap [6]
 

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 54 of file G4DNAEmfietzoglouIonisationModel.hh.

Member Typedef Documentation

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

Definition at line 116 of file G4DNAEmfietzoglouIonisationModel.hh.

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

Definition at line 157 of file G4DNAEmfietzoglouIonisationModel.hh.

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

Definition at line 166 of file G4DNAEmfietzoglouIonisationModel.hh.

Constructor & Destructor Documentation

G4DNAEmfietzoglouIonisationModel::G4DNAEmfietzoglouIonisationModel ( const G4ParticleDefinition p = 0,
const G4String nam = "DNAEmfietzoglouIonisationModel" 
)

Definition at line 52 of file G4DNAEmfietzoglouIonisationModel.cc.

References eV, fasterCode, fAtomDeexcitation, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, keV, G4VEmModel::SetAngularDistribution(), G4VEmModel::SetDeexcitationFlag(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), statCode, and verboseLevel.

+ Here is the call graph for this function:

G4DNAEmfietzoglouIonisationModel::~G4DNAEmfietzoglouIonisationModel ( )
virtual

Definition at line 92 of file G4DNAEmfietzoglouIonisationModel.cc.

References eVecm, pos, and tableData.

G4DNAEmfietzoglouIonisationModel::G4DNAEmfietzoglouIonisationModel ( const G4DNAEmfietzoglouIonisationModel )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 246 of file G4DNAEmfietzoglouIonisationModel.cc.

References cm, G4Electron::ElectronDefinition(), eV, FatalException, G4DNACrossSectionDataSet::FindValue(), G4cout, G4endl, G4Exception(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, lowEnergyLimit, pos, tableData, and verboseLevel.

+ Here is the call graph for this function:

double G4DNAEmfietzoglouIonisationModel::DifferentialCrossSection ( G4ParticleDefinition aParticleDefinition,
G4double  k,
G4double  energyTransfer,
G4int  shell 
)

Definition at line 590 of file G4DNAEmfietzoglouIonisationModel.cc.

References eDiffCrossSectionData, G4Electron::ElectronDefinition(), eTdummyVec, eVecm, G4DNAEmfietzoglouWaterIonisationStructure::IonisationEnergy(), QuadInterpolator(), and waterStructure.

Referenced by RandomizeEjectedElectronEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAEmfietzoglouIonisationModel::Interpolate ( G4double  e1,
G4double  e2,
G4double  e,
G4double  xs1,
G4double  xs2 
)
private

Definition at line 687 of file G4DNAEmfietzoglouIonisationModel.cc.

References a, d1, d2, e1, and fasterCode.

Referenced by QuadInterpolator(), and RandomTransferedEnergy().

+ Here is the caller graph for this function:

G4DNAEmfietzoglouIonisationModel& G4DNAEmfietzoglouIonisationModel::operator= ( const G4DNAEmfietzoglouIonisationModel right)
private
G4double G4DNAEmfietzoglouIonisationModel::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 752 of file G4DNAEmfietzoglouIonisationModel.cc.

References Interpolate().

Referenced by DifferentialCrossSection(), and RandomTransferedEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAEmfietzoglouIonisationModel::RandomizeEjectedElectronEnergy ( G4ParticleDefinition aParticleDefinition,
G4double  incomingParticleEnergy,
G4int  shell 
)
private

Definition at line 480 of file G4DNAEmfietzoglouIonisationModel.cc.

References DifferentialCrossSection(), G4Electron::ElectronDefinition(), eV, G4UniformRand, G4DNAEmfietzoglouWaterIonisationStructure::IonisationEnergy(), and waterStructure.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAEmfietzoglouIonisationModel::RandomizeEjectedElectronEnergyFromCumulatedDcs ( G4ParticleDefinition aParticleDefinition,
G4double  incomingParticleEnergy,
G4int  shell 
)
private

Definition at line 837 of file G4DNAEmfietzoglouIonisationModel.cc.

References eV, G4DNAEmfietzoglouWaterIonisationStructure::IonisationEnergy(), RandomTransferedEnergy(), and waterStructure.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4DNAEmfietzoglouIonisationModel::RandomSelect ( G4double  energy,
const G4String particle 
)
private

Definition at line 778 of file G4DNAEmfietzoglouIonisationModel.cc.

References FatalException, G4VEMDataSet::FindValue(), G4Exception(), G4UniformRand, G4DNACrossSectionDataSet::GetComponent(), n, G4DNACrossSectionDataSet::NumberOfComponents(), pos, and tableData.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNAEmfietzoglouIonisationModel::RandomTransferedEnergy ( G4ParticleDefinition aParticleDefinition,
G4double  incomingParticleEnergy,
G4int  shell 
)
private

Definition at line 861 of file G4DNAEmfietzoglouIonisationModel.cc.

References G4Electron::ElectronDefinition(), eNrjTransfData, eProbaShellMap, eTdummyVec, G4UniformRand, Interpolate(), and QuadInterpolator().

Referenced by RandomizeEjectedElectronEnergyFromCumulatedDcs().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DNAEmfietzoglouIonisationModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple couple,
const G4DynamicParticle particle,
G4double  tmin,
G4double  maxEnergy 
)
virtual
void G4DNAEmfietzoglouIonisationModel::SelectFasterComputation ( G4bool  input)
inline

Definition at line 183 of file G4DNAEmfietzoglouIonisationModel.hh.

References fasterCode.

Referenced by G4EmDNAPhysics_option5::ConstructProcess(), and G4EmDNAPhysics_option7::ConstructProcess().

+ Here is the caller graph for this function:

void G4DNAEmfietzoglouIonisationModel::SelectStationary ( G4bool  input)
inline

Definition at line 190 of file G4DNAEmfietzoglouIonisationModel.hh.

References statCode.

Member Data Documentation

TriDimensionMap G4DNAEmfietzoglouIonisationModel::eDiffCrossSectionData[6]
private

Definition at line 159 of file G4DNAEmfietzoglouIonisationModel.hh.

Referenced by DifferentialCrossSection(), and Initialise().

TriDimensionMap G4DNAEmfietzoglouIonisationModel::eNrjTransfData[6]
private

Definition at line 160 of file G4DNAEmfietzoglouIonisationModel.hh.

Referenced by Initialise(), and RandomTransferedEnergy().

VecMap G4DNAEmfietzoglouIonisationModel::eProbaShellMap[6]
private

Definition at line 170 of file G4DNAEmfietzoglouIonisationModel.hh.

Referenced by Initialise(), and RandomTransferedEnergy().

std::vector<double> G4DNAEmfietzoglouIonisationModel::eTdummyVec
private
VecMap G4DNAEmfietzoglouIonisationModel::eVecm
private
G4bool G4DNAEmfietzoglouIonisationModel::fasterCode
private
G4VAtomDeexcitation* G4DNAEmfietzoglouIonisationModel::fAtomDeexcitation
private
G4ParticleChangeForGamma* G4DNAEmfietzoglouIonisationModel::fParticleChangeForGamma
protected
const std::vector<G4double>* G4DNAEmfietzoglouIonisationModel::fpMolWaterDensity
private
std::map<G4String, G4double, std::less<G4String> > G4DNAEmfietzoglouIonisationModel::highEnergyLimit
private
G4bool G4DNAEmfietzoglouIonisationModel::isInitialised
private

Definition at line 111 of file G4DNAEmfietzoglouIonisationModel.hh.

Referenced by Initialise().

std::map<G4String, G4double, std::less<G4String> > G4DNAEmfietzoglouIonisationModel::lowEnergyLimit
private
TriDimensionMap G4DNAEmfietzoglouIonisationModel::pDiffCrossSectionData[6]
private

Definition at line 162 of file G4DNAEmfietzoglouIonisationModel.hh.

G4bool G4DNAEmfietzoglouIonisationModel::statCode
private
MapData G4DNAEmfietzoglouIonisationModel::tableData
private
MapFile G4DNAEmfietzoglouIonisationModel::tableFile
private

Definition at line 117 of file G4DNAEmfietzoglouIonisationModel.hh.

Referenced by Initialise().

G4int G4DNAEmfietzoglouIonisationModel::verboseLevel
private

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