Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationProbability.hh

    r962 r1347  
    2424// ********************************************************************
    2525//
    26 //J.M. Quesada (August2008). Based on:
     26// $Id: G4AlphaEvaporationProbability.hh,v 1.14 2010/11/17 11:06:03 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
     28//
     29// J.M. Quesada (August2008). Based on:
    2730//
    2831// Hadronic Process: Nuclear De-excitations
    2932// by V. Lara (Oct 1998)
     33//
     34// Modified:
     35// 17-11-2010 V.Ivanchenko integer Z and A
    3036//
    3137#ifndef G4AlphaEvaporationProbability_h
     
    4248  G4AlphaEvaporationProbability();
    4349
    44   ~G4AlphaEvaporationProbability() {}
     50  virtual ~G4AlphaEvaporationProbability();
     51
    4552private: 
    4653  // Copy constructor
     
    5158  G4bool operator!=(const G4AlphaEvaporationProbability &right) const;
    5259
    53 
    5460private:
    5561
    56   virtual G4double CrossSection(const  G4Fragment & fragment, const  G4double K);
     62  virtual G4double CrossSection(const  G4Fragment & fragment, G4double K);
    5763
    58   G4double GetOpt0(const G4double K);
    59   G4double GetOpt12(const G4double K);
    60   G4double GetOpt34(const G4double K);
     64  G4double GetOpt0(G4double K);
     65  G4double GetOpt12(G4double K);
     66  G4double GetOpt34(G4double K);
     67 
     68  virtual G4double CalcAlphaParam(const G4Fragment & fragment) ;
     69 
     70  virtual G4double CalcBetaParam(const G4Fragment & fragment)  ;
     71 
     72  G4double CCoeficient(G4int aZ) ;
     73 
     74  //data members
     75   
     76  G4AlphaCoulombBarrier theCoulombBarrier;
    6177
    62  
    63  virtual G4double CalcAlphaParam(const G4Fragment & fragment) ;
    64  
    65  virtual G4double CalcBetaParam(const G4Fragment & fragment)  ;
    66  
    67   G4double CCoeficient(const G4double aZ) ;
    68  
    69 //data members
    70    
    71       G4AlphaCoulombBarrier theCoulombBarrier;
    72 
    73       G4double ResidualA;
    74       G4double ResidualZ;
    75       G4double theA;
    76       G4double theZ;
    77       G4double ResidualAthrd;
    78       G4double FragmentA;
    79       G4double FragmentAthrd;
    80 
     78  G4int ResidualA;
     79  G4int ResidualZ;
     80  G4int theA;
     81  G4int theZ;
     82  G4double ResidualAthrd;
     83  G4int FragmentA;
     84  G4double FragmentAthrd;
    8185
    8286};
Note: See TracChangeset for help on using the changeset viewer.