ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4IonYangFluctuationModel (const G4String &name) | |
~G4IonYangFluctuationModel () | |
G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) |
G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) |
G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle) const |
G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle) const |
G4bool | IsInCharge (const G4DynamicParticle *particle, const G4Material *material) const |
G4bool | IsInCharge (const G4ParticleDefinition *aParticle, const G4Material *material) const |
Public Member Functions inherited from G4VLowEnergyModel | |
G4VLowEnergyModel (const G4String &name) | |
virtual | ~G4VLowEnergyModel () |
Private Member Functions | |
G4double | YangFluctuationModel (const G4Material *material, G4double kineticEnergy, G4double particleMass, G4double charge) const |
Definition at line 56 of file G4IonYangFluctuationModel.hh.
View newest version in sPHENIX GitHub at line 56 of file G4IonYangFluctuationModel.hh
G4IonYangFluctuationModel::G4IonYangFluctuationModel | ( | const G4String & | name | ) |
Definition at line 68 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 68 of file G4IonYangFluctuationModel.cc
G4IonYangFluctuationModel::~G4IonYangFluctuationModel | ( | ) |
Definition at line 74 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 74 of file G4IonYangFluctuationModel.cc
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 107 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 107 of file G4IonYangFluctuationModel.cc
References TeV.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 123 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 123 of file G4IonYangFluctuationModel.cc
References TeV.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 138 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 138 of file G4IonYangFluctuationModel.cc
References true.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 146 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 146 of file G4IonYangFluctuationModel.cc
References true.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 115 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 115 of file G4IonYangFluctuationModel.cc
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 130 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 130 of file G4IonYangFluctuationModel.cc
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 79 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 79 of file G4IonYangFluctuationModel.cc
References charge, energy, eplus, G4DynamicParticle::GetCharge(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMass(), mass, and YangFluctuationModel().
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 93 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 93 of file G4IonYangFluctuationModel.cc
References charge, eplus, G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), mass, and YangFluctuationModel().
|
private |
Definition at line 154 of file G4IonYangFluctuationModel.cc.
View newest version in sPHENIX GitHub at line 154 of file G4IonYangFluctuationModel.cc
References source.hepunit::amu_c2, b, energy, G4Exp(), G4Material::GetElectronDensity(), G4Material::GetNumberOfElements(), G4Material::GetState(), G4Material::GetTotNbOfAtomsPerVolume(), kStateGas, MeV, and x.
Referenced by TheValue().