Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -27,7 +27,7 @@
/// \brief Main program of the electromagnetic/TestEm0 example
//
//
// $Id: DirectAccess.cc 94302 2015-11-11 12:58:04Z gcosmo $
// $Id: DirectAccess.cc 108856 2018-03-12 07:41:27Z gcosmo $
//
// ------------------------------------------------------------
//
@@ -163,7 +163,7 @@ int main() {
G4VEmModel* brem = new G4SeltzerBergerModel();
ioni->Initialise(elec, cuts);
brem->Initialise(elec, cuts);
// compute CrossSection per atom and MeanFreePath
//
Emin = 1.01*MeV; Emax = 101.01*MeV; dE = 10*MeV;
@@ -200,7 +200,7 @@ int main() {
}
G4cout << G4endl;
// initialise proton processes (models)
//
ioni = new G4BetheBlochModel();