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

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