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))
plotfiles.plot_2_files
def plot_2_files(file)
Definition:
plotfiles.py:38
plotfiles.plot_1_file
def plot_1_file(file)
Definition:
plotfiles.py:6
Geant4
Geant4.10.02.p03
examples
extended
eventgenerator
exgps
macros
plotall.py
Generated by
1.8.13