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
+5 -4
View File
@@ -21,14 +21,12 @@
// ********************************************************************
//
//
// $Id: G4Run.cc,v 1.7 2004/06/11 14:27:45 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Run.cc,v 1.9 2005/09/26 08:34:17 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#include "G4Run.hh"
G4Allocator<G4Run> aRunAllocator;
G4Run::G4Run()
:runID(0),numberOfEvent(0),numberOfEventToBeProcessed(0),HCtable(0),DCtable(0)
{;}
@@ -36,3 +34,6 @@ G4Run::G4Run()
G4Run::~G4Run()
{;}
void G4Run::RecordEvent(const G4Event*)
{ numberOfEvent++; }