Geant4  10.00.p02
G4DNADingfelderChargeDecreaseModel Class Reference

#include <G4DNADingfelderChargeDecreaseModel.hh>

+ Inheritance diagram for G4DNADingfelderChargeDecreaseModel:
+ Collaboration diagram for G4DNADingfelderChargeDecreaseModel:

Public Member Functions

 G4DNADingfelderChargeDecreaseModel (const G4ParticleDefinition *p=0, const G4String &nam="DNADingfelderChargeDecreaseModel")
 
virtual ~G4DNADingfelderChargeDecreaseModel ()
 
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 Member Functions

G4double PartialCrossSection (G4double energy, G4int level, const G4ParticleDefinition *particle)
 
G4double Sum (G4double energy, const G4ParticleDefinition *particle)
 
G4int RandomSelect (G4double energy, const G4ParticleDefinition *particle)
 
G4int NumberOfFinalStates (G4ParticleDefinition *particleDefinition, G4int finalStateIndex)
 
G4ParticleDefinitionOutgoingParticleDefinition (G4ParticleDefinition *particleDefinition, G4int finalStateIndex)
 
G4double WaterBindingEnergyConstant (G4ParticleDefinition *particleDefinition, G4int finalStateIndex)
 
G4double OutgoingParticleBindingEnergyConstant (G4ParticleDefinition *particleDefinition, G4int finalStateIndex)
 
G4DNADingfelderChargeDecreaseModeloperator= (const G4DNADingfelderChargeDecreaseModel &right)
 
 G4DNADingfelderChargeDecreaseModel (const G4DNADingfelderChargeDecreaseModel &)
 

Private Attributes

const std::vector< G4double > * fpMolWaterDensity
 
std::map< G4String, G4double,
std::less< G4String > > 
lowEnergyLimit
 
std::map< G4String, G4double,
std::less< G4String > > 
highEnergyLimit
 
G4bool isInitialised
 
G4int verboseLevel
 
G4int numberOfPartialCrossSections [3]
 
G4double f0 [2][3]
 
G4double a0 [2][3]
 
G4double a1 [2][3]
 
G4double b0 [2][3]
 
G4double b1 [2][3]
 
G4double c0 [2][3]
 
G4double d0 [2][3]
 
G4double x0 [2][3]
 
G4double x1 [2][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 40 of file G4DNADingfelderChargeDecreaseModel.hh.

Constructor & Destructor Documentation

G4DNADingfelderChargeDecreaseModel::G4DNADingfelderChargeDecreaseModel ( const G4ParticleDefinition p = 0,
const G4String nam = "DNADingfelderChargeDecreaseModel" 
)
G4DNADingfelderChargeDecreaseModel::~G4DNADingfelderChargeDecreaseModel ( )
virtual

Definition at line 67 of file G4DNADingfelderChargeDecreaseModel.cc.

G4DNADingfelderChargeDecreaseModel::G4DNADingfelderChargeDecreaseModel ( const G4DNADingfelderChargeDecreaseModel )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 201 of file G4DNADingfelderChargeDecreaseModel.cc.

References cm, eV, G4cout, G4endl, G4Material::GetIndex(), G4DNAGenericIonsManager::GetIon(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, G4DNAGenericIonsManager::Instance(), instance, lowEnergyLimit, G4Proton::ProtonDefinition(), Sum(), and verboseLevel.

+ Here is the call graph for this function:

G4int G4DNADingfelderChargeDecreaseModel::NumberOfFinalStates ( G4ParticleDefinition particleDefinition,
G4int  finalStateIndex 
)
private

Definition at line 321 of file G4DNADingfelderChargeDecreaseModel.cc.

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

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4DNADingfelderChargeDecreaseModel& G4DNADingfelderChargeDecreaseModel::operator= ( const G4DNADingfelderChargeDecreaseModel right)
private
G4double G4DNADingfelderChargeDecreaseModel::OutgoingParticleBindingEnergyConstant ( G4ParticleDefinition particleDefinition,
G4int  finalStateIndex 
)
private

Definition at line 403 of file G4DNADingfelderChargeDecreaseModel.cc.

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

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ParticleDefinition * G4DNADingfelderChargeDecreaseModel::OutgoingParticleDefinition ( G4ParticleDefinition particleDefinition,
G4int  finalStateIndex 
)
private

Definition at line 343 of file G4DNADingfelderChargeDecreaseModel.cc.

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

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNADingfelderChargeDecreaseModel::PartialCrossSection ( G4double  energy,
G4int  level,
const G4ParticleDefinition particle 
)
private

Definition at line 433 of file G4DNADingfelderChargeDecreaseModel.cc.

References a0, a1, b0, b1, c0, d0, eV, f0, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, m, G4Proton::ProtonDefinition(), x0, and x1.

Referenced by RandomSelect(), and Sum().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4DNADingfelderChargeDecreaseModel::RandomSelect ( G4double  energy,
const G4ParticleDefinition particle 
)
private

Definition at line 494 of file G4DNADingfelderChargeDecreaseModel.cc.

References G4UniformRand, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, n, numberOfPartialCrossSections, PartialCrossSection(), and G4Proton::ProtonDefinition().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 537 of file G4DNADingfelderChargeDecreaseModel.cc.

References G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, numberOfPartialCrossSections, PartialCrossSection(), and G4Proton::ProtonDefinition().

Referenced by CrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DNADingfelderChargeDecreaseModel::WaterBindingEnergyConstant ( G4ParticleDefinition particleDefinition,
G4int  finalStateIndex 
)
private

Definition at line 363 of file G4DNADingfelderChargeDecreaseModel.cc.

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

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4DNADingfelderChargeDecreaseModel::a0[2][3]
private

Definition at line 89 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::a1[2][3]
private

Definition at line 90 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::b0[2][3]
private

Definition at line 91 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::b1[2][3]
private

Definition at line 92 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::c0[2][3]
private

Definition at line 93 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::d0[2][3]
private

Definition at line 94 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::f0[2][3]
private

Definition at line 88 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4ParticleChangeForGamma* G4DNADingfelderChargeDecreaseModel::fParticleChangeForGamma
protected
const std::vector<G4double>* G4DNADingfelderChargeDecreaseModel::fpMolWaterDensity
private
std::map<G4String,G4double,std::less<G4String> > G4DNADingfelderChargeDecreaseModel::highEnergyLimit
private

Definition at line 73 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by CrossSectionPerVolume(), and Initialise().

G4bool G4DNADingfelderChargeDecreaseModel::isInitialised
private

Definition at line 75 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise().

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

Definition at line 72 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by CrossSectionPerVolume(), and Initialise().

G4int G4DNADingfelderChargeDecreaseModel::numberOfPartialCrossSections[3]
private
G4int G4DNADingfelderChargeDecreaseModel::verboseLevel
private
G4double G4DNADingfelderChargeDecreaseModel::x0[2][3]
private

Definition at line 95 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().

G4double G4DNADingfelderChargeDecreaseModel::x1[2][3]
private

Definition at line 96 of file G4DNADingfelderChargeDecreaseModel.hh.

Referenced by Initialise(), and PartialCrossSection().


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