Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 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: G4VFlavoredParallelWorld.hh,v 1.1 1999/04/15 15:43:11 mora Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// Abstract interface for GEANT4 Flavored Parallel World.
|
||||
// P. Mora de Freitas & M. Verderi 14/April/1999.
|
||||
//
|
||||
|
||||
#ifndef G4VFLAVOREDPARALLELWORLD_HH
|
||||
#define G4VFLAVOREDPARALLELWORLD_HH
|
||||
|
||||
class G4VFlavoredParallelWorld {
|
||||
|
||||
public:
|
||||
|
||||
virtual ~G4VFlavoredParallelWorld () {}
|
||||
|
||||
// G4VFlavoredParallelWorld Interface for visualisation.
|
||||
|
||||
virtual
|
||||
G4VPhysicalVolume* GetThePhysicalVolumeWorld() const =0;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user