Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: F01CalorHit.cc,v 1.3 2003/06/25 17:40:46 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01CalorimeterSD.cc,v 1.5 2003/06/25 17:40:46 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01DetectorConstruction.cc,v 1.14 2004/12/02 11:32:59 japost Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01DetectorMessenger.cc,v 1.4 2002/12/05 01:06:56 asaim Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: F01EventAction.cc,v 1.4 2001/11/07 16:36:31 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: F01EventAction.cc,v 1.5 2005/12/06 13:58:04 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -110,12 +110,12 @@ void F01EventAction::EndOfEventAction(const G4Event* evt)
//save rndm status
if (runaction->GetRndmFreq() == 2)
{
HepRandom::saveEngineStatus("endOfEvent.rndm");
CLHEP::HepRandom::saveEngineStatus("endOfEvent.rndm");
G4int evtNb = evt->GetEventID();
if (evtNb%printModulo == 0)
{
G4cout << "\n---> End of Event: " << evtNb << G4endl;
HepRandom::showEngineStatus();
CLHEP::HepRandom::showEngineStatus();
}
}
}
@@ -22,7 +22,7 @@
//
//
// $Id: F01EventActionMessenger.cc,v 1.3 2002/12/05 01:06:56 asaim Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01FieldMessenger.cc,v 1.7 2003/11/25 18:06:26 japost Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01FieldSetup.cc,v 1.6 2004/03/23 14:51:04 japost Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// User Field setup class implementation.
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01PhysicsList.cc,v 1.10 2004/12/03 15:22:18 grichine Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
#include "G4Timer.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: F01PhysicsListMessenger.cc,v 1.5 2003/08/27 17:38:54 vnivanch Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01PrimaryGeneratorAction.cc,v 1.7 2004/12/03 16:07:23 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: F01RunAction.cc,v 1.8 2003/06/25 17:40:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: F01RunAction.cc,v 1.9 2005/12/06 13:58:04 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -62,8 +62,8 @@ void F01RunAction::BeginOfRunAction(const G4Run* aRun)
// save Rndm status
if (saveRndm > 0)
{
HepRandom::showEngineStatus();
HepRandom::saveEngineStatus("beginOfRun.rndm");
CLHEP::HepRandom::showEngineStatus();
CLHEP::HepRandom::saveEngineStatus("beginOfRun.rndm");
}
G4UImanager* UI = G4UImanager::GetUIpointer();
@@ -85,8 +85,8 @@ void F01RunAction::EndOfRunAction(const G4Run*)
if (saveRndm == 1)
{
HepRandom::showEngineStatus();
HepRandom::saveEngineStatus("endOfRun.rndm");
CLHEP::HepRandom::showEngineStatus();
CLHEP::HepRandom::saveEngineStatus("endOfRun.rndm");
}
}
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: F01RunMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: F01RunMessenger.cc,v 1.5 2005/12/06 13:58:04 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -80,8 +80,8 @@ void F01RunMessenger::SetNewValue(G4UIcommand* command,G4String newValues)
if (command == RndmReadCmd)
{ G4cout << "\n---> rndm status restored from file: " << newValues << G4endl;
HepRandom::restoreEngineStatus(newValues);
HepRandom::showEngineStatus();
CLHEP::HepRandom::restoreEngineStatus(newValues);
CLHEP::HepRandom::showEngineStatus();
}
}
@@ -22,7 +22,7 @@
//
//
// $Id: F01StepCut.cc,v 1.2 2001/07/11 09:58:00 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
#include "F01StepCut.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: F01SteppingAction.cc,v 1.6 2003/06/16 16:48:58 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: F01SteppingMessenger.cc,v 1.3 2003/06/25 17:40:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -22,7 +22,7 @@
//
//
// $Id: F01SteppingVerbose.cc,v 1.6 2003/12/01 16:25:37 japost Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....