Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4VisModelManager.hh,v 1.4 2006/06/29 21:29:10 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VisModelManager.hh,v 1.4 2006-06-29 21:29:10 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// Generic model manager. Manages models, associated
// factories, messengers, command placement etc
@@ -72,6 +72,11 @@ public: // With description
private:
// Private copy constructor and assigment operator - copying and
// assignment not allowed. Keeps Coverity happy.
G4VisModelManager (const G4VisModelManager&);
G4VisModelManager& operator = (const G4VisModelManager&);
// Data members
G4String fPlacement;
List* fpModelList;