#ifndef PMDETECTORCONSTRUCTION_HH #define PMDETECTORCONSTRUCTION_HH #include "G4VUserDetectorConstruction.hh" class PMDetectorConstruction : public G4VUserDetectorConstruction { public: PMDetectorConstruction(); virtual ~PMDetectorConstruction(); virtual G4VPhysicalVolume *Construct(); }; #endif