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

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DiscreteGammaTransition.hh,v 1.4 2010/04/25 18:43:21 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4DiscreteGammaTransition.hh,v 1.5 2010/10/07 12:31:00 mkelsey Exp $
     27// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2828//
    2929// -------------------------------------------------------------------
     
    6060//              gamma energies and level energy differences (fake photons eliminated)
    6161//   
     62//        6 October 2010, M. Kelsey
     63//              Store NuclearLevel as const-reference, not as copied value.
    6264// -------------------------------------------------------------------
    6365
     
    6769#include "globals.hh"
    6870#include "G4VGammaTransition.hh"
    69 #include "G4NuclearLevel.hh"
    7071
     72class G4NuclearLevel;
    7173//JMQ 180410
    7274class G4NuclearLevelManager;
     75
    7376
    7477class G4DiscreteGammaTransition : public G4VGammaTransition
     
    108111
    109112  G4double _gammaEnergy;
    110   G4NuclearLevel _level;     
     113  const G4NuclearLevel& _level;     
    111114  G4double _excitation;
    112115  G4double _gammaCreationTime;
Note: See TracChangeset for help on using the changeset viewer.