Geant4  10.00.p02
G4DNARuddIonisationModel Class Reference

#include <G4DNARuddIonisationModel.hh>

+ Inheritance diagram for G4DNARuddIonisationModel:
+ Collaboration diagram for G4DNARuddIonisationModel:

Public Member Functions

 G4DNARuddIonisationModel (const G4ParticleDefinition *p=0, const G4String &nam="DNARuddIonisationModel")
 
virtual ~G4DNARuddIonisationModel ()
 
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)
 
- 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,
G4DNACrossSectionDataSet
*, std::less< G4String > > 
MapData
 

Private Member Functions

G4double RandomizeEjectedElectronEnergy (G4ParticleDefinition *particleDefinition, G4double incomingParticleEnergy, G4int shell)
 
void RandomizeEjectedElectronDirection (G4ParticleDefinition *particleDefinition, G4double incomingParticleEnergy, G4double outgoingParticleEnergy, G4double &cosTheta, G4double &phi)
 
G4double DifferentialCrossSection (G4ParticleDefinition *particleDefinition, G4double k, G4double energyTransfer, G4int shell)
 
G4double CorrectionFactor (G4ParticleDefinition *particleDefinition, G4double k)
 
G4double S_1s (G4double t, G4double energyTransferred, G4double slaterEffectiveChg, G4double shellNumber)
 
G4double S_2s (G4double t, G4double energyTransferred, G4double slaterEffectiveChg, G4double shellNumber)
 
G4double S_2p (G4double t, G4double energyTransferred, G4double slaterEffectiveChg, G4double shellNumber)
 
G4double R (G4double t, G4double energyTransferred, G4double slaterEffectiveChg, G4double shellNumber)
 
G4double PartialCrossSection (const G4Track &track)
 
G4double Sum (G4double energy, const G4String &particle)
 
G4int RandomSelect (G4double energy, const G4String &particle)
 
G4DNARuddIonisationModeloperator= (const G4DNARuddIonisationModel &right)
 
 G4DNARuddIonisationModel (const G4DNARuddIonisationModel &)
 

Private Attributes

const std::vector< G4double > * fpWaterDensity
 
G4VAtomDeexcitationfAtomDeexcitation
 
std::map< G4String, G4double,
std::less< G4String > > 
lowEnergyLimit
 
std::map< G4String, G4double,
std::less< G4String > > 
highEnergyLimit
 
G4double lowEnergyLimitForZ1
 
G4double lowEnergyLimitForZ2
 
G4double lowEnergyLimitOfModelForZ1
 
G4double lowEnergyLimitOfModelForZ2
 
G4double killBelowEnergyForZ1
 
G4double killBelowEnergyForZ2
 
G4bool isInitialised
 
G4int verboseLevel
 
MapFile tableFile
 
MapData tableData
 
G4DNAWaterIonisationStructure waterStructure
 
G4double slaterEffectiveCharge [3]
 
G4double sCoefficient [3]
 

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 46 of file G4DNARuddIonisationModel.hh.

Member Typedef Documentation

Definition at line 99 of file G4DNARuddIonisationModel.hh.

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

Definition at line 96 of file G4DNARuddIonisationModel.hh.

Constructor & Destructor Documentation

G4DNARuddIonisationModel::G4DNARuddIonisationModel ( const G4ParticleDefinition p = 0,
const G4String nam = "DNARuddIonisationModel" 
)

Definition at line 44 of file G4DNARuddIonisationModel.cc.

References eV, fAtomDeexcitation, fParticleChangeForGamma, fpWaterDensity, G4cout, G4endl, keV, killBelowEnergyForZ1, killBelowEnergyForZ2, lowEnergyLimitForZ1, lowEnergyLimitForZ2, lowEnergyLimitOfModelForZ1, lowEnergyLimitOfModelForZ2, sCoefficient, G4VEmModel::SetDeexcitationFlag(), slaterEffectiveCharge, and verboseLevel.

+ Here is the call graph for this function:

G4DNARuddIonisationModel::~G4DNARuddIonisationModel ( )
virtual

Definition at line 86 of file G4DNARuddIonisationModel.cc.

References pos, and tableData.

G4DNARuddIonisationModel::G4DNARuddIonisationModel ( const G4DNARuddIonisationModel )
private

Member Function Documentation

G4double G4DNARuddIonisationModel::CorrectionFactor ( G4ParticleDefinition particleDefinition,
G4double  k 
)
private

Definition at line 933 of file G4DNARuddIonisationModel.cc.

References eV, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, and G4Proton::Proton().

Referenced by DifferentialCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNARuddIonisationModel::CrossSectionPerVolume ( const G4Material material,
const G4ParticleDefinition p,
G4double  ekin,
G4double  emin,
G4double  emax 
)
virtual
G4double G4DNARuddIonisationModel::DifferentialCrossSection ( G4ParticleDefinition particleDefinition,
G4double  k,
G4double  energyTransfer,
G4int  shell 
)
private

Definition at line 665 of file G4DNARuddIonisationModel.cc.

References C1, CorrectionFactor(), eplus, eV, G4DNAGenericIonsManager::GetIon(), G4ParticleDefinition::GetLeptonNumber(), G4ParticleDefinition::GetPDGCharge(), G4DNAGenericIonsManager::Instance(), instance, G4DNAWaterIonisationStructure::IonisationEnergy(), n, G4INCL::Math::pi, G4Proton::ProtonDefinition(), S_1s(), S_2p(), S_2s(), sCoefficient, slaterEffectiveCharge, and waterStructure.

Referenced by RandomizeEjectedElectronEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4DNARuddIonisationModel& G4DNARuddIonisationModel::operator= ( const G4DNARuddIonisationModel right)
private
G4double G4DNARuddIonisationModel::PartialCrossSection ( const G4Track track)
private

Definition at line 1022 of file G4DNARuddIonisationModel.cc.

References FatalException, G4DNACrossSectionDataSet::FindValue(), G4Exception(), G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, lowEnergyLimit, pos, and tableData.

+ Here is the call graph for this function:

G4double G4DNARuddIonisationModel::R ( G4double  t,
G4double  energyTransferred,
G4double  slaterEffectiveChg,
G4double  shellNumber 
)
private

Definition at line 915 of file G4DNARuddIonisationModel.cc.

References eV.

Referenced by S_1s(), S_2p(), and S_2s().

+ Here is the caller graph for this function:

void G4DNARuddIonisationModel::RandomizeEjectedElectronDirection ( G4ParticleDefinition particleDefinition,
G4double  incomingParticleEnergy,
G4double  outgoingParticleEnergy,
G4double cosTheta,
G4double phi 
)
private

Definition at line 627 of file G4DNARuddIonisationModel.cc.

References eV, G4UniformRand, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, and G4Proton::ProtonDefinition().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNARuddIonisationModel::RandomizeEjectedElectronEnergy ( G4ParticleDefinition particleDefinition,
G4double  incomingParticleEnergy,
G4int  shell 
)
private

Definition at line 580 of file G4DNARuddIonisationModel.cc.

References DifferentialCrossSection(), eV, G4UniformRand, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, 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:

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

Definition at line 957 of file G4DNARuddIonisationModel.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 G4DNARuddIonisationModel::S_1s ( G4double  t,
G4double  energyTransferred,
G4double  slaterEffectiveChg,
G4double  shellNumber 
)
private

Definition at line 866 of file G4DNARuddIonisationModel.cc.

References R().

Referenced by DifferentialCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNARuddIonisationModel::S_2p ( G4double  t,
G4double  energyTransferred,
G4double  slaterEffectiveChg,
G4double  shellNumber 
)
private

Definition at line 899 of file G4DNARuddIonisationModel.cc.

References R().

Referenced by DifferentialCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNARuddIonisationModel::S_2s ( G4double  t,
G4double  energyTransferred,
G4double  slaterEffectiveChg,
G4double  shellNumber 
)
private

Definition at line 882 of file G4DNARuddIonisationModel.cc.

References R().

Referenced by DifferentialCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DNARuddIonisationModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple ,
const G4DynamicParticle particle,
G4double  tmin,
G4double  maxEnergy 
)
virtual
G4double G4DNARuddIonisationModel::Sum ( G4double  energy,
const G4String particle 
)
private

Definition at line 1075 of file G4DNARuddIonisationModel.cc.

Member Data Documentation

G4VAtomDeexcitation* G4DNARuddIonisationModel::fAtomDeexcitation
private
G4ParticleChangeForGamma* G4DNARuddIonisationModel::fParticleChangeForGamma
protected
const std::vector<G4double>* G4DNARuddIonisationModel::fpWaterDensity
private

Definition at line 76 of file G4DNARuddIonisationModel.hh.

Referenced by G4DNARuddIonisationModel(), and Initialise().

std::map<G4String,G4double,std::less<G4String> > G4DNARuddIonisationModel::highEnergyLimit
private
G4bool G4DNARuddIonisationModel::isInitialised
private

Definition at line 91 of file G4DNARuddIonisationModel.hh.

Referenced by Initialise().

G4double G4DNARuddIonisationModel::killBelowEnergyForZ1
private

Definition at line 88 of file G4DNARuddIonisationModel.hh.

Referenced by G4DNARuddIonisationModel(), and SampleSecondaries().

G4double G4DNARuddIonisationModel::killBelowEnergyForZ2
private

Definition at line 89 of file G4DNARuddIonisationModel.hh.

Referenced by G4DNARuddIonisationModel(), and SampleSecondaries().

std::map<G4String,G4double,std::less<G4String> > G4DNARuddIonisationModel::lowEnergyLimit
private

Definition at line 81 of file G4DNARuddIonisationModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNARuddIonisationModel::lowEnergyLimitForZ1
private

Definition at line 84 of file G4DNARuddIonisationModel.hh.

Referenced by G4DNARuddIonisationModel(), and Initialise().

G4double G4DNARuddIonisationModel::lowEnergyLimitForZ2
private

Definition at line 85 of file G4DNARuddIonisationModel.hh.

Referenced by G4DNARuddIonisationModel(), and Initialise().

G4double G4DNARuddIonisationModel::lowEnergyLimitOfModelForZ1
private

Definition at line 86 of file G4DNARuddIonisationModel.hh.

Referenced by CrossSectionPerVolume(), and G4DNARuddIonisationModel().

G4double G4DNARuddIonisationModel::lowEnergyLimitOfModelForZ2
private

Definition at line 87 of file G4DNARuddIonisationModel.hh.

Referenced by CrossSectionPerVolume(), and G4DNARuddIonisationModel().

G4double G4DNARuddIonisationModel::sCoefficient[3]
private
G4double G4DNARuddIonisationModel::slaterEffectiveCharge[3]
private
MapData G4DNARuddIonisationModel::tableData
private
MapFile G4DNARuddIonisationModel::tableFile
private

Definition at line 97 of file G4DNARuddIonisationModel.hh.

Referenced by Initialise().

G4int G4DNARuddIonisationModel::verboseLevel
private
G4DNAWaterIonisationStructure G4DNARuddIonisationModel::waterStructure
private

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