/[PAMELA software]/yoda/techmodel/forroutines/calorimeter/clearall.for
ViewVC logotype

Annotation of /yoda/techmodel/forroutines/calorimeter/clearall.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:13 2005 UTC (19 years, 4 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.4: +0 -0 lines
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 kusanagi 2.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 kusanagi 2.2 integer cstwerr(4), pstwerr(4), IEV3, merror(4)
14 kusanagi 2.1 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 kusanagi 2.2 COMMON / VARIE / dumpo, CONTR, merror
42 kusanagi 2.1 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