This commit is contained in:
Jan Kieseler
2023-09-11 08:47:37 +02:00
parent 64d434d201
commit 8dd0dbb357
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ cw.addLayer(10,"G4_Si",True, 3) #10 cm of Silicon, active, 3x3 segmentation
G4s = G4System()
G4s.init(cw)
G4s.run_batch(100, "gamma", 1000, 5000) #100 events, photons, 1000 MeV to 5000 MeV
#G4s.run_batch(100, "gamma", 1000, 5000) #100 events, photons, 1000 MeV to 5000 MeV
G4s.run_visualize("gamma", 1000, 5000)
-3
View File
@@ -127,7 +127,4 @@ void G4System::check()const{
if(UImanager == nullptr){
throw std::runtime_error("UImanager not found");
}
if(ui == nullptr){
throw std::runtime_error("UI not found");
}
}