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

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/models/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)
 
G4double 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 * > *)
 
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< G4double,
std::map< G4double, G4double > > 
TriDimensionMap
 
typedef std::map< G4double,
std::vector< G4double > > 
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< G4doublefTdummyVec
 
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 *)
 

Detailed Description

Definition at line 47 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 47 of file G4DNABornIonisationModel2.hh

Member Typedef Documentation

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

Definition at line 137 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 137 of file G4DNABornIonisationModel2.hh

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

Definition at line 144 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 144 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.

View newest version in sPHENIX GitHub 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 92 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 92 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 263 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 263 of file G4DNABornIonisationModel2.cc

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

+ Here is the call graph for this function:

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

Definition at line 615 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 615 of file G4DNABornIonisationModel2.cc

References e, eV, fDiffCrossSectionData, fTdummyVec, fVecm, G4DNAWaterIonisationStructure::IonisationEnergy(), k, QuadInterpolator(), t1, t2, 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 790 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 790 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 700 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 700 of file G4DNABornIonisationModel2.cc

References a, b, 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 764 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 764 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 477 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 477 of file G4DNABornIonisationModel2.cc

References DifferentialCrossSection(), source.hepunit::electron_mass_c2, G4Electron::ElectronDefinition(), eV, G4UniformRand, G4DNAWaterIonisationStructure::IonisationEnergy(), k, source.hepunit::proton_mass_c2, G4Proton::ProtonDefinition(), Acts::Test::step(), 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 840 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 840 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 800 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 800 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

Implements G4VEmModel.

Definition at line 313 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 313 of file G4DNABornIonisationModel2.cc

References G4InuclSpecialFunctions::bindingEnergy(), G4DNAChemistryManager::CreateWaterMolecule(), eIonizedMolecule, G4Electron::Electron(), source.hepunit::electron_mass_c2, G4Electron::ElectronDefinition(), eV, fasterCode, FatalException, fAtomDeexcitation, fHighEnergyLimit, fLowEnergyLimit, fParticleChangeForGamma, G4cout, G4endl, G4Exception(), G4VAtomDeexcitation::GenerateParticles(), G4VEmModel::GetAngularDistribution(), G4VAtomDeexcitation::GetAtomicShell(), G4ParticleChangeForGamma::GetCurrentTrack(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetPDGMass(), G4DNAChemistryManager::Instance(), G4DNAWaterIonisationStructure::IonisationEnergy(), k, G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChangeForGamma::ProposeMomentumDirection(), RandomizeEjectedElectronEnergy(), RandomizeEjectedElectronEnergyFromCumulatedDcs(), RandomSelect(), G4VEmAngularDistribution::SampleDirectionForShell(), CLHEP::Hep3Vector::set(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), statCode, CLHEP::Hep3Vector::unit(), verboseLevel, waterStructure, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), Z, and CLHEP::Hep3Vector::z().

+ Here is the call graph for this function:

void G4DNABornIonisationModel2::SelectFasterComputation ( G4bool  input)
inline

Definition at line 162 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 162 of file G4DNABornIonisationModel2.hh

References fasterCode.

void G4DNABornIonisationModel2::SelectSPScaling ( G4bool  input)
inline

Definition at line 176 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 176 of file G4DNABornIonisationModel2.hh

References spScaling.

void G4DNABornIonisationModel2::SelectStationary ( G4bool  input)
inline

Definition at line 169 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 169 of file G4DNABornIonisationModel2.hh

References statCode.

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

Definition at line 866 of file G4DNABornIonisationModel2.cc.

View newest version in sPHENIX GitHub at line 866 of file G4DNABornIonisationModel2.cc

References e, fNrjTransfData, fProbaShellMap, fTdummyVec, Interpolate(), k, k1, k2, 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

Definition at line 92 of file G4DNABornIonisationModel2.hh.

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

Referenced by G4DNABornIonisationModel2(), Initialise(), Interpolate(), SampleSecondaries(), and SelectFasterComputation().

G4VAtomDeexcitation* G4DNABornIonisationModel2::fAtomDeexcitation
private

Definition at line 100 of file G4DNABornIonisationModel2.hh.

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

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

TriDimensionMap G4DNABornIonisationModel2::fDiffCrossSectionData[6]
private

Definition at line 139 of file G4DNABornIonisationModel2.hh.

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

Referenced by DifferentialCrossSection(), and Initialise().

G4double G4DNABornIonisationModel2::fHighEnergyLimit
private

Definition at line 103 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 103 of file G4DNABornIonisationModel2.hh

Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel2(), Initialise(), and SampleSecondaries().

G4double G4DNABornIonisationModel2::fLowEnergyLimit
private

Definition at line 102 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 102 of file G4DNABornIonisationModel2.hh

Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel2(), Initialise(), and SampleSecondaries().

TriDimensionMap G4DNABornIonisationModel2::fNrjTransfData[6]
private

Definition at line 140 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 140 of file G4DNABornIonisationModel2.hh

Referenced by Initialise(), and TransferedEnergy().

G4ParticleChangeForGamma* G4DNABornIonisationModel2::fParticleChangeForGamma
protected

Definition at line 88 of file G4DNABornIonisationModel2.hh.

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

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

const G4ParticleDefinition* G4DNABornIonisationModel2::fParticleDef
private

Definition at line 105 of file G4DNABornIonisationModel2.hh.

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

Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel2(), and Initialise().

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

Definition at line 97 of file G4DNABornIonisationModel2.hh.

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

Referenced by G4DNABornIonisationModel2(), and Initialise().

VecMap G4DNABornIonisationModel2::fProbaShellMap[6]
private

Definition at line 147 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 147 of file G4DNABornIonisationModel2.hh

Referenced by Initialise(), and TransferedEnergy().

G4DNACrossSectionDataSet* G4DNABornIonisationModel2::fTableData
private
G4String G4DNABornIonisationModel2::fTableFile
private

Definition at line 111 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 111 of file G4DNABornIonisationModel2.hh

Referenced by Initialise().

std::vector<G4double> G4DNABornIonisationModel2::fTdummyVec
private

Definition at line 142 of file G4DNABornIonisationModel2.hh.

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

Referenced by DifferentialCrossSection(), Initialise(), and TransferedEnergy().

VecMap G4DNABornIonisationModel2::fVecm
private

Definition at line 146 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 146 of file G4DNABornIonisationModel2.hh

Referenced by DifferentialCrossSection(), Initialise(), and ~G4DNABornIonisationModel2().

G4bool G4DNABornIonisationModel2::isInitialised
private

Definition at line 107 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 107 of file G4DNABornIonisationModel2.hh

Referenced by Initialise().

G4bool G4DNABornIonisationModel2::spScaling
private

Definition at line 94 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 94 of file G4DNABornIonisationModel2.hh

Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel2(), and SelectSPScaling().

G4bool G4DNABornIonisationModel2::statCode
private

Definition at line 93 of file G4DNABornIonisationModel2.hh.

View newest version in sPHENIX GitHub at line 93 of file G4DNABornIonisationModel2.hh

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

G4int G4DNABornIonisationModel2::verboseLevel
private

Definition at line 108 of file G4DNABornIonisationModel2.hh.

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

Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel2(), Initialise(), and SampleSecondaries().

G4DNAWaterIonisationStructure G4DNABornIonisationModel2::waterStructure
private

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