Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+7 -3
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Alpha.cc,v 1.12 2006/06/29 19:17:49 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Alpha.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// ----------------------------------------------------------------------
@@ -69,12 +69,16 @@ G4Alpha* G4Alpha::Definition()
name, 3.727417*GeV, 0.0*MeV, +2.0*eplus,
0, +1, 0,
0, 0, 0,
"nucleus", 0, +4, 0,
"nucleus", 0, +4, 1000020040,
true, -1.0, NULL,
false, "static", 0,
0.0
);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
theInstance = reinterpret_cast<G4Alpha*>(anInstance);
return theInstance;
}
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Deuteron.cc,v 1.12 2006/06/29 19:17:52 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Deuteron.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// ----------------------------------------------------------------------
@@ -69,12 +69,15 @@ G4Deuteron* G4Deuteron::Definition()
name, 1.875613*GeV, 0.0*MeV, +1.0*eplus,
2, +1, 0,
0, 0, 0,
"nucleus", 0, +2, 0,
"nucleus", 0, +2, 1000010020,
true, -1.0, NULL,
false, "static", 0,
0.0
);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
theInstance = reinterpret_cast<G4Deuteron*>(anInstance);
return theInstance;
}
@@ -25,7 +25,7 @@
//
//
// $Id: G4GenericIon.cc,v 1.13 2006/06/29 19:17:55 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// ----------------------------------------------------------------------
+6 -3
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4He3.cc,v 1.12 2006/06/29 19:17:59 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4He3.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// ----------------------------------------------------------------------
@@ -69,12 +69,15 @@ G4He3* G4He3::Definition()
name, 2.80923*GeV, 0.0*MeV, +2.0*eplus,
1, +1, 0,
0, 0, 0,
"nucleus", 0, +3, 0,
"nucleus", 0, +3, 1000020030,
true, -1.0, NULL,
false, "static", 0,
0.0
);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
theInstance = reinterpret_cast<G4He3*>(anInstance);
return theInstance;
}
@@ -25,7 +25,7 @@
//
//
// $Id: G4IonConstructor.cc,v 1.4 2006/06/29 19:18:02 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// --------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Triton.cc,v 1.12 2006/06/29 19:18:04 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Triton.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// ----------------------------------------------------------------------
@@ -69,12 +69,15 @@ G4Triton* G4Triton::Definition()
name, 2.80925*GeV, 0.0*MeV, +1.0*eplus,
1, +1, 0,
0, 0, 0,
"nucleus", 0, +3, 0,
"nucleus", 0, +3, 1000010030,
true, -1.0, NULL,
false, "static", 0,
0.0
);
}
//No Anti particle registered
anInstance->SetAntiPDGEncoding(0);
theInstance = reinterpret_cast<G4Triton*>(anInstance);
return theInstance;
}