additions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
from bindings import ConstructionWrapper, SystemBuilder
|
||||
|
||||
cw = ConstructionWrapper()
|
||||
cw.addLayer(10,"G4_Si",True)
|
||||
cw.addLayer(1,"G4_Pb",False)
|
||||
cw.addLayer(10,"G4_Si",False)
|
||||
|
||||
sb = SystemBuilder()
|
||||
sb.init(cw)
|
||||
sb.run_batch(100, "e-", 1000, 5000)
|
||||
Reference in New Issue
Block a user