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

    r962 r1347  
    2424// ********************************************************************
    2525//
    26 //J.M. Quesada (August2008). Based on:
     26// $Id: G4NeutronEvaporationProbability.hh,v 1.15 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  G4NeutronEvaporationProbability();
    4450               
    45   ~G4NeutronEvaporationProbability() {}
     51  virtual ~G4NeutronEvaporationProbability();
     52
    4653private: 
    4754 
     
    5461private:
    5562
    56   virtual G4double CrossSection(const  G4Fragment & fragment, const  G4double K);
     63  virtual G4double CrossSection(const  G4Fragment & fragment, G4double K);
    5764
    58   G4double GetOpt12(const G4double K);
    59   G4double GetOpt34(const G4double K);
     65  G4double GetOpt12(G4double K);
     66  G4double GetOpt34(G4double K);
    6067
    61  virtual G4double CalcAlphaParam(const G4Fragment & fragment);
     68  virtual G4double CalcAlphaParam(const G4Fragment & fragment);
    6269 
    63  virtual G4double CalcBetaParam(const G4Fragment & fragment);
     70  virtual G4double CalcBetaParam(const G4Fragment & fragment);
    6471 
    65  
    66 //data members
     72  //data members
    6773
    68       G4NeutronCoulombBarrier theCoulombBarrier;
     74  G4NeutronCoulombBarrier theCoulombBarrier;
    6975
    70       G4double ResidualA;
    71       G4double ResidualZ;
    72       G4double theA;
    73       G4double theZ;
    74       G4double ResidualAthrd;
    75       G4double FragmentA;
    76       G4double FragmentAthrd;
    77 
    78 
    79 
    80 
     76  G4int ResidualA;
     77  G4int ResidualZ;
     78  G4int theA;
     79  G4int theZ;
     80  G4double ResidualAthrd;
     81  G4int FragmentA;
     82  G4double FragmentAthrd;
    8183};
    8284
Note: See TracChangeset for help on using the changeset viewer.