ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Protected Attributes | |
G4ParticleChangeForGamma * | fParticleChangeForGamma |
Protected Attributes inherited from G4VEmModel | |
G4ElementData * | fElementData |
G4VParticleChange * | pParticleChange |
G4PhysicsTable * | xSectionTable |
const G4Material * | pBaseMaterial |
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 | 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, const G4String &particle) |
G4DNABornIonisationModel1 & | operator= (const G4DNABornIonisationModel1 &right) |
G4DNABornIonisationModel1 (const G4DNABornIonisationModel1 &) | |
Private Attributes | |
G4bool | fasterCode |
G4bool | statCode |
G4bool | spScaling |
const std::vector< G4double > * | fpMolWaterDensity |
G4VAtomDeexcitation * | fAtomDeexcitation |
std::map< G4String, G4double, std::less< G4String > > | lowEnergyLimit |
std::map< G4String, G4double, std::less< G4String > > | highEnergyLimit |
G4bool | isInitialised |
G4int | verboseLevel |
MapFile | tableFile |
MapData | tableData |
G4DNAWaterIonisationStructure | waterStructure |
TriDimensionMap | eDiffCrossSectionData [6] |
TriDimensionMap | eNrjTransfData [6] |
TriDimensionMap | pDiffCrossSectionData [6] |
TriDimensionMap | pNrjTransfData [6] |
std::vector< G4double > | eTdummyVec |
std::vector< G4double > | pTdummyVec |
VecMap | eVecm |
VecMap | pVecm |
VecMap | eProbaShellMap [6] |
VecMap | pProbaShellMap [6] |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEmModel | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Definition at line 47 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 47 of file G4DNABornIonisationModel1.hh
|
private |
Definition at line 118 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 118 of file G4DNABornIonisationModel1.hh
|
private |
Definition at line 115 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 115 of file G4DNABornIonisationModel1.hh
|
private |
Definition at line 144 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 144 of file G4DNABornIonisationModel1.hh
|
private |
Definition at line 155 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 155 of file G4DNABornIonisationModel1.hh
G4DNABornIonisationModel1::G4DNABornIonisationModel1 | ( | const G4ParticleDefinition * | p = 0 , |
const G4String & | nam = "DNABornIonisationModel" |
||
) |
Definition at line 45 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 45 of file G4DNABornIonisationModel1.cc
References fasterCode, fAtomDeexcitation, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, G4VEmModel::SetAngularDistribution(), G4VEmModel::SetDeexcitationFlag(), spScaling, statCode, and verboseLevel.
|
virtual |
Definition at line 86 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 86 of file G4DNABornIonisationModel1.cc
References eVecm, pos(), pVecm, and tableData.
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 317 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 317 of file G4DNABornIonisationModel1.cc
References A(), B(), cm, G4Electron::ElectronDefinition(), eV, FatalException, G4DNACrossSectionDataSet::FindValue(), G4cout, G4endl, G4Exception(), G4Exp(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, lowEnergyLimit, MeV, pos(), G4Proton::ProtonDefinition(), spScaling, tableData, and verboseLevel.
G4double G4DNABornIonisationModel1::DifferentialCrossSection | ( | G4ParticleDefinition * | aParticleDefinition, |
G4double | k, | ||
G4double | energyTransfer, | ||
G4int | shell | ||
) |
Definition at line 744 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 744 of file G4DNABornIonisationModel1.cc
References e, eDiffCrossSectionData, G4Electron::ElectronDefinition(), eTdummyVec, eV, eVecm, G4DNAWaterIonisationStructure::IonisationEnergy(), k, pDiffCrossSectionData, G4Proton::ProtonDefinition(), pTdummyVec, pVecm, QuadInterpolator(), t1, t2, and waterStructure.
Referenced by RandomizeEjectedElectronEnergy().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 959 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 959 of file G4DNABornIonisationModel1.cc
References G4VEMDataSet::FindValue(), G4DNACrossSectionDataSet::GetComponent(), G4ParticleDefinition::GetParticleName(), pos(), and tableData.
|
virtual |
Implements G4VEmModel.
Definition at line 105 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 105 of file G4DNABornIonisationModel1.cc
References G4LossTableManager::AtomDeexcitation(), eDiffCrossSectionData, G4InuclParticleNames::electron, G4Electron::ElectronDefinition(), eNrjTransfData, eProbaShellMap, eTdummyVec, eV, eVecm, fasterCode, FatalException, fAtomDeexcitation, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, G4Exception(), G4Material::GetMaterial(), G4VEmModel::GetParticleChangeForGamma(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, G4VEmModel::HighEnergyLimit(), G4LossTableManager::Instance(), G4DNAMolecularMaterial::Instance(), isInitialised, keV, G4DNACrossSectionDataSet::LoadData(), lowEnergyLimit, G4VEmModel::LowEnergyLimit(), m, MeV, pDiffCrossSectionData, pNrjTransfData, pProbaShellMap, G4InuclParticleNames::proton, G4Proton::ProtonDefinition(), pTdummyVec, pVecm, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), tableData, tableFile, tmp, and verboseLevel.
|
private |
Definition at line 871 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 871 of file G4DNABornIonisationModel1.cc
References a, b, d1, d2, e1, and fasterCode.
Referenced by QuadInterpolator(), and TransferedEnergy().
|
private |
|
private |
Definition at line 935 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 935 of file G4DNABornIonisationModel1.cc
References Interpolate().
Referenced by DifferentialCrossSection(), and TransferedEnergy().
|
private |
Definition at line 606 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 606 of file G4DNABornIonisationModel1.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().
|
private |
Definition at line 1037 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 1037 of file G4DNABornIonisationModel1.cc
References eV, G4UniformRand, G4DNAWaterIonisationStructure::IonisationEnergy(), TransferedEnergy(), and waterStructure.
Referenced by SampleSecondaries().
|
private |
Definition at line 978 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 978 of file G4DNABornIonisationModel1.cc
References FatalException, G4VEMDataSet::FindValue(), G4Exception(), G4UniformRand, G4DNACrossSectionDataSet::GetComponent(), n, G4DNACrossSectionDataSet::NumberOfComponents(), pos(), and tableData.
Referenced by SampleSecondaries().
|
virtual |
Implements G4VEmModel.
Definition at line 407 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 407 of file G4DNABornIonisationModel1.cc
References G4InuclSpecialFunctions::bindingEnergy(), G4DNAChemistryManager::CreateWaterMolecule(), eIonizedMolecule, G4Electron::Electron(), source.hepunit::electron_mass_c2, G4Electron::ElectronDefinition(), eV, fasterCode, FatalException, fAtomDeexcitation, fParticleChangeForGamma, G4cout, G4endl, G4Exception(), G4VAtomDeexcitation::GenerateParticles(), G4VEmModel::GetAngularDistribution(), G4VAtomDeexcitation::GetAtomicShell(), G4ParticleChangeForGamma::GetCurrentTrack(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGMass(), highEnergyLimit, G4DNAChemistryManager::Instance(), G4DNAWaterIonisationStructure::IonisationEnergy(), k, lowEnergyLimit, 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().
Definition at line 174 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 174 of file G4DNABornIonisationModel1.hh
References fasterCode.
Definition at line 188 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 188 of file G4DNABornIonisationModel1.hh
References spScaling.
Definition at line 181 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 181 of file G4DNABornIonisationModel1.hh
References statCode.
G4double G4DNABornIonisationModel1::TransferedEnergy | ( | G4ParticleDefinition * | aParticleDefinition, |
G4double | incomingParticleEnergy, | ||
G4int | shell, | ||
G4double | random | ||
) |
Definition at line 1064 of file G4DNABornIonisationModel1.cc.
View newest version in sPHENIX GitHub at line 1064 of file G4DNABornIonisationModel1.cc
References e, G4Electron::ElectronDefinition(), eNrjTransfData, eProbaShellMap, eTdummyVec, Interpolate(), k, k1, k2, pNrjTransfData, pProbaShellMap, G4Proton::ProtonDefinition(), pTdummyVec, and QuadInterpolator().
Referenced by RandomizeEjectedElectronEnergyFromCumulatedDcs().
|
private |
Definition at line 146 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 146 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), and Initialise().
|
private |
Definition at line 147 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 147 of file G4DNABornIonisationModel1.hh
Referenced by Initialise(), and TransferedEnergy().
|
private |
Definition at line 160 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 160 of file G4DNABornIonisationModel1.hh
Referenced by Initialise(), and TransferedEnergy().
|
private |
Definition at line 152 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 152 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), Initialise(), and TransferedEnergy().
|
private |
Definition at line 157 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 157 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), Initialise(), and ~G4DNABornIonisationModel1().
|
private |
Definition at line 93 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 93 of file G4DNABornIonisationModel1.hh
Referenced by G4DNABornIonisationModel1(), Initialise(), Interpolate(), SampleSecondaries(), and SelectFasterComputation().
|
private |
Definition at line 101 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 101 of file G4DNABornIonisationModel1.hh
Referenced by G4DNABornIonisationModel1(), Initialise(), and SampleSecondaries().
|
protected |
Definition at line 89 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 89 of file G4DNABornIonisationModel1.hh
Referenced by G4DNABornIonisationModel1(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 98 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 98 of file G4DNABornIonisationModel1.hh
Referenced by G4DNABornIonisationModel1(), and Initialise().
Definition at line 104 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 104 of file G4DNABornIonisationModel1.hh
Referenced by CrossSectionPerVolume(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 110 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 110 of file G4DNABornIonisationModel1.hh
Referenced by Initialise().
Definition at line 103 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 103 of file G4DNABornIonisationModel1.hh
Referenced by CrossSectionPerVolume(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 149 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 149 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), and Initialise().
|
private |
Definition at line 150 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 150 of file G4DNABornIonisationModel1.hh
Referenced by Initialise(), and TransferedEnergy().
|
private |
Definition at line 161 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 161 of file G4DNABornIonisationModel1.hh
Referenced by Initialise(), and TransferedEnergy().
|
private |
Definition at line 153 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 153 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), Initialise(), and TransferedEnergy().
|
private |
Definition at line 158 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 158 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), Initialise(), and ~G4DNABornIonisationModel1().
|
private |
Definition at line 95 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 95 of file G4DNABornIonisationModel1.hh
Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel1(), and SelectSPScaling().
|
private |
Definition at line 94 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 94 of file G4DNABornIonisationModel1.hh
Referenced by G4DNABornIonisationModel1(), SampleSecondaries(), and SelectStationary().
|
private |
Definition at line 119 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 119 of file G4DNABornIonisationModel1.hh
Referenced by CrossSectionPerVolume(), GetPartialCrossSection(), Initialise(), RandomSelect(), and ~G4DNABornIonisationModel1().
|
private |
Definition at line 116 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 116 of file G4DNABornIonisationModel1.hh
Referenced by Initialise().
|
private |
Definition at line 111 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 111 of file G4DNABornIonisationModel1.hh
Referenced by CrossSectionPerVolume(), G4DNABornIonisationModel1(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 123 of file G4DNABornIonisationModel1.hh.
View newest version in sPHENIX GitHub at line 123 of file G4DNABornIonisationModel1.hh
Referenced by DifferentialCrossSection(), RandomizeEjectedElectronEnergy(), RandomizeEjectedElectronEnergyFromCumulatedDcs(), and SampleSecondaries().