Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: ParRunManager.hh,v 1.2 2002/06/06 17:05:05 cooperma Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: ParRunManager.hh,v 1.3 2004/11/22 17:51:13 cooperma Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -40,7 +40,7 @@
class ParRunManager : public G4RunManager
{
protected: // with description
protected:
virtual void DoEventLoop(G4int n_event,
const char* macroFile=0,
G4int n_select=-1);
@@ -61,8 +61,6 @@ class ParRunManager : public G4RunManager
static G4int n_select;
static G4String msg;
G4int i_event; // Used in lieu of i_event in RunManager::DoEventLoop()
inline void ImportDoEventLoopLocals(
G4StateManager* stateManager, G4int n_event,
G4int n_select, G4String msg )