fixed vis and sensor position

This commit is contained in:
Jan Kieseler
2023-10-09 14:03:00 +02:00
parent 647522ae8c
commit 45f64c8832
4 changed files with 25 additions and 14 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ cw.addLayer(10,"G4_Si",True, 3) #10 cm of Silicon, active, 3x3 segmentation
#directly use G4System as a global singleton
G4System.init(cw)
G4System.run_batch(100, "gamma", 1, 5) #100 events, photons, 1000 MeV to 5000 MeV
G4System.displayEvent()