Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: DMXActionInitializer.cc 66241 2012-12-13 18:34:42Z gunter $
|
||||
// GEANT4 tag $Name: $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// GEANT4 tag $Name:
|
||||
//
|
||||
// Author: Alex Howard (alexander.howard@cern.ch)
|
||||
//
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: DMXMinEkineCuts.cc 69148 2013-04-19 10:35:21Z gcosmo $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -565,7 +565,7 @@ void DMXPhysicsList::ConstructOp()
|
||||
#include "G4PiMinusAbsorptionBertini.hh"
|
||||
#include "G4KaonMinusAbsorptionBertini.hh"
|
||||
#include "G4AntiProtonAbsorptionFritiof.hh"
|
||||
|
||||
#include "G4HadronicParameters.hh"
|
||||
|
||||
|
||||
void DMXPhysicsList::ConstructHad()
|
||||
@@ -584,7 +584,7 @@ void DMXPhysicsList::ConstructHad()
|
||||
// Inelastic scattering
|
||||
const G4double theFTFMin0 = 0.0*GeV;
|
||||
const G4double theFTFMin1 = 4.0*GeV;
|
||||
const G4double theFTFMax = 100.0*TeV;
|
||||
const G4double theFTFMax = G4HadronicParameters::Instance()->GetMaxEnergy();
|
||||
const G4double theBERTMin0 = 0.0*GeV;
|
||||
const G4double theBERTMin1 = 19.0*MeV;
|
||||
const G4double theBERTMax = 5.0*GeV;
|
||||
|
||||
Reference in New Issue
Block a user