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 | |
G4BremsstrahlungCrossSectionHandler & | operator= (const G4BremsstrahlungCrossSectionHandler &right) |
G4BremsstrahlungCrossSectionHandler (const G4BremsstrahlungCrossSectionHandler &) | |
Private Attributes | |
const G4VEnergySpectrum * | theBR |
G4VDataSetAlgorithm * | interp |
Definition at line 62 of file G4BremsstrahlungCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 62 of file G4BremsstrahlungCrossSectionHandler.hh
G4BremsstrahlungCrossSectionHandler::G4BremsstrahlungCrossSectionHandler | ( | const G4VEnergySpectrum * | spectrum, |
G4VDataSetAlgorithm * | interpolation | ||
) |
Definition at line 73 of file G4BremsstrahlungCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 73 of file G4BremsstrahlungCrossSectionHandler.cc
References interp.
G4BremsstrahlungCrossSectionHandler::~G4BremsstrahlungCrossSectionHandler | ( | ) |
Definition at line 82 of file G4BremsstrahlungCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 82 of file G4BremsstrahlungCrossSectionHandler.cc
References interp.
|
private |
|
protectedvirtual |
Implements G4VCrossSectionHandler.
Definition at line 90 of file G4BremsstrahlungCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 90 of file G4BremsstrahlungCrossSectionHandler.cc
References G4VEMDataSet::AddComponent(), bin, G4VDataSetAlgorithm::Clone(), e, G4VCrossSectionHandler::FindValue(), G4Material::GetElementVector(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4Material::GetNumberOfElements(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4Material::GetVecNbOfAtomsPerVolume(), interp, material(), G4VEnergySpectrum::Probability(), theBR, and Z.
G4double G4BremsstrahlungCrossSectionHandler::GetCrossSectionAboveThresholdForElement | ( | G4double | energy, |
G4double | cutEnergy, | ||
G4int | Z | ||
) |
Definition at line 168 of file G4BremsstrahlungCrossSectionHandler.cc.
View newest version in sPHENIX GitHub at line 168 of file G4BremsstrahlungCrossSectionHandler.cc
References G4VCrossSectionHandler::FindValue(), G4VEnergySpectrum::Probability(), and theBR.
|
private |
|
private |
Definition at line 89 of file G4BremsstrahlungCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 89 of file G4BremsstrahlungCrossSectionHandler.hh
Referenced by BuildCrossSectionsForMaterials(), G4BremsstrahlungCrossSectionHandler(), and ~G4BremsstrahlungCrossSectionHandler().
|
private |
Definition at line 87 of file G4BremsstrahlungCrossSectionHandler.hh.
View newest version in sPHENIX GitHub at line 87 of file G4BremsstrahlungCrossSectionHandler.hh
Referenced by BuildCrossSectionsForMaterials(), and GetCrossSectionAboveThresholdForElement().