Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -35,17 +35,19 @@
|
||||
#define G4MIRDMiddleLowerSpine_h 1
|
||||
|
||||
#include "G4VPhysicalVolume.hh"
|
||||
#include "G4VOrgan.hh"
|
||||
|
||||
class G4VPhysicalVolume;
|
||||
class G4LogicalVolume;
|
||||
|
||||
class G4MIRDMiddleLowerSpine
|
||||
class G4MIRDMiddleLowerSpine: public G4VOrgan
|
||||
{
|
||||
public:
|
||||
|
||||
G4MIRDMiddleLowerSpine();
|
||||
~G4MIRDMiddleLowerSpine();
|
||||
G4VPhysicalVolume* ConstructMiddleLowerSpine(G4VPhysicalVolume*, G4String, G4bool);
|
||||
G4VPhysicalVolume* Construct(const G4String&,G4VPhysicalVolume*,
|
||||
const G4String&, G4bool, G4bool);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user