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