Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
Definition: plotfiles.py:38
def plot_1_file
Definition: plotfiles.py:6