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

Annotation of /calo/unpacking/fafede2.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:23:21 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 FAFEDE2(head,silofa)
3     C------------------------------------------------
4    
5     IMPLICIT NONE
6     C
7     C Normal variables definition
8     C
9     INTEGER ERROR
10     C
11     INTEGER i, j, ival
12     C
13     INTEGER*4 head
14     C
15     INTEGER ic, k, ke
16     INTEGER*4 status
17     INTEGER inf, sup
18     INTEGER XO, YO, XE, YE
19     integer silofa
20    
21     INTEGER*2 length, length2
22    
23     integer*4 st3
24     INTEGER st2,st1
25    
26     REAL CAL_PED(4,11,96), CAL_GOOD(4,11,96), CAL_THR(4,11,6)
27     REAL CAL_RMS(4,11,96), CAL_BASE(4,11,6), CAL_VAR(4,11,6)
28    
29     DATA XO/177/ ! CODE_DSP_R XO = 101 10001
30     DATA YO/173/ ! CODE_DSP_R YO = 101 01101
31     DATA XE/170/ ! CODE_DSP_R XE = 101 01010
32     DATA YE/182/ ! CODE_DSP_R YE = 101 10110
33    
34     C
35     C Begin !
36     C
37     ERROR = 0
38     ival = 0
39     C
40     C
41     C search for "FAFEDE"
42     C
43     status = ISHFT(head,-16)
44     st1 = IAND(status,'0000FFFF'x)
45     c write (*,20) st1
46     c print *,'in decimale: ',st1
47     c
48     c 0000FF00 since we don't care stuff different from 00 after DE
49     c
50     st2 = IAND(head,'0000FF00'x)
51     c write (*,10) st2
52     c print *,'in decimale: ',st2
53     IF (ST1.EQ.64254.AND.ST2.EQ.56832) SILOFA = 1
54     c
55     10 FORMAT(2X,'Status word 2:',2X,Z4)
56     20 FORMAT(2X,'Status word 1:',2X,Z4)
57     100 continue
58     C
59     RETURN
60     END
61    
62    

  ViewVC Help
Powered by ViewVC 1.1.23