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/G4ProtonEvaporationProbability.hh

    r962 r1347  
    2424// ********************************************************************
    2525//
    26 //J.M. Quesada (August2008). Based on:
     26// $Id: G4ProtonEvaporationProbability.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
     
    4349  G4ProtonEvaporationProbability();
    4450
    45   ~G4ProtonEvaporationProbability() {}
     51  virtual ~G4ProtonEvaporationProbability();
     52
    4653private: 
    4754  // Copy constructor
     
    5259  G4bool operator!=(const G4ProtonEvaporationProbability &right) const;
    5360
    54 
    5561private:
    5662
    57   virtual G4double CrossSection(const  G4Fragment & fragment, const  G4double K);
     63  virtual G4double CrossSection(const  G4Fragment & fragment, G4double K);
    5864
    59   G4double GetOpt0(const G4double K);
    60   G4double GetOpt1(const G4double K);
    61   G4double GetOpt2(const G4double K);
    62   G4double GetOpt3(const G4double K);
     65  G4double GetOpt0(G4double K);
     66  G4double GetOpt1(G4double K);
     67  G4double GetOpt2(G4double K);
     68  G4double GetOpt3(G4double K);
    6369
     70  virtual G4double CalcAlphaParam(const G4Fragment & fragment)  ;
     71 
     72  virtual G4double CalcBetaParam(const G4Fragment & fragment) ;
     73 
     74  G4double CCoeficient(G4int aZ) ;
    6475 
    65  virtual G4double CalcAlphaParam(const G4Fragment & fragment)  ;
    66  
    67  virtual G4double CalcBetaParam(const G4Fragment & fragment) ;
    68  
    69   G4double CCoeficient(const G4double aZ) ;
    70  
    71 //data members
     76  //data members
    7277
    73       G4ProtonCoulombBarrier theCoulombBarrier;
     78  G4ProtonCoulombBarrier theCoulombBarrier;
    7479
    75       G4double ResidualA;
    76       G4double ResidualZ;
    77       G4double theA;
    78       G4double theZ;
    79       G4double ResidualAthrd;
    80       G4double FragmentA;
    81       G4double FragmentAthrd;
    82       G4double U;
    83 
    84 
    85 
     80  G4int ResidualA;
     81  G4int ResidualZ;
     82  G4int theA;
     83  G4int theZ;
     84  G4double ResidualAthrd;
     85  G4int FragmentA;
     86  G4double FragmentAthrd;
     87  G4double U;
    8688
    8789};
Note: See TracChangeset for help on using the changeset viewer.