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