Skip to content
Snippets Groups Projects
Commit 1d93aa22 authored by Chad Lantz's avatar Chad Lantz
Browse files

Removed G4GDML

parent 72ebb0a5
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include "G4LogicalVolume.hh" #include "G4LogicalVolume.hh"
#include "G4VUserDetectorConstruction.hh" #include "G4VUserDetectorConstruction.hh"
#include "G4SubtractionSolid.hh" #include "G4SubtractionSolid.hh"
#include "G4GDMLParser.hh"
#include "G4RunManager.hh" #include "G4RunManager.hh"
#include "Materials.hh" #include "Materials.hh"
......
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
#include "G4VisExtent.hh" #include "G4VisExtent.hh"
#include "G4Colour.hh" #include "G4Colour.hh"
#include "G4UImanager.hh" #include "G4UImanager.hh"
#include "G4GDMLParser.hh"
/* /*
* *
...@@ -269,7 +268,7 @@ void DetectorConstruction::BuildDefaultLG( ){ ...@@ -269,7 +268,7 @@ void DetectorConstruction::BuildDefaultLG( ){
* Make the PMT logical volume and Sensitvie Detector * Make the PMT logical volume and Sensitvie Detector
*/ */
void DetectorConstruction::BuildPMT(){ void DetectorConstruction::BuildPMT(){
G4SDManager* SDman = G4SDManager::GetSDMpointer(); G4SDManager* SDman = G4SDManager::GetSDMpointer();
m_SDnames.push_back("MyPMT"); m_SDnames.push_back("MyPMT");
PMTSD* PMT = new PMTSD(m_SDnames.back(), false); // isIntermediate set to false. This is the final detector PMTSD* PMT = new PMTSD(m_SDnames.back(), false); // isIntermediate set to false. This is the final detector
......
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