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

    r962 r1347  
    2424// ********************************************************************
    2525//
    26 //J.M. Quesada (August2008). Based on:
     26// $Id: G4TritonEvaporationProbability.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)
    3033//
     34// Modified:
     35// 17-11-2010 V.Ivanchenko integer Z and A
     36
     37
    3138#ifndef G4TritonEvaporationProbability_h
    3239#define G4TritonEvaporationProbability_h 1
     
    4249  G4TritonEvaporationProbability();
    4350
    44   ~G4TritonEvaporationProbability() {}
     51  virtual ~G4TritonEvaporationProbability();
     52
    4553private: 
    4654  // Copy constructor
     
    5462private:
    5563
    56   virtual G4double CrossSection(const  G4Fragment & fragment, const G4double K);
     64  virtual G4double CrossSection(const G4Fragment & fragment, G4double K);
    5765
    58   G4double GetOpt0(const G4double K);
    59   G4double GetOpt12(const G4double K);
    60   G4double GetOpt34(const G4double K);
     66  G4double GetOpt0(G4double K);
     67  G4double GetOpt12(G4double K);
     68  G4double GetOpt34(G4double K);
    6169
    6270 
    63  virtual G4double CalcAlphaParam(const G4Fragment & fragment)  ;
     71  virtual G4double CalcAlphaParam(const G4Fragment & fragment)  ;
    6472 
    65  virtual G4double CalcBetaParam(const G4Fragment & fragment)  ;
     73  virtual G4double CalcBetaParam(const G4Fragment & fragment)  ;
    6674 
    67   G4double CCoeficient(const G4double aZ) ;
     75  G4double CCoeficient(G4int aZ) ;
    6876 
    69 //data members
     77  //data members
     78     
     79  G4TritonCoulombBarrier theCoulombBarrier;
    7080
    71      
    72       G4TritonCoulombBarrier theCoulombBarrier;
    73 
    74       G4double ResidualA;
    75       G4double ResidualZ;
    76       G4double theA;
    77       G4double theZ;
    78       G4double ResidualAthrd;
    79       G4double FragmentA;
    80       G4double FragmentAthrd;
    81 
     81  G4int ResidualA;
     82  G4int ResidualZ;
     83  G4int theA;
     84  G4int theZ;
     85  G4double ResidualAthrd;
     86  G4int FragmentA;
     87  G4double FragmentAthrd;
    8288
    8389};
    8490
    85 
    8691#endif
    8792
    88 
Note: See TracChangeset for help on using the changeset viewer.