Skip to content

Commit

Permalink
removed default constructor of Detector
Browse files Browse the repository at this point in the history
  • Loading branch information
jintonic committed Jul 7, 2021
1 parent 42e0f97 commit a6702af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mingle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
class Detector : public G4VUserDetectorConstruction
{
public:
Detector() : G4VUserDetectorConstruction() {};

G4VPhysicalVolume* Construct() {
G4tgbVolumeMgr::GetInstance()->AddTextFile("detector.tg");
return G4tgbVolumeMgr::GetInstance()->ReadAndConstructDetector();
Expand Down

0 comments on commit a6702af

Please sign in to comment.