ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4DNACPA100ElasticModel Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/models/include/G4DNACPA100ElasticModel.hh>

+ Inheritance diagram for G4DNACPA100ElasticModel:
+ Collaboration diagram for G4DNACPA100ElasticModel:

Public Member Functions

 G4DNACPA100ElasticModel (const G4ParticleDefinition *p=0, const G4String &nam="DNACPA100ElasticModel")
 
virtual ~G4DNACPA100ElasticModel ()
 
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 ()
 
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 level, const G4ParticleDefinition *, G4double kineticEnergy)
 
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 * > *)
 
virtual 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)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectTargetAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double logKineticEnergy, 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 *)
 
G4int SelectIsotopeNumber (const G4Element *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=nullptr)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
G4VEmModelGetTripletModel ()
 
void SetTripletModel (G4VEmModel *)
 
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) const
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetFluctuationFlag (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
void SetUseBaseMaterials (G4bool val)
 
G4bool UseBaseMaterials () 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 G4MaterialpBaseMaterial
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 
G4bool lossFlucFlag
 
G4double inveplus
 
G4double pFactor
 

Private Types

typedef std::map< G4String,
G4String, std::less< G4String > > 
MapFile
 
typedef std::map< G4String,
G4DNACrossSectionDataSet
*, std::less< G4String > > 
MapData
 
typedef std::map< G4double,
std::map< G4double, G4double > > 
TriDimensionMap
 
typedef std::map< G4double,
std::vector< G4double > > 
VecMap
 

Private Member Functions

G4double Theta (G4ParticleDefinition *aParticleDefinition, G4double k, G4double integrDiff)
 
G4double LinLinInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
 
G4double LinLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
 
G4double LogLogInterpolate (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)
 
G4DNACPA100ElasticModeloperator= (const G4DNACPA100ElasticModel &right)
 
 G4DNACPA100ElasticModel (const G4DNACPA100ElasticModel &)
 

Private Attributes

G4bool statCode
 
const std::vector< G4double > * fpMolWaterDensity
 
G4double killBelowEnergy
 
G4double lowEnergyLimit
 
G4double highEnergyLimit
 
G4bool isInitialised
 
G4int verboseLevel
 
MapFile tableFile
 
MapData tableData
 
TriDimensionMap eDiffCrossSectionData
 
std::vector< G4doubleeTdummyVec
 
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 54 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 54 of file G4DNACPA100ElasticModel.hh

Member Typedef Documentation

Definition at line 108 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 108 of file G4DNACPA100ElasticModel.hh

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

Definition at line 105 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 105 of file G4DNACPA100ElasticModel.hh

typedef std::map<G4double, std::map<G4double, G4double> > G4DNACPA100ElasticModel::TriDimensionMap
private

Definition at line 136 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 136 of file G4DNACPA100ElasticModel.hh

typedef std::map<G4double, std::vector<G4double> > G4DNACPA100ElasticModel::VecMap
private

Definition at line 141 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 141 of file G4DNACPA100ElasticModel.hh

Constructor & Destructor Documentation

G4DNACPA100ElasticModel::G4DNACPA100ElasticModel ( const G4ParticleDefinition p = 0,
const G4String nam = "DNACPA100ElasticModel" 
)

Definition at line 54 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 54 of file G4DNACPA100ElasticModel.cc

References eV, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, G4VEmModel::HighEnergyLimit(), keV, G4VEmModel::LowEnergyLimit(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), statCode, and verboseLevel.

+ Here is the call graph for this function:

G4DNACPA100ElasticModel::~G4DNACPA100ElasticModel ( )
virtual

Definition at line 91 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 91 of file G4DNACPA100ElasticModel.cc

References eVecm, pos(), and tableData.

+ Here is the call graph for this function:

G4DNACPA100ElasticModel::G4DNACPA100ElasticModel ( const G4DNACPA100ElasticModel )
private

Member Function Documentation

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

Reimplemented from G4VEmModel.

Definition at line 258 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 258 of file G4DNACPA100ElasticModel.cc

References cm, eV, FatalException, G4DNACrossSectionDataSet::FindValue(), G4cout, G4endl, G4Exception(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), and pos().

+ Here is the call graph for this function:

G4double G4DNACPA100ElasticModel::GetKillBelowThreshold ( )
inline

Definition at line 81 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 81 of file G4DNACPA100ElasticModel.hh

References killBelowEnergy.

G4double G4DNACPA100ElasticModel::LinLinInterpolate ( G4double  e1,
G4double  e2,
G4double  e,
G4double  xs1,
G4double  xs2 
)
private

Definition at line 529 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 529 of file G4DNACPA100ElasticModel.cc

References d1, d2, and e1.

Referenced by QuadInterpolator().

+ Here is the caller graph for this function:

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

Definition at line 515 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 515 of file G4DNACPA100ElasticModel.cc

References d1, and d2.

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

Definition at line 543 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 543 of file G4DNACPA100ElasticModel.cc

References a, and b.

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

View newest version in sPHENIX GitHub at line 559 of file G4DNACPA100ElasticModel.cc

References LinLinInterpolate().

+ Here is the call graph for this function:

G4double G4DNACPA100ElasticModel::RandomizeCosTheta ( G4double  k)
private

Definition at line 589 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 589 of file G4DNACPA100ElasticModel.cc

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

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DNACPA100ElasticModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
const G4MaterialCutsCouple ,
const G4DynamicParticle aDynamicElectron,
G4double  tmin,
G4double  maxEnergy 
)
virtual
void G4DNACPA100ElasticModel::SelectStationary ( G4bool  input)
inline

Definition at line 155 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 155 of file G4DNACPA100ElasticModel.hh

References statCode.

void G4DNACPA100ElasticModel::SetKillBelowThreshold ( G4double  threshold)
inline

Definition at line 167 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 167 of file G4DNACPA100ElasticModel.hh

References G4Exception(), and JustWarning.

+ Here is the call graph for this function:

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

Definition at line 452 of file G4DNACPA100ElasticModel.cc.

View newest version in sPHENIX GitHub at line 452 of file G4DNACPA100ElasticModel.cc

References e, k, t1, t2, and theta().

Referenced by RandomizeCosTheta().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

TriDimensionMap G4DNACPA100ElasticModel::eDiffCrossSectionData
private

Definition at line 138 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 138 of file G4DNACPA100ElasticModel.hh

Referenced by Initialise().

std::vector<G4double> G4DNACPA100ElasticModel::eTdummyVec
private

Definition at line 139 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 139 of file G4DNACPA100ElasticModel.hh

Referenced by Initialise().

VecMap G4DNACPA100ElasticModel::eVecm
private

Definition at line 142 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 142 of file G4DNACPA100ElasticModel.hh

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

G4ParticleChangeForGamma* G4DNACPA100ElasticModel::fParticleChangeForGamma
protected

Definition at line 88 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 88 of file G4DNACPA100ElasticModel.hh

Referenced by G4DNACPA100ElasticModel(), Initialise(), and SampleSecondaries().

const std::vector<G4double>* G4DNACPA100ElasticModel::fpMolWaterDensity
private

Definition at line 95 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 95 of file G4DNACPA100ElasticModel.hh

Referenced by G4DNACPA100ElasticModel(), and Initialise().

G4double G4DNACPA100ElasticModel::highEnergyLimit
private

Definition at line 99 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 99 of file G4DNACPA100ElasticModel.hh

G4bool G4DNACPA100ElasticModel::isInitialised
private

Definition at line 100 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 100 of file G4DNACPA100ElasticModel.hh

Referenced by Initialise().

G4double G4DNACPA100ElasticModel::killBelowEnergy
private

Definition at line 97 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 97 of file G4DNACPA100ElasticModel.hh

Referenced by GetKillBelowThreshold().

G4double G4DNACPA100ElasticModel::lowEnergyLimit
private

Definition at line 98 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 98 of file G4DNACPA100ElasticModel.hh

G4bool G4DNACPA100ElasticModel::statCode
private

Definition at line 92 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 92 of file G4DNACPA100ElasticModel.hh

Referenced by G4DNACPA100ElasticModel(), SampleSecondaries(), and SelectStationary().

MapData G4DNACPA100ElasticModel::tableData
private

Definition at line 109 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 109 of file G4DNACPA100ElasticModel.hh

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

MapFile G4DNACPA100ElasticModel::tableFile
private

Definition at line 106 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 106 of file G4DNACPA100ElasticModel.hh

Referenced by Initialise().

G4int G4DNACPA100ElasticModel::verboseLevel
private

Definition at line 101 of file G4DNACPA100ElasticModel.hh.

View newest version in sPHENIX GitHub at line 101 of file G4DNACPA100ElasticModel.hh

Referenced by G4DNACPA100ElasticModel(), Initialise(), and SampleSecondaries().


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