Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03ActionInitialization class
|
||||
//
|
||||
//
|
||||
// $Id: B03ActionInitialization.cc 66780 2013-01-12 14:56:35Z gcosmo $
|
||||
//
|
||||
|
||||
#include "B03ActionInitialization.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id: B03DetectorConstruction.cc 70238 2013-05-27 11:59:40Z gcosmo $
|
||||
//
|
||||
#include "G4Types.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03ImportanceDetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id: B03ImportanceDetectorConstruction.cc 70093 2013-05-23 09:03:57Z gcosmo $
|
||||
//
|
||||
|
||||
#include "globals.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03PVolumeStore class
|
||||
//
|
||||
//
|
||||
// $Id: B03PVolumeStore.cc 70074 2013-05-22 21:01:50Z ahoward $
|
||||
// GEANT4 tag
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03PhysicsList class
|
||||
//
|
||||
//
|
||||
// $Id: B03PhysicsList.cc 75089 2013-10-25 23:25:21Z dwright $
|
||||
//
|
||||
|
||||
#include "globals.hh"
|
||||
@@ -50,6 +49,7 @@
|
||||
#include "G4Material.hh"
|
||||
#include "G4MaterialTable.hh"
|
||||
#include "G4SystemOfUnits.hh"
|
||||
#include "G4HadronicParameters.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -325,7 +325,7 @@ void B03PhysicsList::ConstructHad()
|
||||
theTheoModel->SetTransport(theCascade);
|
||||
theTheoModel->SetHighEnergyGenerator(theStringModel);
|
||||
theTheoModel->SetMinEnergy(19*GeV);
|
||||
theTheoModel->SetMaxEnergy(100*TeV);
|
||||
theTheoModel->SetMaxEnergy( G4HadronicParameters::Instance()->GetMaxEnergy() );
|
||||
|
||||
G4VLongitudinalStringDecay* theFragmentation = new G4QGSMFragmentation;
|
||||
G4ExcitedStringDecay* theStringDecay =
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03PrimaryGeneratorAction class
|
||||
//
|
||||
//
|
||||
// $Id: B03PrimaryGeneratorAction.cc 70222 2013-05-27 10:07:27Z ihrivnac $
|
||||
//
|
||||
|
||||
#include "globals.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03Run class
|
||||
//
|
||||
//
|
||||
// $Id: B03Run.cc 70528 2013-05-31 16:50:36Z gcosmo $
|
||||
//
|
||||
|
||||
//=====================================================================
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the B03RunAction class
|
||||
//
|
||||
//
|
||||
// $Id: B03RunAction.cc 72953 2013-08-14 14:13:36Z gcosmo $
|
||||
//
|
||||
#include "B03RunAction.hh"
|
||||
#include "B03Run.hh"
|
||||
|
||||
Reference in New Issue
Block a user