ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Protected Member Functions | |
std::vector< G4VEMDataSet * > * | BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts) |
Protected Member Functions inherited from G4VCrossSectionHandler | |
G4int | NumberOfComponents (G4int Z) const |
void | ActiveElements () |
virtual G4VDataSetAlgorithm * | CreateInterpolation () |
const G4VDataSetAlgorithm * | GetInterpolation () const |
Private Member Functions | |
G4eIonisationCrossSectionHandler & | operator= (const G4eIonisationCrossSectionHandler &right) |
G4eIonisationCrossSectionHandler (const G4eIonisationCrossSectionHandler &) | |
Private Attributes | |
const G4VEnergySpectrum * | theParam |
G4VDataSetAlgorithm * | interp |
G4int | verbose |
Definition at line 62 of file G4eIonisationCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 62 of file G4eIonisationCrossSectionHandler.hh
G4eIonisationCrossSectionHandler::G4eIonisationCrossSectionHandler | ( | const G4VEnergySpectrum * | spec, |
G4VDataSetAlgorithm * | alg, | ||
G4double | emin, | ||
G4double | emax, | ||
G4int | nbin | ||
) |
Definition at line 72 of file G4eIonisationCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 72 of file G4eIonisationCrossSectionHandler.cc
References G4VCrossSectionHandler::Initialise(), and interp.
G4eIonisationCrossSectionHandler::~G4eIonisationCrossSectionHandler | ( | ) |
Definition at line 83 of file G4eIonisationCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 83 of file G4eIonisationCrossSectionHandler.cc
References interp.
|
private |
|
protectedvirtual |
Implements G4VCrossSectionHandler.
Definition at line 89 of file G4eIonisationCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 89 of file G4eIonisationCrossSectionHandler.cc
References G4VEMDataSet::AddComponent(), bin, G4VDataSetAlgorithm::Clone(), Acts::VectorHelpers::cross(), e, G4VCrossSectionHandler::FindValue(), G4cout, G4endl, G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4Material::GetName(), G4Material::GetNumberOfElements(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), interp, material(), MeV, n, G4VCrossSectionHandler::NumberOfComponents(), G4VEnergySpectrum::Probability(), theParam, verbose, and Z.
G4double G4eIonisationCrossSectionHandler::GetCrossSectionAboveThresholdForElement | ( | G4double | energy, |
G4double | cutEnergy, | ||
G4int | Z | ||
) |
Definition at line 188 of file G4eIonisationCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 188 of file G4eIonisationCrossSectionHandler.cc
References Acts::VectorHelpers::cross(), G4VCrossSectionHandler::FindValue(), n, G4VCrossSectionHandler::NumberOfComponents(), G4VEnergySpectrum::Probability(), and theParam.
Referenced by G4LivermoreIonisationModel::ComputeCrossSectionPerAtom().
|
private |
|
private |
Definition at line 93 of file G4eIonisationCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 93 of file G4eIonisationCrossSectionHandler.hh
Referenced by BuildCrossSectionsForMaterials(), G4eIonisationCrossSectionHandler(), and ~G4eIonisationCrossSectionHandler().
|
private |
Definition at line 91 of file G4eIonisationCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 91 of file G4eIonisationCrossSectionHandler.hh
Referenced by BuildCrossSectionsForMaterials(), and GetCrossSectionAboveThresholdForElement().
|
private |
Definition at line 94 of file G4eIonisationCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 94 of file G4eIonisationCrossSectionHandler.hh
Referenced by BuildCrossSectionsForMaterials().