47 theCrossSectionHandler(0)
58 fLowEnergyLimit = 10.0*eV;
59 fHighEnergyLimit = 100.0*GeV;
68 if (theCrossSectionHandler)
69 delete theCrossSectionHandler;
81 G4cout <<
"Entering in method G4PenelopeIonisationCrossSection::CrossSection()" <<
G4endl;
90 ed <<
"The method has been called with a null G4Material pointer" <<
G4endl;
91 G4Exception(
"G4PenelopeIonisationCrossSection::CrossSection()",
"em2042",
96 if (!theCrossSectionHandler)
103 if(
G4int(shell) < nmax &&
104 incidentEnergy >= fLowEnergyLimit && incidentEnergy <= fHighEnergyLimit)
110 G4int index = FindShellIDIndex(material,Z,shell);
127 ed <<
"There is something wrong here: it looks like the index is wrong" <<
G4endl;
128 ed <<
"Requested: shell " <<
G4int(shell) <<
" and Z = " << Z <<
G4endl;
130 G4Exception(
"G4PenelopeIonisationCrossSection::CrossSection()",
"em2043",
142 cross = crossPerMolecule/atomsPerMolec;
145 if (verboseLevel > 0)
147 G4cout <<
"Cross section of shell " <<
G4int(shell) <<
" and Z= " << Z;
148 G4cout <<
" of material: " << material->
GetName() <<
" and energy = " << incidentEnergy/keV <<
" keV" <<
G4endl;
152 if (verboseLevel > 2)
154 G4cout <<
"Cross section per molecule: " << crossPerMolecule/barn <<
" barn" <<
G4endl;
155 G4cout <<
"Atoms " << Z <<
" per molecule: " << atomsPerMolec <<
G4endl;
171 std::vector<G4double> vec(nmax,0.0);
172 for(
G4int i=0; i<nmax; ++i) {
188 size_t n = vec.size();
191 for(i=0; i<n; ++i) { sum += vec[i]; }
194 for(i=0; i<n; ++i) { vec[i] = vec[i]*sum; }
201G4int G4PenelopeIonisationCrossSection::FindShellIDIndex(
const G4Material* mat,
205 if (verboseLevel > 1)
206 G4cout <<
"Entering in method G4PenelopeIonisationCrossSection::FindShellIDIndex()" <<
G4endl;
209 shellIDTable =
new std::map< std::pair<const G4Material*,G4int>,
G4DataVector*>;
211 std::pair<const G4Material*,G4int> theKey = std::make_pair(mat,Z);
215 if (shellIDTable->count(theKey))
217 if (verboseLevel > 2)
219 G4DataVector* theVec = shellIDTable->find(theKey)->second;
221 if (ishell>=0 && ishell < (
G4int) theVec->size())
222 result = (
G4int) (*theVec)[ishell];
226 ed <<
"Shell ID: " << ishell <<
" not available for material " << mat->
GetName() <<
" and Z = " <<
235 if (verboseLevel > 2)
239 size_t numberOfOscillators = theTable->size();
244 for (
size_t iosc=0;iosc<numberOfOscillators;iosc++)
255 if ((shFlag-1) == ishell)
256 result = (
G4int) iosc;
259 shellIDTable->insert(std::make_pair(theKey,dat));
262 if (verboseLevel > 1)
263 G4cout <<
"Leaving method G4PenelopeIonisationCrossSection::FindShellIDIndex() with index = " << result <<
G4endl;
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
std::vector< G4PenelopeOscillator * > G4PenelopeOscillatorTable
G4GLOB_DLL std::ostream G4cout
G4int NumberOfShells(G4int Z) const
static G4AtomicTransitionManager * Instance()
static G4Electron * Electron()
const G4String & GetName() const
G4double GetShellCrossSection(size_t shellID, G4double energy) const
Returns the hard cross section for the given shell (per molecule)
~G4PenelopeIonisationCrossSection()
Destructor. Clean all tables.
std::vector< G4double > GetCrossSection(G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat)
std::vector< G4double > Probabilities(G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat)
G4double CrossSection(G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat)
G4PenelopeIonisationCrossSection()
Constructor.
void BuildXSTable(const G4Material *, G4double cut, const G4ParticleDefinition *, G4bool isMaster=true)
This can be inkoved only by the master.
const G4PenelopeCrossSection * GetCrossSectionTableForCouple(const G4ParticleDefinition *, const G4Material *, const G4double cut) const
G4double GetNumberOfZAtomsPerMolecule(const G4Material *, G4int Z)
static G4PenelopeOscillatorManager * GetOscillatorManager()
G4PenelopeOscillatorTable * GetOscillatorTableIonisation(const G4Material *)
G4PenelopeOscillator * GetOscillatorIonisation(const G4Material *, G4int)
G4double GetIonisationEnergy()
G4double GetResonanceEnergy() const