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

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4AlphaEvaporationChannel.hh,v 1.8 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4AlphaEvaporationChannel.hh,v 1.9 2010/11/17 12:14:59 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
    3131// by V. Lara (Nov. 1999)
    3232//
     33// 17-11-2010 V.Ivanchenko moved constructor and destructor to source and cleanup
    3334
    3435#ifndef G4AlphaEvaporationChannel_h
     
    4344public:
    4445  // only available constructor
    45   G4AlphaEvaporationChannel() : G4EvaporationChannel(4,2,"alpha",
    46                                                      &theEvaporationProbability,&theCoulombBarrier) {};
     46  G4AlphaEvaporationChannel();
    4747
    4848  // destructor
    49   ~G4AlphaEvaporationChannel() {};
     49  virtual ~G4AlphaEvaporationChannel();
    5050
    5151private:
     
    5454  G4AlphaEvaporationChannel(const G4AlphaEvaporationChannel & right);
    5555
    56 
    57 public:
    5856  G4bool operator==(const G4AlphaEvaporationChannel & right) const;
    5957  G4bool operator!=(const G4AlphaEvaporationChannel & right) const;
    60 
    61 private:
    6258
    6359  G4AlphaCoulombBarrier theCoulombBarrier;     
Note: See TracChangeset for help on using the changeset viewer.