Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+19 -18
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpticalSurface.hh,v 1.8 2006/06/29 19:12:31 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4OpticalSurface.hh,v 1.11 2008/12/11 10:23:54 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
////////////////////////////////////////////////////////////////////////
@@ -83,22 +83,10 @@ class G4MaterialPropertiesTable;
class G4OpticalSurface : public G4SurfaceProperty
{
public: // Without description
//////////////
// Operators
//////////////
G4OpticalSurface(const G4OpticalSurface &right);
const G4OpticalSurface & operator=(const G4OpticalSurface &right);
G4int operator==(const G4OpticalSurface &right) const;
G4int operator!=(const G4OpticalSurface &right) const;
public: // With description
////////////////////////////////
// Constructors and Destructor
// Constructor
////////////////////////////////
G4OpticalSurface(const G4String& name,
@@ -110,14 +98,27 @@ public: // With description
public: // Without description
~G4OpticalSurface();
//////////////
// Constructors and destructor
//////////////
G4OpticalSurface();
virtual ~G4OpticalSurface();
G4OpticalSurface(const G4OpticalSurface &right);
//////////////
// Operators
//////////////
const G4OpticalSurface & operator=(const G4OpticalSurface &right);
G4int operator==(const G4OpticalSurface &right) const;
G4int operator!=(const G4OpticalSurface &right) const;
////////////
// Methods
////////////
// public methods
public: // With description
G4OpticalSurfaceFinish GetFinish() const {return theFinish;};