towards vis
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "ConstructionWrapper.hh"
|
||||
|
||||
#include "SystemBuilder.hh"
|
||||
#include "G4System.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -270,7 +270,7 @@ int main(){
|
||||
cw.addLayer(4, "G4_Pb", false);
|
||||
cw.addLayer(3, "G4_Si", true, 23);
|
||||
|
||||
SystemBuilder builder;
|
||||
G4System builder;
|
||||
builder.init(cw, true);
|
||||
//builder.run_gui();
|
||||
builder.run_batch(10000, ((std::string)"e-").data(), 1, 100);
|
||||
|
||||
Reference in New Issue
Block a user