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
@@ -29,8 +29,8 @@
//
// Code developed by: S.Guatelli, guatelli@ge.infn.it
//
// $Id: RemSimRunAction.cc,v 1.9 2004/06/18 09:18:09 gunter Exp $
// GEANT4 tag $Name: geant4-06-02 $
// $Id: RemSimRunAction.cc,v 1.10 2004/11/23 11:43:21 guatelli Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
#include "RemSimRunAction.hh"
@@ -63,9 +63,17 @@ RemSimRunAction::~RemSimRunAction()
delete data;
}
void RemSimRunAction::BeginOfRunAction(const G4Run*)
{
void RemSimRunAction::BeginOfRunAction(const G4Run* aRun)
{
G4cout << "### Run " << aRun -> GetRunID() << " start." << G4endl;
#ifdef G4ANALYSIS_USE
G4int runNb = aRun -> GetRunID();
if (runNb == 0)
{
RemSimAnalysisManager* analysis = RemSimAnalysisManager::getInstance();
analysis -> book();
}
#endif
}
void RemSimRunAction::EndOfRunAction(const G4Run* aRun)