Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SurfaceProperty.hh,v 1.4 2007/04/25 16:18:34 gum Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// $Id: G4SurfaceProperty.hh,v 1.8 2008/12/11 10:23:54 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
@@ -96,17 +96,13 @@ public: // With description
|
||||
// Constructors and Destructor
|
||||
////////////////////////////////
|
||||
|
||||
G4SurfaceProperty(const G4String& name,
|
||||
G4SurfaceType type = x_ray)
|
||||
: theName(name), theType(type)
|
||||
{
|
||||
theSurfacePropertyTable.push_back(this);
|
||||
}
|
||||
G4SurfaceProperty(const G4String& name, G4SurfaceType type = x_ray);
|
||||
// Constructor of a X-ray optical surface object.
|
||||
|
||||
public: // Without description
|
||||
|
||||
~G4SurfaceProperty(){};
|
||||
G4SurfaceProperty();
|
||||
virtual ~G4SurfaceProperty();
|
||||
|
||||
////////////
|
||||
// Methods
|
||||
@@ -129,7 +125,7 @@ public: // With description
|
||||
static void CleanSurfacePropertyTable();
|
||||
static const G4SurfacePropertyTable* GetSurfacePropertyTable();
|
||||
static size_t GetNumberOfSurfaceProperties();
|
||||
static void DumpInfo();
|
||||
static void DumpTableInfo();
|
||||
// To handle the table of surface properties.
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user