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/handler/include/G4ExcitationHandler.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ExcitationHandler.hh,v 1.12 2010/04/27 14:00:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     26// $Id: G4ExcitationHandler.hh,v 1.13 2010/11/17 16:20:31 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// Hadronic Process: Nuclear De-excitations
     
    5959#include "G4ReactionProductVector.hh"
    6060#include "G4ReactionProduct.hh"
    61 #include "G4ParticleTypes.hh"
    62 #include "G4ParticleTable.hh"
    6361// needed for default models
    6462#include "G4Evaporation.hh"
     
    6664#include "G4FermiBreakUp.hh"
    6765#include "G4PhotonEvaporation.hh"
    68 #include "G4IonConstructor.hh"
     66
     67class G4IonTable;
    6968
    7069class G4ExcitationHandler
     
    141140  G4double minExcitation;
    142141
    143   G4ParticleTable *theTableOfParticles;
     142  G4IonTable* theTableOfIons;
    144143
    145144  G4bool MyOwnEvaporationClass;
Note: See TracChangeset for help on using the changeset viewer.