Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+11 -14
View File
@@ -23,11 +23,6 @@
// * 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: not supported by cvs2svn $
//
//---------------------------------------------------------------------------
//
// ClassName: CHIPS
//
// Author: 2009 M.Kosov (based on QGSC_BERT, but without BERT)
@@ -38,7 +33,10 @@
//
//----------------------------------------------------------------------------
//
#include <iomanip>
#include "globals.hh"
#include "G4ios.hh"
#include "G4ProcessManager.hh"
#include "G4ProcessVector.hh"
#include "G4ParticleTypes.hh"
@@ -46,8 +44,6 @@
#include "G4Material.hh"
#include "G4MaterialTable.hh"
#include "G4ios.hh"
#include <iomanip>
#include "G4DecayPhysics.hh"
#include "G4EmStandardPhysics.hh"
@@ -64,18 +60,19 @@
#include "G4WarnPLStatus.hh"
template<class T> TCHIPS<T>::TCHIPS(G4int ver): T()
{
// default cut value (1.0mm)
// defaultCutValue = 1.0*mm;
// defaultCutValue = 1.0*CLHEP::mm;
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: CHIPS 1.1"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: CHIPS 1.3"<<G4endl;
G4cout <<G4endl<<G4endl;
this->defaultCutValue = 0.7*mm;
this->defaultCutValue = 0.7*CLHEP::mm;
this->SetVerboseLevel(ver);
G4WarnPLStatus exp;
exp.Experimental("CHIPS");
G4WarnPLStatus obs;
obs.Unsupported("CHIPS", "FTFP_BERT");
// EM Physics
//this->RegisterPhysics( new G4QAtomicPhysics(ver));
@@ -117,8 +114,8 @@ template<class T> void TCHIPS<T>::SetCuts()
this->SetCutsWithDefault();
// if (this->verboseLevel >0)
// G4VUserPhysicsList::DumpCutValuesTable();
// if (this->verboseLevel >0)
// G4VUserPhysicsList::DumpCutValuesTable();
}