Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/shortlived/src/G4ShortLivedConstructor.cc

    r1196 r1315  
    2525//
    2626//
    27 // $Id: G4ShortLivedConstructor.cc,v 1.18 2009/10/09 14:34:02 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4ShortLivedConstructor.cc,v 1.19 2010/06/11 05:50:20 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    3636//      update quark mass                  11  Oct. 2006 H.Kurashige
    3737//      update meson/baryon masses         11  Oct. 2006 H.Kurashige
     38//      Add AntiNucleiConstructor          11  June 2010 H.Kurashige
    3839
    3940#include "G4ShortLivedConstructor.hh"
     
    6263    ConstructQuarks();
    6364    ConstructResonances();
     65    ConstructAntiNuclei();
    6466    isConstructed = true;
    6567  }
     68}
     69
     70#include "G4AntiNucleiConstructor.hh"
     71void G4ShortLivedConstructor::ConstructAntiNuclei()
     72{
     73  G4AntiNucleiConstructor antiN;
     74  antiN.Construct();
     75
    6676}
    6777
Note: See TracChangeset for help on using the changeset viewer.