diff --git a/src/DetectorConstruction.cc b/src/DetectorConstruction.cc index 875db0450c7f3a2e06169fd41bc97c123c1c9001..3e82d4f79e6b45c90ddf01d5c0b005797289f852 100644 --- a/src/DetectorConstruction.cc +++ b/src/DetectorConstruction.cc @@ -57,7 +57,6 @@ #include "G4VisExtent.hh" #include "G4Colour.hh" #include "G4UImanager.hh" - #include "G4GDMLParser.hh" /* @@ -244,7 +243,7 @@ G4VPhysicalVolume* DetectorConstruction::Construct(){ m_logicPMT = new G4LogicalVolume(m_solidPMT, //solid - Air, //material + m_filler, //material "PMT"); //name m_physPMT = @@ -346,7 +345,6 @@ void DetectorConstruction::UseCADModel(G4String fileName){ m_runMan->GeometryHasBeenModified(); G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/rebuild"); - //m_runMan->BeamOn(1); G4cout << "Replaced default light guide with CAD model" << G4endl; }