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

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4DeuteronEvaporationChannel.hh,v 1.8 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4DeuteronEvaporationChannel.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 G4DeuteronEvaporationChannel_h
     
    4344public:
    4445  // only available constructor
    45   G4DeuteronEvaporationChannel() : G4EvaporationChannel(2,1,"deuteron",
    46                                                         &theEvaporationProbability,&theCoulombBarrier) {};
     46  G4DeuteronEvaporationChannel();
    4747
    4848  // destructor
    49   ~G4DeuteronEvaporationChannel() {};
     49  virtual ~G4DeuteronEvaporationChannel();
    5050
    5151private:
     
    5454  G4DeuteronEvaporationChannel(const G4DeuteronEvaporationChannel & right);
    5555
    56 public:
    5756  G4bool operator==(const G4DeuteronEvaporationChannel & right) const;
    5857  G4bool operator!=(const G4DeuteronEvaporationChannel & right) const;
    59 
    60 private:
    6158
    6259  G4DeuteronCoulombBarrier theCoulombBarrier;
Note: See TracChangeset for help on using the changeset viewer.