Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4Alpha.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -71,8 +71,8 @@ G4Alpha* G4Alpha::Definition()
|
||||
0, 0, 0,
|
||||
"nucleus", 0, +4, 1000020040,
|
||||
true, -1.0, NULL,
|
||||
false, "static", -1000020040,
|
||||
0.0
|
||||
false, "static", -1000020040,
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4AntiAlpha.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -71,8 +71,8 @@ G4AntiAlpha* G4AntiAlpha::Definition()
|
||||
0, 0, 0,
|
||||
"anti_nucleus", 0, -4, -1000020040,
|
||||
true, -1.0, NULL,
|
||||
false, "static", 1000020040,
|
||||
0.0
|
||||
false, "static", 1000020040,
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4AntiDeuteron.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4AntiDeuteron* G4AntiDeuteron::Definition()
|
||||
"anti_nucleus", 0, -2, -1000010020,
|
||||
true, -1.0, NULL,
|
||||
false, "static", 1000010020,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4AntiHe3.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4AntiHe3* G4AntiHe3::Definition()
|
||||
"anti_nucleus", 0, -3, -1000020030,
|
||||
true, -1.0, NULL,
|
||||
false, "static", 1000020030,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4AntiTriton.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4AntiTriton* G4AntiTriton::Definition()
|
||||
"anti_nucleus", 0, -3, -1000010030,
|
||||
true, -1.0, NULL,
|
||||
false, "static", 1000010030,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4Deuteron.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4Deuteron* G4Deuteron::Definition()
|
||||
"nucleus", 0, +2, 1000010020,
|
||||
true, -1.0, NULL,
|
||||
false, "static", -1000010020,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4GenericIon.cc 72056 2013-07-04 13:06:21Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -81,6 +81,7 @@ G4GenericIon* G4GenericIon::Definition()
|
||||
}
|
||||
|
||||
theInstance = reinterpret_cast<G4GenericIon*>(anInstance);
|
||||
pTable->SetGenericIon(theInstance);
|
||||
return theInstance;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4He3.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4He3* G4He3::Definition()
|
||||
"nucleus", 0, +3, 1000020030,
|
||||
true, -1.0, NULL,
|
||||
false, "static", -1000020030,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4IonConstructor.cc 67971 2013-03-13 10:13:24Z gcosmo $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4Triton.cc 69557 2013-05-08 12:01:40Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4Triton* G4Triton::Definition()
|
||||
"nucleus", 0, +3, 1000010030,
|
||||
true, 12.32*year, NULL,
|
||||
false, "static", -1000010030,
|
||||
0.0
|
||||
0.0, 0
|
||||
);
|
||||
|
||||
// Magnetic Moment
|
||||
|
||||
Reference in New Issue
Block a user