#include <G4IonsSihverCrossSection.hh>
 | 
|   | G4IonsSihverCrossSection () | 
|   | 
| virtual  | ~G4IonsSihverCrossSection () | 
|   | 
| virtual G4bool  | IsElementApplicable (const G4DynamicParticle *aDP, G4int Z, const G4Material *) | 
|   | 
| virtual G4double  | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) | 
|   | 
| virtual void  | CrossSectionDescription (std::ostream &) const | 
|   | 
|   | G4VCrossSectionDataSet (const G4String &nam="") | 
|   | 
| virtual  | ~G4VCrossSectionDataSet () | 
|   | 
| virtual G4bool  | IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0) | 
|   | 
| G4double  | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) | 
|   | 
| G4double  | ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) | 
|   | 
| virtual G4double  | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0) | 
|   | 
| virtual G4Isotope *  | SelectIsotope (const G4Element *, G4double kinEnergy) | 
|   | 
| virtual void  | BuildPhysicsTable (const G4ParticleDefinition &) | 
|   | 
| virtual void  | DumpPhysicsTable (const G4ParticleDefinition &) | 
|   | 
| virtual G4int  | GetVerboseLevel () const | 
|   | 
| virtual void  | SetVerboseLevel (G4int value) | 
|   | 
| G4double  | GetMinKinEnergy () const | 
|   | 
| void  | SetMinKinEnergy (G4double value) | 
|   | 
| G4double  | GetMaxKinEnergy () const | 
|   | 
| void  | SetMaxKinEnergy (G4double value) | 
|   | 
| const G4String &  | GetName () const | 
|   | 
Definition at line 46 of file G4IonsSihverCrossSection.hh.
 
◆ G4IonsSihverCrossSection()
      
        
          | G4IonsSihverCrossSection::G4IonsSihverCrossSection  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~G4IonsSihverCrossSection()
  
  
      
        
          | G4IonsSihverCrossSection::~G4IonsSihverCrossSection  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ CrossSectionDescription()
  
  
      
        
          | void G4IonsSihverCrossSection::CrossSectionDescription  | 
          ( | 
          std::ostream &  | 
          outFile | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4VCrossSectionDataSet.
Definition at line 48 of file G4IonsSihverCrossSection.cc.
   50   outFile << 
"G4IonsSihverCrossSection calculates the total reaction cross\n"    51           << 
"section for nucleus-nucleus scattering using the Sihver\n"    52           << 
"parameterization.  It is valid for projectiles and targets of\n"    53           << 
"all Z, and for all projectile energies above 100 MeV/n.\n"; 
  
 
 
◆ GetElementCrossSection()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 67 of file G4IonsSihverCrossSection.cc.
   80   G4double b0 = 1.581 - 0.876 * (1.0/cubicrAp + 1.0/cubicrAt);
    82   G4double xr = cubicrAp + cubicrAt - b0 * (1.0/cubicrAp + 1.0/cubicrAt);
 static G4Pow * GetInstance()
 
G4int GetBaryonNumber() const
 
static G4NistManager * Instance()
 
G4double Z13(G4int Z) const
 
G4ParticleDefinition * GetDefinition() const
 
 
 
 
◆ IsElementApplicable()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 57 of file G4IonsSihverCrossSection.cc.
   62   if ( KineticEnergy / BaryonNumber >= 100*
MeV && BaryonNumber > 1 ) { 
return true; }
 
G4int GetBaryonNumber() const
 
G4double GetKineticEnergy() const
 
G4ParticleDefinition * GetDefinition() const
 
 
 
 
◆ square_r0
  
  
      
        
          | const G4double G4IonsSihverCrossSection::square_r0 | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: