G4-DESCSS/include/G4MIRDLeftTeste.h

19 lines
386 B
C
Raw Normal View History

2022-10-16 17:16:25 +08:00
#ifndef DESCSS_MIRDLeftTeste_h
#define DESCSS_MIRDLeftTeste_h 1
#include "G4VOrgan.h"
#include "G4VPhysicalVolume.hh"
class G4VPhysicalVolume;
class G4MIRDLeftTeste : public G4VOrgan {
public:
G4MIRDLeftTeste();
~G4MIRDLeftTeste();
G4VPhysicalVolume* Construct(const G4String&, G4VPhysicalVolume*, const G4String&, G4bool, G4bool);
private:
};
#endif