Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
//
|
||||
/// \file hadronic/Hadr03/src/PhysicsList.cc
|
||||
/// \brief Implementation of the PhysicsList class
|
||||
//
|
||||
// $Id: PhysicsList.cc 70319 2013-05-29 07:53:09Z gcosmo $
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -34,9 +36,11 @@
|
||||
#include "G4UnitsTable.hh"
|
||||
|
||||
#include "G4HadronElasticPhysics.hh"
|
||||
#include "HadronPhysicsQGSP_BERT_HP.hh"
|
||||
#include "G4HadronInelasticQBBC.hh"
|
||||
#include "G4HadronPhysicsFTFP_BERT_HP.hh"
|
||||
#include "G4HadronPhysicsINCLXX.hh"
|
||||
#include "G4IonPhysics.hh"
|
||||
#include "G4IonINCLXXPhysics.hh"
|
||||
#include "GammaPhysics.hh"
|
||||
|
||||
// particles
|
||||
@@ -59,21 +63,23 @@ PhysicsList::PhysicsList()
|
||||
|
||||
//add new units for cross sections
|
||||
//
|
||||
new G4UnitDefinition( "mm2/g", "mm2/g","Surface/Mass", mm2/g);
|
||||
new G4UnitDefinition( "mm2/g", "mm2/g", "Surface/Mass", mm2/g);
|
||||
new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg);
|
||||
|
||||
// Hadron Elastic scattering
|
||||
RegisterPhysics( new G4HadronElasticPhysics(verb) );
|
||||
|
||||
// Hadron Physics
|
||||
////RegisterPhysics( new HadronPhysicsQGSP_BERT_HP(verb));
|
||||
RegisterPhysics( new G4HadronInelasticQBBC(verb));
|
||||
|
||||
// Hadron Inelastic Physics
|
||||
////RegisterPhysics( new G4HadronInelasticQBBC(verb));
|
||||
RegisterPhysics( new G4HadronPhysicsFTFP_BERT_HP(verb));
|
||||
////RegisterPhysics( new G4HadronPhysicsINCLXX(verb));
|
||||
|
||||
// Ion Physics
|
||||
RegisterPhysics( new G4IonPhysics(verb));
|
||||
////RegisterPhysics( new G4IonINCLXXPhysics(verb));
|
||||
|
||||
// Gamma Physics
|
||||
RegisterPhysics( new GammaPhysics("gamma"));
|
||||
RegisterPhysics( new GammaPhysics("gamma"));
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user