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 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) |
G4double | S_1s (G4double t, G4double energyTransferred, G4double slaterEffectiveCharge, G4double shellNumber) |
G4double | S_2s (G4double t, G4double energyTransferred, G4double slaterEffectiveCharge, G4double shellNumber) |
G4double | S_2p (G4double t, G4double energyTransferred, G4double slaterEffectiveCharge, G4double shellNumber) |
G4double | R (G4double t, G4double energyTransferred, G4double slaterEffectiveCharge, G4double shellNumber) |
G4DNAMillerGreenExcitationModel & | operator= (const G4DNAMillerGreenExcitationModel &right) |
G4DNAMillerGreenExcitationModel (const G4DNAMillerGreenExcitationModel &) | |
Private Attributes | |
G4bool | statCode |
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 | nLevels |
G4DNAWaterExcitationStructure | waterExcitation |
G4double | kineticEnergyCorrection [4] |
G4double | slaterEffectiveCharge [3][4] |
G4double | sCoefficient [3][4] |
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 43 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 43 of file G4DNAMillerGreenExcitationModel.hh
G4DNAMillerGreenExcitationModel::G4DNAMillerGreenExcitationModel | ( | const G4ParticleDefinition * | p = 0 , |
const G4String & | nam = "DNAMillerGreenExcitationModel" |
||
) |
Definition at line 40 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 40 of file G4DNAMillerGreenExcitationModel.cc
References fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, kineticEnergyCorrection, nLevels, statCode, and verboseLevel.
|
virtual |
Definition at line 73 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 73 of file G4DNAMillerGreenExcitationModel.cc
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 224 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 224 of file G4DNAMillerGreenExcitationModel.cc
References cm, eV, G4cout, G4endl, G4Material::GetIndex(), G4DNAGenericIonsManager::GetIon(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, G4DNAGenericIonsManager::Instance(), instance, lowEnergyLimit, G4Proton::ProtonDefinition(), Sum(), and verboseLevel.
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 387 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 387 of file G4DNAMillerGreenExcitationModel.cc
References PartialCrossSection().
|
virtual |
Implements G4VEmModel.
Definition at line 78 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 78 of file G4DNAMillerGreenExcitationModel.cc
References eV, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, G4DNAGenericIonsManager::GetIon(), G4Material::GetMaterial(), G4DNAMolecularMaterial::GetNumMolPerVolTableFor(), G4VEmModel::GetParticleChangeForGamma(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, G4VEmModel::HighEnergyLimit(), G4DNAGenericIonsManager::Instance(), instance, G4DNAMolecularMaterial::Instance(), isInitialised, keV, kineticEnergyCorrection, lowEnergyLimit, G4VEmModel::LowEnergyLimit(), MeV, nLevels, G4DNAWaterExcitationStructure::NumberOfLevels(), G4InuclParticleNames::proton, G4Proton::ProtonDefinition(), sCoefficient, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), slaterEffectiveCharge, verboseLevel, and waterExcitation.
|
private |
|
private |
Definition at line 397 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 397 of file G4DNAMillerGreenExcitationModel.cc
References barn, Acts::VectorHelpers::cross(), E, eplus, eV, G4DNAGenericIonsManager::GetIon(), G4ParticleDefinition::GetLeptonNumber(), G4ParticleDefinition::GetPDGCharge(), G4DNAGenericIonsManager::Instance(), instance, kineticEnergyCorrection, G4Proton::ProtonDefinition(), S_1s(), S_2p(), S_2s(), sCoefficient, slaterEffectiveCharge, and z.
Referenced by GetPartialCrossSection(), RandomSelect(), and Sum().
|
private |
Definition at line 622 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 622 of file G4DNAMillerGreenExcitationModel.cc
Referenced by S_1s(), S_2p(), and S_2s().
|
private |
Definition at line 475 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 475 of file G4DNAMillerGreenExcitationModel.cc
References G4UniformRand, G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), instance, nLevels, PartialCrossSection(), G4Proton::ProtonDefinition(), and Acts::Test::values.
Referenced by SampleSecondaries().
|
private |
Definition at line 572 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 572 of file G4DNAMillerGreenExcitationModel.cc
References G4Exp(), r, and R().
Referenced by PartialCrossSection().
|
private |
Definition at line 606 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 606 of file G4DNAMillerGreenExcitationModel.cc
References G4Exp(), r, and R().
Referenced by PartialCrossSection().
|
private |
Definition at line 589 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 589 of file G4DNAMillerGreenExcitationModel.cc
References G4Exp(), r, and R().
Referenced by PartialCrossSection().
|
virtual |
Implements G4VEmModel.
Definition at line 347 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 347 of file G4DNAMillerGreenExcitationModel.cc
References G4DNAChemistryManager::CreateWaterMolecule(), eExcitedMolecule, eV, fParticleChangeForGamma, G4cout, G4endl, G4ParticleChangeForGamma::GetCurrentTrack(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), G4DNAChemistryManager::Instance(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChangeForGamma::ProposeMomentumDirection(), RandomSelect(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), statCode, and verboseLevel.
Definition at line 138 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 138 of file G4DNAMillerGreenExcitationModel.hh
References statCode.
|
private |
Definition at line 559 of file G4DNAMillerGreenExcitationModel.cc.
View newest version in sPHENIX GitHub at line 559 of file G4DNAMillerGreenExcitationModel.cc
References nLevels, and PartialCrossSection().
Referenced by CrossSectionPerVolume().
|
protected |
Definition at line 76 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 76 of file G4DNAMillerGreenExcitationModel.hh
Referenced by G4DNAMillerGreenExcitationModel(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 83 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 83 of file G4DNAMillerGreenExcitationModel.hh
Referenced by G4DNAMillerGreenExcitationModel(), and Initialise().
|
private |
Definition at line 86 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 86 of file G4DNAMillerGreenExcitationModel.hh
Referenced by CrossSectionPerVolume(), and Initialise().
|
private |
Definition at line 88 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 88 of file G4DNAMillerGreenExcitationModel.hh
Referenced by Initialise().
|
private |
Definition at line 125 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 125 of file G4DNAMillerGreenExcitationModel.hh
Referenced by G4DNAMillerGreenExcitationModel(), Initialise(), and PartialCrossSection().
|
private |
Definition at line 85 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 85 of file G4DNAMillerGreenExcitationModel.hh
Referenced by CrossSectionPerVolume(), and Initialise().
|
private |
Definition at line 101 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 101 of file G4DNAMillerGreenExcitationModel.hh
Referenced by G4DNAMillerGreenExcitationModel(), Initialise(), RandomSelect(), and Sum().
|
private |
Definition at line 127 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 127 of file G4DNAMillerGreenExcitationModel.hh
Referenced by Initialise(), and PartialCrossSection().
|
private |
Definition at line 126 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 126 of file G4DNAMillerGreenExcitationModel.hh
Referenced by Initialise(), and PartialCrossSection().
|
private |
Definition at line 80 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 80 of file G4DNAMillerGreenExcitationModel.hh
Referenced by G4DNAMillerGreenExcitationModel(), SampleSecondaries(), and SelectStationary().
|
private |
Definition at line 89 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 89 of file G4DNAMillerGreenExcitationModel.hh
Referenced by CrossSectionPerVolume(), G4DNAMillerGreenExcitationModel(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 103 of file G4DNAMillerGreenExcitationModel.hh.
View newest version in sPHENIX GitHub at line 103 of file G4DNAMillerGreenExcitationModel.hh
Referenced by Initialise().