Geant4
10.02.p03
TestEm4/geant3/src/main.F
Go to the documentation of this file.
1
2
#ifdef batch
3
PROGRAM
main
4
*
5
*
6
parameter(ngbank=100000, nhbook=10000)
7
common
/gcbank/q(ngbank)
8
common
/pawc /h(nhbook)
9
*
10
CALL
gzebra( ngbank)
11
CALL
hlimit(-nhbook)
12
*
13
* *** initialize HIGZ
14
CALL
hplint(0)
15
*
16
* *** GEANT initialisation
17
CALL
uginit
18
*
19
* *** Start events processing
20
CALL
grun
21
*
22
* *** End of RUN
23
CALL
uglast
24
*
25
stop
26
END
27
#else
28
PROGRAM
main
29
*
30
* GEANT main program. To link with the MOTIF user interface
31
* the routine GPAWPP(NWGEAN,NWPAW) should be called, whereas
32
* the routine GPAW(NWGEAN,NWPAW) gives access to the basic
33
* graphics version.
34
*
35
parameter(nwgean=3000000, nwpaw=1000000)
36
common
/gcbank/geant(nwgean)
37
common
/pawc /paw(nwpaw)
38
*
39
*
40
CALL
gpaw (nwgean,nwpaw)
41
*
42
END
43
*
44
SUBROUTINE
qnext
45
END
46
*
47
SUBROUTINE
czopen
48
END
49
*
50
SUBROUTINE
cztcp
51
END
52
*
53
SUBROUTINE
czclos
54
END
55
*
56
SUBROUTINE
czputa
57
END
58
#endif
uglast
subroutine uglast
Definition:
TestEm1/geant3/src/uglast.F:3
grun
subroutine grun
Definition:
TestEm3/geant3/src/grun.F:3
main
int main(int argc, char **argv)
Definition:
genwindef.cpp:30
common
static int FASTCALL common(PROLOG_STATE *state, int tok)
Definition:
xmlrole.cc:1309
cztcp
subroutine cztcp
Definition:
TestEm1/geant3/src/main.F:53
czopen
subroutine czopen
Definition:
TestEm1/geant3/src/main.F:50
czclos
subroutine czclos
Definition:
TestEm1/geant3/src/main.F:56
uginit
subroutine uginit
Definition:
TestEm1/geant3/src/uginit.F:3
czputa
subroutine czputa
Definition:
TestEm1/geant3/src/main.F:59
qnext
subroutine qnext
Definition:
TestEm1/geant3/src/main.F:47
Geant4
Geant4.10.02.p03
examples
extended
electromagnetic
TestEm4
geant3
src
main.F
Generated by
1.8.13