Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
+8 -2
View File
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSC.icc,v 1.8 2007/05/16 11:35:36 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: QGSC.icc,v 1.9 2009/11/27 17:28:18 gunter Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
//---------------------------------------------------------------------------
//
@@ -42,6 +42,7 @@
// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
// 26.04.2007 G.Folger Use QCaptureAtRest for muon
// 16.05.2007 V.Ivanchenko: rename EM builders
// 27.11.2009 G.Folger: Mark as obsolete
//
//----------------------------------------------------------------------------
//
@@ -69,6 +70,8 @@
#include "G4DataQuestionaire.hh"
#include "HadronPhysicsQGSC.hh"
#include "G4WarnPLStatus.hh"
template<class T> TQGSC<T>::TQGSC(G4int ver): T()
{
// default cut value (1.0mm)
@@ -79,6 +82,9 @@ template<class T> TQGSC<T>::TQGSC(G4int ver): T()
this->defaultCutValue = 0.7*mm;
this->SetVerboseLevel(ver);
G4WarnPLStatus obs;
obs.Unsupported("QGSC", "QGSC_BERT");
// EM Physics
this->RegisterPhysics( new G4EmStandardPhysics(ver));