Trisurf Monte Carlo simulator
Samo Penic
2016-06-01 67749cb5e94a7d28a449a8346b8b3efad786e765
python/myTestConfig.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
from trisurf import tsmgr
from trisurf import trisurf
from trisurf import statistics
print("Running trisurf version "+ tsmgr.getTrisurfVersion())
@@ -29,5 +29,5 @@
#obligatory final configuration step: combine all runs
Runs=[run1,run2]+pRun
#start manager with configured runs
tsmgr.start(Runs)
#tsmgr.start(Runs)
statistics.combine([run1,run2])