Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/management/include/G4VPreCompoundModel.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4VPreCompoundModel.hh,v 1.6 2010/06/11 15:26:36 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VPreCompoundModel.hh,v 1.7 2010/08/20 07:43:28 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2929//
    3030
     
    5858  virtual ~G4VPreCompoundModel();
    5959 
    60 protected:
     60private:
     61
    6162  // default constructor
    6263  G4VPreCompoundModel();
    63 
    64 private:
    65 
    6664  // copy constructor
    67   G4VPreCompoundModel(const G4VPreCompoundModel &) : G4HadronicInteraction() {};
     65  G4VPreCompoundModel(const G4VPreCompoundModel &);
    6866  // operators
    6967  const G4VPreCompoundModel& operator=(const G4VPreCompoundModel &right);
     
    7674          ApplyYourself(const G4HadProjectile & thePrimary, G4Nucleus & theNucleus) = 0;
    7775 
    78   virtual G4ReactionProductVector*
    79           DeExcite(const G4Fragment& aFragment) const = 0;
     76  virtual G4ReactionProductVector* DeExcite(G4Fragment& aFragment) = 0;
    8077
    8178  inline void SetExcitationHandler(G4ExcitationHandler *const  value);
Note: See TracChangeset for help on using the changeset viewer.