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/src/G4VGammaDeexcitation.cc

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VGammaDeexcitation.cc,v 1.18 2010/06/25 09:46:13 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     26// $Id: G4VGammaDeexcitation.cc,v 1.20 2010/11/17 19:17:17 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// -------------------------------------------------------------------
     
    7474G4VGammaDeexcitation::G4VGammaDeexcitation(): _transition(0), _verbose(0),
    7575                                              _electronO (0), _vSN(-1)
    76 { }
     76{
     77  _nucleus = 0;
     78}
    7779
    7880G4VGammaDeexcitation::~G4VGammaDeexcitation()
     
    154156  G4ParticleDefinition* gamma = G4Gamma::Gamma();
    155157
    156   G4DiscreteGammaTransition* dtransition = 0;
    157   dtransition = dynamic_cast <G4DiscreteGammaTransition*> (_transition);
     158  G4DiscreteGammaTransition* dtransition =
     159    dynamic_cast <G4DiscreteGammaTransition*> (_transition);
    158160  if ( dtransition && !( dtransition->IsAGamma()) ) {
    159161    gamma = G4Electron::Electron();
Note: See TracChangeset for help on using the changeset viewer.