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

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4He3EvaporationChannel.hh,v 1.8 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4He3EvaporationChannel.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 G4He3EvaporationChannel_h
     
    4344public:
    4445  // only available constructor
    45   G4He3EvaporationChannel() : G4EvaporationChannel(3,2,"He3",
    46                                                    &theEvaporationProbability,&theCoulombBarrier) {};
     46  G4He3EvaporationChannel();
    4747
    4848  // destructor
    49   ~G4He3EvaporationChannel() {};
     49  virtual ~G4He3EvaporationChannel();
    5050
    5151private:
     52
    5253  const G4He3EvaporationChannel & operator=(const G4He3EvaporationChannel & right); 
    5354
    5455  G4He3EvaporationChannel(const G4He3EvaporationChannel & right);
    5556
    56 public:
    5757  G4bool operator==(const G4He3EvaporationChannel & right) const;
    5858  G4bool operator!=(const G4He3EvaporationChannel & right) const;
    5959
    60 private:
    61 
    62     G4He3CoulombBarrier theCoulombBarrier;
     60  G4He3CoulombBarrier theCoulombBarrier;
    6361       
    6462  G4He3EvaporationProbability theEvaporationProbability;
Note: See TracChangeset for help on using the changeset viewer.