/[PAMELA software]/calo/ground/LEVEL2/src/clcalol2.for
ViewVC logotype

Contents of /calo/ground/LEVEL2/src/clcalol2.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Mon Dec 5 16:13:54 2005 UTC (19 years ago) by mocchiut
Branch: LEVEL2, MAIN
CVS Tags: v4r04, v4r00, start, HEAD
Changes since 1.1: +0 -0 lines
Imported sources

1 C------------------------------------------------
2 INTEGER FUNCTION CLCALOL2()
3 C------------------------------------------------
4 C
5 INCLUDE 'INTEST.TXT'
6 C
7 INTEGER icycle
8 REAL hmemor(9000000)
9 integer Iquest(100)
10 COMMON /pawcd/hmemor
11 save /pawcd/
12 C
13 Common /QUESTd/ Iquest
14 save /questd/
15 c
16 CLCALOL2 = 0
17 CALL HROUT(0,icycle,' ')
18 CALL HREND('Event')
19 CLOSE (59)
20 CC
21 52 continue
22 RETURN
23 END

  ViewVC Help
Powered by ViewVC 1.1.23