#include <G4ChipsHyperonInelasticXS.hh>
 | 
|   | G4ChipsHyperonInelasticXS () | 
|   | 
|   | ~G4ChipsHyperonInelasticXS () | 
|   | 
| virtual void  | CrossSectionDescription (std::ostream &) const  | 
|   | 
| virtual G4bool  | IsIsoApplicable (const G4DynamicParticle *Pt, G4int Z, G4int A, const G4Element *elm, const G4Material *mat) | 
|   | 
| virtual G4double  | GetIsoCrossSection (const G4DynamicParticle *, G4int tgZ, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0) | 
|   | 
| virtual G4double  | GetChipsCrossSection (G4double momentum, G4int Z, G4int N, G4int pdg) | 
|   | 
|   | G4VCrossSectionDataSet (const G4String &nam="") | 
|   | 
| virtual  | ~G4VCrossSectionDataSet () | 
|   | 
| virtual G4bool  | IsElementApplicable (const G4DynamicParticle *, G4int Z, 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  | GetElementCrossSection (const G4DynamicParticle *, G4int Z, 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  | 
|   | 
      
        
          | G4ChipsHyperonInelasticXS::G4ChipsHyperonInelasticXS  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 54 of file G4ChipsHyperonInelasticXS.cc.
   65   LEN = 
new std::vector<G4double*>;
 
   66   HEN = 
new std::vector<G4double*>;
 
G4VCrossSectionDataSet(const G4String &nam="")
 
static const char * Default_Name()
 
 
 
 
      
        
          | G4ChipsHyperonInelasticXS::~G4ChipsHyperonInelasticXS  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void G4ChipsHyperonInelasticXS::CrossSectionDescription  | 
          ( | 
          std::ostream &  | 
          outFile | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4VCrossSectionDataSet.
Definition at line 80 of file G4ChipsHyperonInelasticXS.cc.
   82   outFile << 
"G4ChipsHyperonInelasticXS provides the inelastic cross\n" 
   83           << 
"section for hyperon nucleus scattering as a function of incident\n" 
   84           << 
"momentum. The cross section is calculated using M. Kossov's\n" 
   85           << 
"CHIPS parameterization of cross section data.\n";
 
 
 
 
  
  
      
        
          | static const char* G4ChipsHyperonInelasticXS::Default_Name  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
!The slave functions must provide cross-sections in millibarns (mb) !! (not in IU) 
Definition at line 140 of file G4ChipsHyperonInelasticXS.cc.
  144   if(tgN!=lastN || tgZ!=lastZ)         
 
  153     if(lastI) 
for(
G4int i=0; i<lastI; i++) 
 
  155       if(colN[i]==tgN && colZ[i]==tgZ) 
 
  168         lastCS=CalculateCrossSection(-1,j,PDG,lastZ,lastN,pMom); 
 
  170         if(lastCS<=0. && pMom>lastTH)  
 
  182       lastCS=CalculateCrossSection(0,j,PDG,lastZ,lastN,pMom); 
 
  189         colP.push_back(pMom);
 
  190         colTH.push_back(lastTH);
 
  191         colCS.push_back(lastCS);
 
  201   else if(pMom<=lastTH)
 
  207     lastCS=CalculateCrossSection(1,j,PDG,lastZ,lastN,pMom); 
 
static constexpr double millibarn
 
 
 
 
Reimplemented from G4VCrossSectionDataSet.
Definition at line 128 of file G4ChipsHyperonInelasticXS.cc.
virtual G4double GetChipsCrossSection(G4double momentum, G4int Z, G4int N, G4int pdg)
 
G4int GetPDGEncoding() const 
 
G4ParticleDefinition * GetDefinition() const 
 
G4double GetTotalMomentum() const 
 
double A(double temperature)
 
 
 
 
The documentation for this class was generated from the following files: