Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4DNAGenericIonsManager.cc 73124 2013-08-19 07:53:33Z gcosmo $
// $Id: G4DNAGenericIonsManager.cc 87449 2014-12-04 14:13:06Z gunter $
#include "G4DNAGenericIonsManager.hh"
#include "G4PhysicalConstants.hh"
@@ -74,6 +74,7 @@ G4DNAGenericIonsManager :: G4DNAGenericIonsManager()
G4DNAIons *carbon;
G4DNAIons *nitrogen;
G4DNAIons *oxygen;
G4DNAIons *silicon;
G4DNAIons *iron;
iron= new G4DNAIons(
@@ -85,6 +86,16 @@ G4DNAGenericIonsManager :: G4DNAGenericIonsManager()
false, "", 0,
0.0);
silicon= new G4DNAIons(
"silicon", 28.085*GeV, 0.0*MeV, +14.0*eplus,
0, +1, 0,
0, 0, 0,
"DNAion", +14, +28, 0,
true, -1.0, 0,
false, "", 0,
0.0);
oxygen= new G4DNAIons(
"oxygen", 15.0074*GeV, 0.0*MeV, +8.0*eplus,
0, +1, 0,
@@ -160,6 +171,7 @@ G4DNAGenericIonsManager :: G4DNAGenericIonsManager()
map["carbon" ]=carbon;
map["nitrogen"]=nitrogen;
map["oxygen" ]=oxygen;
map["silicon" ]=silicon;
map["iron" ]=iron;