Import Geant4 2.0.0 source tree
This commit is contained in:
@@ -1,10 +1,34 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ConicCreator.cc,v 1.2 2000/01/21 13:45:59 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ConicCreator
|
||||
//
|
||||
// Authors: J.Sulkimo, P.Urban.
|
||||
// Revisions by: L.Broglia, G.Cosmo.
|
||||
//
|
||||
// History:
|
||||
// 18-Nov-1999: First step of re-engineering - G.Cosmo
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
#include "G4ConicCreator.hh"
|
||||
#include "G4GeometryTable.hh"
|
||||
|
||||
G4ConicCreator G4ConicCreator::csc;
|
||||
|
||||
G4ConicCreator::G4ConicCreator(){G4GeometryTable::RegisterObject(this);}
|
||||
G4ConicCreator::G4ConicCreator()
|
||||
{
|
||||
G4GeometryTable::RegisterObject(this);
|
||||
}
|
||||
|
||||
G4ConicCreator::~G4ConicCreator(){}
|
||||
G4ConicCreator::~G4ConicCreator() {}
|
||||
|
||||
void G4ConicCreator::CreateG4Geometry(STEPentity& Ent)
|
||||
{
|
||||
@@ -22,5 +46,4 @@ void G4ConicCreator::CreateG4Geometry(STEPentity& Ent)
|
||||
|
||||
void G4ConicCreator::CreateSTEPGeometry(void* G4obj)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user