Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -25,7 +25,7 @@
//
//
// $Id: F02CalorHit.cc,v 1.4 2006/06/29 17:17:50 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02CalorimeterSD.cc,v 1.6 2006/06/29 17:17:52 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02DetectorConstruction.cc,v 1.12 2006/06/29 17:17:55 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02DetectorMessenger.cc,v 1.5 2006/06/29 17:17:57 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02ElectricFieldSetup.cc,v 1.2 2006/06/29 17:17:59 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// User Field class implementation.
@@ -25,7 +25,7 @@
//
//
// $Id: F02EventAction.cc,v 1.6 2006/06/29 17:18:02 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02EventActionMessenger.cc,v 1.5 2006/06/29 17:18:05 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02FieldMessenger.cc,v 1.6 2006/06/29 17:18:08 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: F02PhysicsList.cc,v 1.10 2006/06/29 17:18:10 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: F02PhysicsList.cc,v 1.11 2007/05/23 13:40:28 tnikitin Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
#include "G4Timer.hh"
@@ -46,7 +46,7 @@
#include "G4ios.hh"
#include <iomanip>
#include "G4FastSimulationManagerProcess.hh"
/////////////////////////////////////////////////////////////
@@ -159,7 +159,7 @@ void F02PhysicsList::ConstructBarions()
void F02PhysicsList::ConstructProcess()
{
AddTransportation();
AddParameterisation();
// AddParameterisation();
ConstructEM();
ConstructGeneral();
@@ -307,28 +307,6 @@ void F02PhysicsList::ConstructGeneral()
}
}
/////////////////////////////////////////////////////////////////////////////
void F02PhysicsList::AddParameterisation()
{
G4FastSimulationManagerProcess* theFastSimulationManagerProcess =
new G4FastSimulationManagerProcess() ;
theParticleIterator->reset();
while( (*theParticleIterator)() )
{
G4ParticleDefinition* particle = theParticleIterator->value() ;
G4ProcessManager* pmanager = particle->GetProcessManager() ;
// both postStep and alongStep action are required: because
// of the use of ghost volumes. If no ghost, the postStep is sufficient.
pmanager->AddProcess(theFastSimulationManagerProcess, -1, 1, 1);
}
}
/////////////////////////////////////////////////////////////////////////////
void F02PhysicsList::SetCuts()
@@ -25,7 +25,7 @@
//
//
// $Id: F02PhysicsListMessenger.cc,v 1.6 2006/06/29 17:18:13 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02PrimaryGeneratorAction.cc,v 1.5 2006/06/29 17:18:15 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02PrimaryGeneratorMessenger.cc,v 1.5 2006/06/29 17:18:17 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02RunAction.cc,v 1.8 2006/06/29 17:18:20 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02RunMessenger.cc,v 1.6 2006/06/29 17:18:23 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02StepCut.cc,v 1.3 2006/06/29 17:18:25 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#include "F02StepCut.hh"
@@ -25,7 +25,7 @@
//
//
// $Id: F02SteppingAction.cc,v 1.6 2006/06/29 17:18:27 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F02SteppingMessenger.cc,v 1.4 2006/06/29 17:18:29 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -25,7 +25,7 @@
//
//
// $Id: F02SteppingVerbose.cc,v 1.6 2006/06/29 17:18:31 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
//---------------------------------------------------------------