G4-DESCSS/include/G4MIRDLeftAdrenal.h

20 lines
420 B
C++

#ifndef DESCSS_MIRDLeftAdrenal_h
#define DESCSS_MIRDLeftAdrenal_h 1
#include "G4VOrgan.h"
#include "G4VPhysicalVolume.hh"
class G4VPhysicalVolume;
class G4LogicalVolume;
class G4MIRDLeftAdrenal : public G4VOrgan {
public:
G4MIRDLeftAdrenal();
~G4MIRDLeftAdrenal();
G4VPhysicalVolume* Construct(const G4String&, G4VPhysicalVolume*, const G4String&, G4bool, G4bool);
private:
};
#endif