Skip to content
Snippets Groups Projects
Commit 149e2371 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: add SD interface.

parent 70913657
No related branches found
No related tags found
No related merge requests found
...@@ -63,3 +63,8 @@ DetectorConstruction::Construct() { ...@@ -63,3 +63,8 @@ DetectorConstruction::Construct() {
return physiWorld; return physiWorld;
} }
void
DetectorConstruction::ConstructSDandField() {
}
...@@ -19,7 +19,8 @@ public: ...@@ -19,7 +19,8 @@ public:
DetectorConstruction(ToolHandle<IDetElemTool>& root_elem); DetectorConstruction(ToolHandle<IDetElemTool>& root_elem);
~DetectorConstruction(); ~DetectorConstruction();
public: public:
G4VPhysicalVolume* Construct(); G4VPhysicalVolume* Construct() override;
void ConstructSDandField() override;
private: private:
ToolHandle<IDetElemTool>& m_root_detelem; ToolHandle<IDetElemTool>& m_root_detelem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment