46 #ifndef G4TEOCROSSSECTION_HH 
   47 #define G4TEOCROSSSECTION_HH 1 
G4teoCrossSection(const G4String &name)
 
void SetTotalCS(G4double)
 
G4VecpssrLiModel * ecpssrShellLi
 
G4VecpssrMiModel * ecpssrShellMi
 
std::vector< G4double > GetCrossSection(G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy=0, const G4Material *mat=0)
 
G4double CrossSection(G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat)
 
G4teoCrossSection & operator=(const G4teoCrossSection &right)
 
G4VecpssrKModel * ecpssrShellK
 
std::vector< G4double > Probabilities(G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy=0, const G4Material *mat=0)
 
virtual ~G4teoCrossSection()