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: F01CalorHit.cc,v 1.4 2006/06/29 17:16:21 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01CalorimeterSD.cc,v 1.6 2006/06/29 17:16:23 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01DetectorConstruction.cc,v 1.15 2006/06/29 17:16:25 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01DetectorMessenger.cc,v 1.5 2006/06/29 17:16:27 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01EventAction.cc,v 1.6 2006/06/29 17:16:29 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01EventActionMessenger.cc,v 1.4 2006/06/29 17:16:31 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01FieldMessenger.cc,v 1.8 2006/06/29 17:16:33 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01FieldSetup.cc,v 1.7 2006/06/29 17:16:36 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// User Field setup class implementation.
//
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: F01PhysicsList.cc,v 1.11 2006/06/29 17:16:38 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: F01PhysicsList.cc,v 1.12 2007/05/23 09:14:09 japost Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
#include "G4Timer.hh"
@@ -46,7 +46,6 @@
#include "G4ios.hh"
#include <iomanip>
#include "G4FastSimulationManagerProcess.hh"
/////////////////////////////////////////////////////////////
@@ -159,7 +158,7 @@ void F01PhysicsList::ConstructBarions()
void F01PhysicsList::ConstructProcess()
{
AddTransportation();
AddParameterisation();
// AddParameterisation();
ConstructEM();
ConstructGeneral();
@@ -328,26 +327,6 @@ void F01PhysicsList::ConstructGeneral()
}
}
/////////////////////////////////////////////////////////////////////////////
void F01PhysicsList::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);
}
}
/////////////////////////////////////////////////////////////////////////////
@@ -25,7 +25,7 @@
//
//
// $Id: F01PhysicsListMessenger.cc,v 1.6 2006/06/29 17:16:41 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01PrimaryGeneratorAction.cc,v 1.8 2006/06/29 17:16:43 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01PrimaryGeneratorMessenger.cc,v 1.5 2006/06/29 17:16:45 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01RunAction.cc,v 1.10 2006/06/29 17:16:49 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01RunMessenger.cc,v 1.6 2006/06/29 17:16:51 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01StepCut.cc,v 1.3 2006/06/29 17:16:53 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#include "F01StepCut.hh"
@@ -25,7 +25,7 @@
//
//
// $Id: F01SteppingAction.cc,v 1.7 2006/06/29 17:16:55 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: F01SteppingMessenger.cc,v 1.4 2006/06/29 17:16:58 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -25,7 +25,7 @@
//
//
// $Id: F01SteppingVerbose.cc,v 1.7 2006/06/29 17:17:00 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....