Geant4  10.02.p03
plotall.py
Go to the documentation of this file.
1 #!/usr/bin/python
2 
3 from plotfiles import *
4 
5 for i in range (1,35):
6  plot_1_file("test"+str(i))
7 
8 plot_1_file('test38')
9 
10 for i in range (35,38):
11  plot_2_files("test"+str(i))
def plot_2_files(file)
Definition: plotfiles.py:38
def plot_1_file(file)
Definition: plotfiles.py:6