ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
G4double | distribution [181] |
G4double | pdf [181] |
G4double | cdf [181] |
Private Member Functions | |
void | ReadData (size_t Z, const char *path=0) |
G4JAEAElasticScatteringModel & | operator= (const G4JAEAElasticScatteringModel &right) |
G4JAEAElasticScatteringModel (const G4JAEAElasticScatteringModel &) | |
Private Attributes | |
G4bool | isInitialised |
G4int | verboseLevel |
G4double | lowEnergyLimit |
G4ParticleChangeForGamma * | fParticleChange |
Static Private Attributes | |
static G4int | maxZ = 99 |
static G4LPhysicsFreeVector * | dataCS [101] |
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 *) |
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 |
Definition at line 53 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 53 of file G4JAEAElasticScatteringModel.hh
G4JAEAElasticScatteringModel::G4JAEAElasticScatteringModel | ( | ) |
Definition at line 55 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 55 of file G4JAEAElasticScatteringModel.cc
References fParticleChange, G4cout, G4endl, keV, lowEnergyLimit, and verboseLevel.
|
virtual |
Definition at line 77 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 77 of file G4JAEAElasticScatteringModel.cc
References dataCS, G4VEmModel::IsMaster(), and maxZ.
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 230 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 230 of file G4JAEAElasticScatteringModel.cc
References dataCS, e, G4PhysicsVector::Energy(), G4cout, G4endl, G4lrint(), G4PhysicsVector::GetVectorLength(), InitialiseForElement(), lowEnergyLimit, maxZ, n, G4PhysicsVector::Value(), and verboseLevel.
|
virtual |
Implements G4VEmModel.
Definition at line 91 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 91 of file G4JAEAElasticScatteringModel.cc
References dataCS, eV, fParticleChange, G4cout, G4endl, G4lrint(), G4Material::GetElementVector(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4Material::GetNumberOfElements(), G4VEmModel::GetParticleChangeForGamma(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), GeV, G4VEmModel::HighEnergyLimit(), G4VEmModel::InitialiseElementSelectors(), isInitialised, G4VEmModel::IsMaster(), G4VEmModel::LowEnergyLimit(), material(), maxZ, ReadData(), verboseLevel, and Z.
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 374 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 374 of file G4JAEAElasticScatteringModel.cc
References dataCS, ReadData(), and G4TemplateAutoLock< _Mutex_t >::unlock().
Referenced by ComputeCrossSectionPerAtom().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 140 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 140 of file G4JAEAElasticScatteringModel.cc
References G4VEmModel::GetElementSelectors(), and G4VEmModel::SetElementSelectors().
|
private |
|
private |
Definition at line 148 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 148 of file G4JAEAElasticScatteringModel.cc
References dataCS, Diff_CS_data, e, FatalException, G4cout, G4endl, G4Exception(), G4PhysicsVector::SetSpline(), verboseLevel, and Z.
Referenced by Initialise(), and InitialiseForElement().
|
virtual |
Implements G4VEmModel.
Definition at line 288 of file G4JAEAElasticScatteringModel.cc.
View newest version in sPHENIX GitHub at line 288 of file G4JAEAElasticScatteringModel.cc
References cdf, Diff_CS_data, distribution, fParticleChange, fStopAndKill, G4cout, G4endl, G4lrint(), G4UniformRand, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), G4Element::GetZ(), int(), lowEnergyLimit, max, particle, pdf, phi, CLHEP::pi, G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChangeForGamma::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), r, return(), CLHEP::Hep3Vector::rotateUz(), G4VEmModel::SelectRandomAtom(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), theta(), CLHEP::twopi, verboseLevel, and Z.
Definition at line 108 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 108 of file G4JAEAElasticScatteringModel.hh
References lowEnergyLimit.
G4double G4JAEAElasticScatteringModel::cdf[181] |
Definition at line 87 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 87 of file G4JAEAElasticScatteringModel.hh
Referenced by SampleSecondaries().
|
staticprivate |
Definition at line 102 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 102 of file G4JAEAElasticScatteringModel.hh
Referenced by ComputeCrossSectionPerAtom(), Initialise(), InitialiseForElement(), ReadData(), and ~G4JAEAElasticScatteringModel().
G4double G4JAEAElasticScatteringModel::distribution[181] |
Definition at line 85 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 85 of file G4JAEAElasticScatteringModel.hh
Referenced by SampleSecondaries().
|
private |
Definition at line 104 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 104 of file G4JAEAElasticScatteringModel.hh
Referenced by G4JAEAElasticScatteringModel(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 96 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 96 of file G4JAEAElasticScatteringModel.hh
Referenced by Initialise().
|
private |
Definition at line 99 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 99 of file G4JAEAElasticScatteringModel.hh
Referenced by ComputeCrossSectionPerAtom(), G4JAEAElasticScatteringModel(), SampleSecondaries(), and SetLowEnergyThreshold().
|
staticprivate |
Definition at line 101 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 101 of file G4JAEAElasticScatteringModel.hh
Referenced by ComputeCrossSectionPerAtom(), Initialise(), and ~G4JAEAElasticScatteringModel().
G4double G4JAEAElasticScatteringModel::pdf[181] |
Definition at line 86 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 86 of file G4JAEAElasticScatteringModel.hh
Referenced by SampleSecondaries().
|
private |
Definition at line 97 of file G4JAEAElasticScatteringModel.hh.
View newest version in sPHENIX GitHub at line 97 of file G4JAEAElasticScatteringModel.hh
Referenced by ComputeCrossSectionPerAtom(), G4JAEAElasticScatteringModel(), Initialise(), ReadData(), and SampleSecondaries().