Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSP_EMV.icc,v 1.3 2006/11/24 17:10:24 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: QGSP_EMV.icc,v 1.4 2007/04/26 14:47:11 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
@@ -41,6 +41,9 @@
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
// 21.06.2006 V.Ivanchenko: use v71 EM physics
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
// 24.04.2007 G.Folger:
// - use quasielastic in QGS string model.
// - use HadronPhysicsQGSP, not HadronPhysicsQGSP_EMV, code is equivalent
//
//----------------------------------------------------------------------------
//
@@ -67,12 +70,12 @@
#include "G4NeutronTrackingCut.hh"
#include "G4DataQuestionaire.hh"
#include "HadronPhysicsQGSP_EMV.hh"
#include "HadronPhysicsQGSP.hh"
template<class T> TQGSP_EMV<T>::TQGSP_EMV(G4int ver): T()
{
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_EMV 3.2"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_EMV 3.3"<<G4endl;
G4cout <<G4endl;
this->defaultCutValue = 0.7*mm;
this->SetVerboseLevel(ver);
@@ -90,7 +93,8 @@ template<class T> TQGSP_EMV<T>::TQGSP_EMV(G4int ver): T()
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
// Hadron Physics
this->RegisterPhysics( new HadronPhysicsQGSP_EMV("hadron"));
G4bool quasiElastic;
this->RegisterPhysics( new HadronPhysicsQGSP("hadron",quasiElastic=true));
// Stopping Physics
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));