// This code implementation is the intellectual property of // the GEANT4 collaboration. // // By copying, distributing or modifying the Program (or any work // based on the Program) you indicate your acceptance of this statement, // and all its terms. // // GEANT4 tag // #include "G4VUserDetectorConstruction.hh" #include "G4VPhysicalVolume.hh" G4VUserDetectorConstruction::G4VUserDetectorConstruction() {;} G4VUserDetectorConstruction::~G4VUserDetectorConstruction() {;}