Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
+3 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Alpha.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4Alpha.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// ----------------------------------------------------------------------
@@ -74,6 +74,7 @@ G4Alpha* G4Alpha::Definition()
false, "static", 0,
0.0
);
}
//No Anti particle registered
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Deuteron.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4Deuteron.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// ----------------------------------------------------------------------
@@ -65,7 +65,7 @@ G4Deuteron* G4Deuteron::Definition()
// stable lifetime decay table
// shortlived subType anti_encoding
// excitation
anInstance = new G4Ions(
anInstance = new G4Ions(
name, 1.875613*GeV, 0.0*MeV, +1.0*eplus,
2, +1, 0,
0, 0, 0,
@@ -74,6 +74,11 @@ G4Deuteron* G4Deuteron::Definition()
false, "static", 0,
0.0
);
// Magnetic Moment
G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
anInstance->SetPDGMagneticMoment( 0.857438230 * mN);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
@@ -25,7 +25,7 @@
//
//
// $Id: G4GenericIon.cc,v 1.13 2006/06/29 19:17:55 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// ----------------------------------------------------------------------
+8 -3
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4He3.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4He3.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// ----------------------------------------------------------------------
@@ -65,7 +65,7 @@ G4He3* G4He3::Definition()
// stable lifetime decay table
// shortlived subType anti_encoding
// excitation
anInstance = new G4Ions(
anInstance = new G4Ions(
name, 2.80923*GeV, 0.0*MeV, +2.0*eplus,
1, +1, 0,
0, 0, 0,
@@ -74,6 +74,11 @@ G4He3* G4He3::Definition()
false, "static", 0,
0.0
);
// Magnetic Moment
G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
anInstance->SetPDGMagneticMoment( -2.12762485 * mN);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
@@ -25,7 +25,7 @@
//
//
// $Id: G4IonConstructor.cc,v 1.4 2006/06/29 19:18:02 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// --------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Triton.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4Triton.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// ----------------------------------------------------------------------
@@ -65,7 +65,7 @@ G4Triton* G4Triton::Definition()
// stable lifetime decay table
// shortlived subType anti_encoding
// excitation
anInstance = new G4Ions(
anInstance = new G4Ions(
name, 2.80925*GeV, 0.0*MeV, +1.0*eplus,
1, +1, 0,
0, 0, 0,
@@ -74,7 +74,12 @@ G4Triton* G4Triton::Definition()
false, "static", 0,
0.0
);
}
// Magnetic Moment
G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
anInstance->SetPDGMagneticMoment( 2.97896248 * mN);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);