Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (16 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

Location:
trunk/source/particles/hadrons/ions
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/hadrons/ions/include/G4Alpha.hh

    r992 r1196  
    2626//
    2727// $Id: G4Alpha.hh,v 1.11 2006/06/29 19:17:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4Deuteron.hh

    r992 r1196  
    2626//
    2727// $Id: G4Deuteron.hh,v 1.11 2006/06/29 19:17:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4GenericIon.hh

    r992 r1196  
    2626//
    2727// $Id: G4GenericIon.hh,v 1.11 2006/06/29 19:17:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4He3.hh

    r992 r1196  
    2626//
    2727// $Id: G4He3.hh,v 1.11 2006/06/29 19:17:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4IonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4IonConstructor.hh,v 1.5 2006/06/29 19:17:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4Triton.hh

    r992 r1196  
    2626//
    2727// $Id: G4Triton.hh,v 1.11 2006/06/29 19:17:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4Alpha.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4Alpha.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Alpha.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868   anInstance = new G4Ions(
    69                  name,   3.727417*GeV,       0.0*MeV,  +2.0*eplus,
     69                 name,    3.727379*GeV,       0.0*MeV,  +2.0*eplus,
    7070                    0,              +1,             0,
    7171                    0,               0,             0,
  • trunk/source/particles/hadrons/ions/src/G4Deuteron.cc

    r992 r1196  
    2626//
    2727// $Id: G4Deuteron.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4GenericIon.cc

    r992 r1196  
    2626//
    2727// $Id: G4GenericIon.cc,v 1.13 2006/06/29 19:17:55 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4He3.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4He3.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4He3.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868    anInstance = new G4Ions(
    69                  name,   2.80923*GeV,       0.0*MeV,  +2.0*eplus,
     69                 name,    2.808391*GeV,       0.0*MeV,  +2.0*eplus,
    7070                    1,              +1,             0,
    7171                    0,               0,             0,
  • trunk/source/particles/hadrons/ions/src/G4IonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4IonConstructor.cc,v 1.4 2006/06/29 19:18:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4Triton.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4Triton.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Triton.cc,v 1.16 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868    anInstance = new G4Ions(
    69                  name,   2.80925*GeV,       0.0*MeV,  +1.0*eplus,
     69                 name,    2.808921*GeV,       0.0*MeV,  +1.0*eplus,
    7070                    1,              +1,             0,
    7171                    0,               0,             0,
Note: See TracChangeset for help on using the changeset viewer.