Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: FTFC.icc,v 1.5 2007/06/01 15:24:24 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// $Id: FTFC.icc,v 1.6 2008/06/19 08:08:22 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -40,6 +40,7 @@
|
||||
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
|
||||
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
|
||||
// 16.05.2007 V.Ivanchenko: rename EM builders
|
||||
// 19.06.2008 G.Folger: don't use chips quasielastic for FTF
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -72,7 +73,7 @@ template<class T> TFTFC<T>::TFTFC(G4int ver): T()
|
||||
// default cut value (1.0mm)
|
||||
// defaultCutValue = 1.0*mm;
|
||||
G4DataQuestionaire it(photon);
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: FTFC 3.4"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: FTFC 3.5"<<G4endl;
|
||||
G4cout << G4endl;
|
||||
this->defaultCutValue = 0.7*mm;
|
||||
this->SetVerboseLevel(ver);
|
||||
@@ -91,7 +92,7 @@ template<class T> TFTFC<T>::TFTFC(G4int ver): T()
|
||||
|
||||
// Hadron Physics
|
||||
G4bool quasiElastic;
|
||||
this->RegisterPhysics( new HadronPhysicsFTFC("hadron",quasiElastic=true));
|
||||
this->RegisterPhysics( new HadronPhysicsFTFC("hadron",quasiElastic=false));
|
||||
|
||||
// Stopping Physics
|
||||
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
|
||||
|
||||
Reference in New Issue
Block a user