55 verboseLevel(0),minKinEnergy(0.0),maxKinEnergy(100*
TeV),
name(nam)
107 for (
G4int j = 0; j<nIso; ++j) {
108 iso = (*isoVector)[j];
111 fact += abundVector[j];
122 for (
G4int A = n0; A < n0+
nn; ++A) {
130 if(fact > 0.0) { xsec /= fact; }
139 G4cout <<
"G4VCrossSectionDataSet::GetCrossSection per element ERROR: "
140 <<
" there is no cross section for "
146 "G4VCrossSectionDataSet::GetElementCrossSection is absent");
157 G4cout <<
"G4VCrossSectionDataSet::GetCrossSection per isotope ERROR: "
158 <<
" there is no cross section for "
165 "G4VCrossSectionDataSet::GetIsoCrossSection is absent");
181 for (
G4int j = 0; j<nIso; ++j) {
182 sum += abundVector[j];
184 iso = (*isoVector)[j];
200 outFile <<
"The description for this cross section data set has not been written yet.\n";