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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/decay/src/G4UnknownDecay.cc

    r819 r961  
    2525//
    2626//
    27 // $Id: G4UnknownDecay.cc,v 1.5 2007/10/06 07:01:09 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4UnknownDecay.cc,v 1.6 2007/12/15 12:29:16 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    4040#include "G4PhysicsLogVector.hh"
    4141#include "G4ParticleChangeForDecay.hh"
     42#include "G4DecayProcessType.hh"
     43
    4244
    4345// constructor
     
    4749                                HighestValue(20.0)
    4850{
     51  // set Process Sub Type
     52  SetProcessSubType(static_cast<int>(DECAY_Unknown));
     53
    4954#ifdef G4VERBOSE
    5055  if (GetVerboseLevel()>1) {
Note: See TracChangeset for help on using the changeset viewer.