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/photon_evaporation/include/G4VPhotonEvaporation.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VPhotonEvaporation.hh,v 1.3 2010/04/25 18:43:21 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     26// $Id: G4VPhotonEvaporation.hh,v 1.4 2010/11/17 16:50:53 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// -------------------------------------------------------------------
     
    3939//
    4040//      Modifications:
     41//
     42// 17-11-2010 V.Ivanchenko moved constructor an ddestructor to the source
    4143//     
    4244// -------------------------------------------------------------------
    4345
    4446#ifndef G4VPHOTONEVAPORATION_HH
    45 #define G4VPHOTONEVAPORATION_HH
     47#define G4VPHOTONEVAPORATION_HH 1
    4648
    4749#include "globals.hh"
     
    5254public:
    5355
    54   G4VPhotonEvaporation() {};
    55   virtual ~G4VPhotonEvaporation() {};
    56  
    57   G4bool operator==(const G4VPhotonEvaporation &right) const;
    58   G4bool operator!=(const G4VPhotonEvaporation &right) const;
    59  
     56  G4VPhotonEvaporation();
     57  virtual ~G4VPhotonEvaporation();
     58   
    6059  virtual G4FragmentVector* BreakItUp(const G4Fragment &theNucleus) = 0;
    6160 
     
    6362
    6463  G4VPhotonEvaporation(const G4VPhotonEvaporation &right);
    65     const G4VPhotonEvaporation& operator=(const G4VPhotonEvaporation &right);
     64  const G4VPhotonEvaporation& operator=(const G4VPhotonEvaporation &right);
     65
     66  G4bool operator==(const G4VPhotonEvaporation &right) const;
     67  G4bool operator!=(const G4VPhotonEvaporation &right) const;
    6668
    6769};
Note: See TracChangeset for help on using the changeset viewer.