Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4AxesModel.hh,v 1.1.2.1 2001/06/28 19:16:18 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4AxesModel.hh,v 1.4 2001/08/24 20:34:14 johna Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
// John Allison 3rd April 2001
@@ -49,7 +49,7 @@ public: // With description
virtual ~G4AxesModel ();
virtual void DescribeYourselfTo (G4VGraphicsScene&);
// The main task of a model is to describe itself to the scene.
// The main task of a model is to describe itself to the graphics scene.
virtual G4String GetCurrentDescription () const;
// A description which depends on the current state of the model.
@@ -57,12 +57,9 @@ public: // With description
virtual G4String GetCurrentTag () const;
// A tag which depends on the current state of the model.
virtual G4bool Validate ();
// Validate, but allow internal changes (hence non-const function).
private:
// Private copy contructor and assignmen to forbid uset...
// Private copy contructor and assignment to forbid use...
G4AxesModel (const G4AxesModel&);
G4AxesModel& operator = (const G4AxesModel&);