Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

Location:
trunk/source/processes/decay/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/decay/include/G4Decay.hh

    r819 r961  
    2525//
    2626//
    27 // $Id: G4Decay.hh,v 1.18 2007/07/23 23:13:04 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4Decay.hh,v 1.20 2008/09/19 03:19:53 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    5858#include "G4VRestDiscreteProcess.hh"
    5959#include "G4ParticleChangeForDecay.hh"
     60#include "G4DecayProcessType.hh"
     61
    6062class G4VExtDecayer;
    6163
     
    206208
    207209inline
    208  void G4Decay::SetExtDecayer(G4VExtDecayer* val)
    209 {
    210   pExtDecayer = val;
    211 }
    212 
    213 inline
    214210 const G4VExtDecayer* G4Decay::GetExtDecayer() const
    215211{
  • trunk/source/processes/decay/include/G4UnknownDecay.hh

    r819 r961  
    2626//
    2727// $Id: G4UnknownDecay.hh,v 1.3 2006/06/29 19:30:56 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/decay/include/G4VExtDecayer.hh

    r819 r961  
    2626//
    2727// $Id: G4VExtDecayer.hh,v 1.4 2006/06/29 19:31:11 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
Note: See TracChangeset for help on using the changeset viewer.