Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user