Files
geant4/examples/extended/eventgenerator/exgps/macros/plotall.py
T
2020-12-04 12:30:43 +01:00

12 lines
178 B
Python
Executable File

#!/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))