Geant4  10.02.p01
G4DNABornIonisationModel2 Class Reference

#include <G4DNABornIonisationModel2.hh>

+ Inheritance diagram for G4DNABornIonisationModel2:
+ Collaboration diagram for G4DNABornIonisationModel2:

Public Member Functions

 G4DNABornIonisationModel2 (const G4ParticleDefinition *p=0, const G4String &nam="DNABornIonisationModel")
 
virtual ~G4DNABornIonisationModel2 ()
 
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)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int, const G4ParticleDefinition *, G4double)
 
double DifferentialCrossSection (G4ParticleDefinition *aParticleDefinition, G4double k, G4double energyTransfer, G4int shell)
 
G4double TransferedEnergy (G4ParticleDefinition *aParticleDefinition, G4double incomingParticleEnergy, G4int shell, G4double random)
 
void SelectFasterComputation (G4bool input)
 
void SelectStationary (G4bool input)
 
void SelectSPScaling (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 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< 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 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)
 
G4DNABornIonisationModel2operator= (const G4DNABornIonisationModel2 &right)
 
 G4DNABornIonisationModel2 (const G4DNABornIonisationModel2 &)
 

Private Attributes

G4bool fasterCode
 
G4bool statCode
 
G4bool spScaling
 
const std::vector< G4double > * fpMolWaterDensity
 
G4VAtomDeexcitationfAtomDeexcitation
 
G4double fLowEnergyLimit
 
G4double fHighEnergyLimit
 
const G4ParticleDefinitionfParticleDef
 
G4bool isInitialised
 
G4int verboseLevel
 
G4String fTableFile
 
G4DNACrossSectionDataSetfTableData
 
G4DNAWaterIonisationStructure waterStructure
 
TriDimensionMap fDiffCrossSectionData [6]
 
TriDimensionMap fNrjTransfData [6]
 
std::vector< double > fTdummyVec
 
VecMap fVecm
 
VecMap fProbaShellMap [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 48 of file G4DNABornIonisationModel2.hh.

Member Typedef Documentation

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

Definition at line 138 of file G4DNABornIonisationModel2.hh.

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

Definition at line 145 of file G4DNABornIonisationModel2.hh.

Constructor & Destructor Documentation

G4DNABornIonisationModel2::G4DNABornIonisationModel2 ( const G4ParticleDefinition p = 0,
const G4String nam = "DNABornIonisationModel" 
)

Definition at line 45 of file G4DNABornIonisationModel2.cc.

References fasterCode, fAtomDeexcitation, fHighEnergyLimit, fLowEnergyLimit, fParticleChangeForGamma, fParticleDef, fpMolWaterDensity, fTableData, G4cout, G4endl, G4VEmModel::SetAngularDistribution(), G4VEmModel::SetDeexcitationFlag(), spScaling, statCode, and verboseLevel.

+ Here is the call graph for this function:

G4DNABornIonisationModel2::~G4DNABornIonisationModel2 ( )
virtual

Definition at line 90 of file G4DNABornIonisationModel2.cc.

References fTableData, and fVecm.

G4DNABornIonisationModel2::G4DNABornIonisationModel2 ( const G4DNABornIonisationModel2 )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 259 of file G4DNABornIonisationModel2.cc.

References A(), B(), cm, eV, fHighEnergyLimit, G4DNACrossSectionDataSet::FindValue(), fLowEnergyLimit, fParticleDef, fTableData, G4cout, G4endl, G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), MeV, G4Proton::ProtonDefinition(), spScaling, and verboseLevel.

+ Here is the call graph for this function:

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

Definition at line 606 of file G4DNABornIonisationModel2.cc.

References fDiffCrossSectionData, fTdummyVec, fVecm, G4DNAWaterIonisationStructure::IonisationEnergy(), QuadInterpolator(), and waterStructure.

Referenced by RandomizeEjectedElectronEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNABornIonisationModel2::GetPartialCrossSection ( const G4Material ,
G4int  level,
const G4ParticleDefinition ,
G4double  kineticEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 776 of file G4DNABornIonisationModel2.cc.

References G4VEMDataSet::FindValue(), fTableData, and G4DNACrossSectionDataSet::GetComponent().

+ Here is the call graph for this function:

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

Definition at line 686 of file G4DNABornIonisationModel2.cc.

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

Referenced by QuadInterpolator(), and TransferedEnergy().

+ Here is the caller graph for this function:

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

References Interpolate().

Referenced by DifferentialCrossSection(), and TransferedEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 468 of file G4DNABornIonisationModel2.cc.

References DifferentialCrossSection(), G4Electron::ElectronDefinition(), eV, G4UniformRand, G4DNAWaterIonisationStructure::IonisationEnergy(), G4Proton::ProtonDefinition(), and waterStructure.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 826 of file G4DNABornIonisationModel2.cc.

References eV, G4UniformRand, G4DNAWaterIonisationStructure::IonisationEnergy(), TransferedEnergy(), and waterStructure.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4DNABornIonisationModel2::RandomSelect ( G4double  energy)
private

Definition at line 786 of file G4DNABornIonisationModel2.cc.

References G4VEMDataSet::FindValue(), fTableData, G4UniformRand, G4DNACrossSectionDataSet::GetComponent(), n, and G4DNACrossSectionDataSet::NumberOfComponents().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 163 of file G4DNABornIonisationModel2.hh.

References fasterCode.

void G4DNABornIonisationModel2::SelectSPScaling ( G4bool  input)
inline

Definition at line 177 of file G4DNABornIonisationModel2.hh.

References spScaling.

void G4DNABornIonisationModel2::SelectStationary ( G4bool  input)
inline

Definition at line 170 of file G4DNABornIonisationModel2.hh.

References statCode.

G4double G4DNABornIonisationModel2::TransferedEnergy ( G4ParticleDefinition aParticleDefinition,
G4double  incomingParticleEnergy,
G4int  shell,
G4double  random 
)

Definition at line 853 of file G4DNABornIonisationModel2.cc.

References fNrjTransfData, fProbaShellMap, fTdummyVec, Interpolate(), and QuadInterpolator().

Referenced by RandomizeEjectedElectronEnergyFromCumulatedDcs().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4bool G4DNABornIonisationModel2::fasterCode
private
G4VAtomDeexcitation* G4DNABornIonisationModel2::fAtomDeexcitation
private
TriDimensionMap G4DNABornIonisationModel2::fDiffCrossSectionData[6]
private

Definition at line 140 of file G4DNABornIonisationModel2.hh.

Referenced by DifferentialCrossSection(), and Initialise().

G4double G4DNABornIonisationModel2::fHighEnergyLimit
private
G4double G4DNABornIonisationModel2::fLowEnergyLimit
private
TriDimensionMap G4DNABornIonisationModel2::fNrjTransfData[6]
private

Definition at line 141 of file G4DNABornIonisationModel2.hh.

Referenced by Initialise(), and TransferedEnergy().

G4ParticleChangeForGamma* G4DNABornIonisationModel2::fParticleChangeForGamma
protected
const G4ParticleDefinition* G4DNABornIonisationModel2::fParticleDef
private
const std::vector<G4double>* G4DNABornIonisationModel2::fpMolWaterDensity
private

Definition at line 98 of file G4DNABornIonisationModel2.hh.

Referenced by G4DNABornIonisationModel2(), and Initialise().

VecMap G4DNABornIonisationModel2::fProbaShellMap[6]
private

Definition at line 148 of file G4DNABornIonisationModel2.hh.

Referenced by Initialise(), and TransferedEnergy().

G4String G4DNABornIonisationModel2::fTableFile
private

Definition at line 112 of file G4DNABornIonisationModel2.hh.

Referenced by Initialise().

std::vector<double> G4DNABornIonisationModel2::fTdummyVec
private
VecMap G4DNABornIonisationModel2::fVecm
private
G4bool G4DNABornIonisationModel2::isInitialised
private

Definition at line 108 of file G4DNABornIonisationModel2.hh.

Referenced by Initialise().

G4bool G4DNABornIonisationModel2::spScaling
private
G4bool G4DNABornIonisationModel2::statCode
private
G4int G4DNABornIonisationModel2::verboseLevel
private

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