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