Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
+7 -5
View File
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: FTFP.icc,v 1.3 2006/11/24 17:10:03 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: FTFP.icc,v 1.5 2007/06/01 15:20:06 gunter Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//---------------------------------------------------------------------------
//
@@ -39,6 +39,7 @@
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
// 16.05.2007 V.Ivanchenko: rename EM builders
//
//----------------------------------------------------------------------------
//
@@ -72,13 +73,13 @@ template<class T> TFTFP<T>::TFTFP(G4int ver): T()
// default cut value (1.0mm)
// defaultCutValue = 1.0*mm;
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: FTFP 4.2"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: FTFP 4.3"<<G4endl;
G4cout <<G4endl;
this->defaultCutValue = 0.7*mm;
this->SetVerboseLevel(ver);
// EM Physics
this->RegisterPhysics( new G4EmStandardPhysics("standard EM",ver));
this->RegisterPhysics( new G4EmStandardPhysics(ver));
// Synchroton Radiation & GN Physics
this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
@@ -90,7 +91,8 @@ template<class T> TFTFP<T>::TFTFP(G4int ver): T()
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
// Hadron Physics
this->RegisterPhysics( new HadronPhysicsFTFP("hadron"));
G4bool quasiElastic;
this->RegisterPhysics( new HadronPhysicsFTFP("hadron",quasiElastic=true));
// Stopping Physics
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));