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,17 +23,19 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSP_QEL.icc,v 1.1 2006/11/28 15:41:23 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: QGSP_QEL.icc,v 1.2 2007/04/26 14:47:11 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
// ClassName: QGSP_QEL
// using chips version of hadron Elastic scattering
//
// Author: 2006 G.Folger
//
// Created from QGSP
// Modified:
// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
//
//----------------------------------------------------------------------------
//
@@ -68,7 +70,7 @@ template<class T> TQGSP_QEL<T>::TQGSP_QEL(G4int ver): T()
// defaultCutValue = 1.0*mm;
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_QEL 1.0"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_QEL 1.1"<<G4endl;
G4cout <<G4endl;
this->defaultCutValue = 0.7*mm;
@@ -87,7 +89,8 @@ template<class T> TQGSP_QEL<T>::TQGSP_QEL(G4int ver): T()
this-> RegisterPhysics( new G4HadronQElasticPhysics("elastic",ver));
// Hadron Physics
this->RegisterPhysics( new HadronPhysicsQGSP("hadron"));
G4bool quasiElastic;
this->RegisterPhysics( new HadronPhysicsQGSP("hadron",quasiElastic=true));
// Stopping Physics
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));