Files
geant4/examples/extended/eventgenerator/exgps/macros/plotall.py
T
2016-06-09 16:25:56 +02:00

12 lines
178 B
Python

#!/usr/bin/python
from plotfiles import *
for i in range (1,35):
plot_1_file("test"+str(i))
plot_1_file('test38')
for i in range (35,38):
plot_2_files("test"+str(i))