/[PAMELA software]/calo/unpacking/clearall.for
ViewVC logotype

Annotation of /calo/unpacking/clearall.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:23:20 2005 UTC (18 years, 11 months ago) by mocchiut
Branch: MAIN, unpacking
CVS Tags: start, v1r00, HEAD
Changes since 1.1: +0 -0 lines
Imported sources

1 mocchiut 1.1 C-----------------------------------------------------
2     SUBROUTINE CLEARALL
3     C-----------------------------------------------------
4    
5     IMPLICIT NONE
6     C
7     INTEGER NPLA, NCHA, LENSEV
8     PARAMETER (NPLA=22,NCHA=96,LENSEV=NPLA*NCHA)
9     C
10     INTEGER iev,iev2
11     INTEGER contr
12     integer stwerr(4),dumpo
13     integer cstwerr(4), pstwerr(4), IEV3, merror(4)
14     C
15     REAL DEXY(2,NPLA,NCHA), dexyc(2,npla,ncha), base(2,npla,6)
16     real calselftrig(4,7), calIItrig(4), calstripshit(4),
17     & calDSPtaberr(4), calevnum(4)
18     REAL calped(4,11,96), calgood(4,11,96), calthr(4,11,6)
19     REAL calrms(4,11,96), calbase(4,11,6), calvar(4,11,6)
20     REAL calpuls(4,11,96)
21     real perror(4), cperror(4), pperror(4)
22     C
23     COMMON / evento / IEV, stwerr,perror,
24     & dexy,dexyc,base,
25     & calselftrig,calIItrig,
26     & calstripshit,calDSPtaberr,calevnum
27    
28     save / evento /
29    
30     COMMON / calib / IEV2, cstwerr, cperror,
31     & calped, calgood, calthr, calrms,
32     & calbase, calvar
33    
34     save / calib /
35    
36     COMMON / calpul / IEV3, pstwerr, pperror,
37     & calpuls
38    
39     save / calpul /
40     c
41     COMMON / VARIE / dumpo, CONTR, merror
42     SAVE / VARIE /
43     C
44     call azero(calped,4*11*96)
45     call azero(calgood,4*11*96)
46     call azero(calthr,4*11*6)
47     call azero(calrms,4*11*96)
48     call azero(calbase,4*11*6)
49     call azero(calvar,4*11*6)
50     call azero(calpuls,4*11*96)
51     call azero(dexy,4*11*96)
52     call azero(dexyc,4*11*96)
53     call azero(base,4*11*6)
54     call azero(calselftrig,4*7)
55     call azero(calIItrig,4)
56     call azero(calstripshit,4)
57     call azero(calDSPtaberr,4)
58     call azero(calevnum,4)
59     c
60     return
61     end

  ViewVC Help
Powered by ViewVC 1.1.23