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

    r962 r1347  
    2424// ********************************************************************
    2525//
    26 //J.M. Quesada (August2008). Based on:
     26// $Id: G4DeuteronEvaporationProbability.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  G4DeuteronEvaporationProbability();
    4450
    45   ~G4DeuteronEvaporationProbability() {}
     51  virtual ~G4DeuteronEvaporationProbability();
     52
    4653private: 
    4754  // Copy constructor
     
    5562private:
    5663
    57   virtual G4double CrossSection(const  G4Fragment & fragment, const  G4double K);
     64  virtual G4double CrossSection(const  G4Fragment & fragment, G4double K);
    5865
    59   G4double GetOpt0(const G4double K);
    60   G4double GetOpt12(const G4double K);
    61   G4double GetOpt34(const G4double K);
     66  G4double GetOpt0(G4double K);
     67  G4double GetOpt12(G4double K);
     68  G4double GetOpt34(G4double K);
    6269
     70  virtual G4double CalcAlphaParam(const G4Fragment & fragment) ;
     71 
     72  virtual G4double CalcBetaParam(const G4Fragment & fragment) ;
     73 
     74  G4double CCoeficient(G4int aZ) ;
    6375 
    64  virtual G4double CalcAlphaParam(const G4Fragment & fragment) ;
    65  
    66  virtual G4double CalcBetaParam(const G4Fragment & fragment) ;
    67  
    68   G4double CCoeficient(const G4double aZ) ;
    69  
    70 //data members
     76  //data members
    7177
    72       G4DeuteronCoulombBarrier theCoulombBarrier;
     78  G4DeuteronCoulombBarrier theCoulombBarrier;
    7379
    74       G4double ResidualA;
    75       G4double ResidualZ;
    76       G4double theA;
    77       G4double theZ;
    78       G4double ResidualAthrd;
    79       G4double FragmentA;
    80       G4double FragmentAthrd;
    81 
    82 
     80  G4int ResidualA;
     81  G4int ResidualZ;
     82  G4int theA;
     83  G4int theZ;
     84  G4double ResidualAthrd;
     85  G4int FragmentA;
     86  G4double FragmentAthrd;
    8387};
    8488
Note: See TracChangeset for help on using the changeset viewer.