Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
+7 -2
View File
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: CHIPS.icc,v 1.11 2010/08/16 07:14:44 kurasige Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: CHIPS.icc,v 1.11 2010-08-16 07:14:44 kurasige Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//---------------------------------------------------------------------------
//
@@ -62,6 +62,8 @@
#include "G4DataQuestionaire.hh"
#include "HadronPhysicsCHIPS.hh"
#include "G4WarnPLStatus.hh"
template<class T> TCHIPS<T>::TCHIPS(G4int ver): T()
{
// default cut value (1.0mm)
@@ -72,6 +74,9 @@ template<class T> TCHIPS<T>::TCHIPS(G4int ver): T()
this->defaultCutValue = 0.7*mm;
this->SetVerboseLevel(ver);
G4WarnPLStatus exp;
exp.Experimental("CHIPS");
// EM Physics
//this->RegisterPhysics( new G4QAtomicPhysics(ver));
this->RegisterPhysics( new G4EmStandardPhysics(ver));