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
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSC_BERT.icc,v 1.4 2010-08-16 07:14:44 kurasige Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//---------------------------------------------------------------------------
//
@@ -36,10 +35,14 @@
// Modified:
// 04.06.2010 G.Folger: Use new ctor for builders
// 16.08.2010 H.Kurashige: Remove inclusion of G4ParticleWithCuts
// 16.10.2012 A.Ribon: Renamed the physics classes used
//
//----------------------------------------------------------------------------
//
#include <iomanip>
#include "globals.hh"
#include "G4ios.hh"
#include "G4ProcessManager.hh"
#include "G4ProcessVector.hh"
#include "G4ParticleTypes.hh"
@@ -47,13 +50,11 @@
#include "G4Material.hh"
#include "G4MaterialTable.hh"
#include "G4ios.hh"
#include <iomanip>
#include "G4DecayPhysics.hh"
#include "G4EmStandardPhysics.hh"
#include "G4EmExtraPhysics.hh"
#include "G4IonPhysics.hh"
#include "G4EmQExtraPhysics.hh"
#include "G4IonLHEPPhysics.hh"
#include "G4QCaptureAtRestPhysics.hh"
#include "G4HadronQElasticPhysics.hh"
#include "G4NeutronTrackingCut.hh"
@@ -63,24 +64,25 @@
#include "G4WarnPLStatus.hh"
template<class T> TQGSC_BERT<T>::TQGSC_BERT(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: QGSC_BERT 1.1"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: QGSC_BERT 1.2"<<G4endl;
G4cout <<G4endl<<G4endl;
this->defaultCutValue = 0.7*mm;
this->defaultCutValue = 0.7*CLHEP::mm;
this->SetVerboseLevel(ver);
G4WarnPLStatus exp;
exp.Experimental("QGSC_BERT");
G4WarnPLStatus obs;
obs.Unsupported("QGSC_BERT", "FTFP_BERT");
// EM Physics
this->RegisterPhysics( new G4EmStandardPhysics(ver) );
// Synchroton Radiation & GN Physics
this->RegisterPhysics( new G4EmExtraPhysics(ver) );
this->RegisterPhysics( new G4EmQExtraPhysics(ver) );
// Decays
this->RegisterPhysics( new G4DecayPhysics(ver) );
@@ -95,7 +97,7 @@ template<class T> TQGSC_BERT<T>::TQGSC_BERT(G4int ver): T()
this->RegisterPhysics( new G4QCaptureAtRestPhysics(ver) );
// Ion Physics
this->RegisterPhysics( new G4IonPhysics(ver));
this->RegisterPhysics( new G4IonLHEPPhysics(ver));
// Neutron tracking cut
this->RegisterPhysics( new G4NeutronTrackingCut(ver));