Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user