Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4HepRepSceneHandler.hh 68043 2013-03-13 14:27:49Z gcosmo $
//
/**
@@ -96,7 +96,6 @@ class G4HepRepSceneHandler: public G4VSceneHandler {
void AddPrimitive (const G4Circle&);
void AddPrimitive (const G4Square&);
void AddPrimitive (const G4Polyhedron&);
void AddPrimitive (const G4NURBS&);
void AddPrimitive (const G4Polymarker&);
void AddPrimitive (const G4Scale& scale);
@@ -112,9 +111,9 @@ class G4HepRepSceneHandler: public G4VSceneHandler {
void closeFile();
private:
G4HepRepSceneHandler (const G4HepRepSceneHandler&);
G4HepRepSceneHandler& operator= (const G4HepRepSceneHandler&);
static G4int sceneIdCount;
const G4ModelingParameters* originalMP; // Keeps pointer to original.
G4ModelingParameters* nonCullingMP; // For temporary non-culling.
G4Transform3D transform;