Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+6 -2
View File
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Run.hh,v 1.16 2007-03-07 03:00:14 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
#ifndef G4Run_h
@@ -50,6 +49,11 @@ class G4Run
G4Run();
virtual ~G4Run();
private:
// These copy constructor and = operator must not be used.
G4Run(const G4Run &) {;}
G4Run& operator=(const G4Run &) { return *this; }
protected:
G4int runID;
G4int numberOfEvent;