5#ifndef G4AtlasInterfaces_IDetectorConstructionTool_H
6#define G4AtlasInterfaces_IDetectorConstructionTool_H
12#include "GaudiKernel/IAlgTool.h"
14class G4VPhysicalVolume;
15class G4VUserDetectorConstruction;
32 using Deleter = std::function<void(G4VUserDetectorConstruction*)>;
34 std::unique_ptr<G4VUserDetectorConstruction, Deleter>;