94   std::vector<G4VEMDataSet*>* 
set = 
new std::vector<G4VEMDataSet*>;
   102   G4int nOfBins = energyVector.size();
   108   for (
size_t mLocal=0; mLocal<numOfCouples; mLocal++) {
   118     G4cout << 
"eIonisation CS for " << mLocal << 
"th material "   120            << 
"  eEl= " << nElements << 
G4endl;
   123     G4double tcut  = (*energyCuts)[mLocal];
   128     for (
G4int i=0; i<nElements; i++) {
   144         energies->push_back(e);
   145         log_energies->push_back(std::log10(e));
   155         if(
verbose>0 && mLocal == 0 && e>=1. && e<=0.) 
   157               G4cout << 
"G4eIonCrossSH: e(MeV)= " << e/
MeV   159                      << 
" cross= " << cross
   161                      << 
" value= " << value
   162                      << 
" tcut(MeV)= " << tcut/
MeV   163                      << 
" rho= " << density
   169           if (value == 0.) value = 1e-300;
   170           log_value = std::log10(value);
   172         cs->push_back(value);
   173         log_cs->push_back(log_value);
   183     set->push_back(setForMat);
 
std::vector< G4Element * > G4ElementVector
 
G4double FindValue(G4int Z, G4double e) const
 
const G4Material * GetMaterial() const
 
virtual G4VDataSetAlgorithm * Clone() const =0
 
const G4double * GetAtomicNumDensityVector() const
 
G4GLOB_DLL std::ostream G4cout
 
virtual void AddComponent(G4VEMDataSet *dataSet)=0
 
const G4VEnergySpectrum * theParam
 
virtual G4double Probability(G4int Z, G4double minKineticEnergy, G4double maxKineticEnergy, G4double kineticEnergy, G4int shell=0, const G4ParticleDefinition *pd=0) const =0
 
static G4ProductionCutsTable * GetProductionCutsTable()
 
const G4MaterialCutsCouple * GetMaterialCutsCouple(G4int i) const
 
G4VDataSetAlgorithm * interp
 
size_t GetNumberOfElements() const
 
G4int NumberOfComponents(G4int Z) const
 
size_t GetTableSize() const
 
const G4ElementVector * GetElementVector() const
 
const G4String & GetName() const