Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/evaporation/include/G4VEvaporation.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4VEvaporation.hh,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4VEvaporation.hh,v 1.6 2010/04/27 14:00:40 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4646{
    4747public:
    48   G4VEvaporation() {};
    49   virtual ~G4VEvaporation() {}; // *
     48  G4VEvaporation();
     49  virtual ~G4VEvaporation();
    5050
    5151private: 
     
    5757 
    5858public:
     59
    5960  virtual G4FragmentVector * BreakItUp(const G4Fragment &theNucleus) = 0;
     61
     62  virtual void Initialise();
    6063
    6164  // for inverse cross section choice
Note: See TracChangeset for help on using the changeset viewer.