/[PAMELA software]/DarthVader/ToFLevel2/src/rdtofcal.for
ViewVC logotype

Annotation of /DarthVader/ToFLevel2/src/rdtofcal.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download)
Wed Nov 23 21:19:38 2011 UTC (13 years ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v10REDr01, HEAD
Changes since 1.7: +5 -0 lines
New ToF stuff, new IGRF handling and parameter files

1 mocchiut 1.1 C------------------------------------------------
2 mocchiut 1.5 REAL FUNCTION RDTOFCAL(calname,cnlen)
3 mocchiut 1.1 C------------------------------------------------
4    
5     include 'input_tof.txt'
6    
7     c----- HBOOK
8     INTEGER HMEM
9 mocchiut 1.6 c REAL RDTOFCAL
10 mocchiut 1.1 parameter (NWPAWC=8500000)
11     common/PAWC/HMEM(NWPAWC)
12    
13     parameter (ntp_tofcalib=60)
14     c------------------------------------------------------------------------
15     c local variables
16     c------------------------------------------------------------------------
17     character*250 calname
18     character*250 calname1
19 mocchiut 1.3 c character ch
20 mocchiut 1.4 c character*2 ch2
21     integer cnlen
22 mocchiut 1.1 c------------------------------------------------------------------
23    
24     COMMON/QUEST/IQUEST(100)
25    
26     C
27     C------------------------------------------------------------------
28     C
29    
30     INTEGER lrec
31     INTEGER istat, ierr, icycle
32 mocchiut 1.8
33     c REAL x_coor_lin11(8,2),y_coor_lin12(6,2)
34 mocchiut 1.1 PARAMETER (lrec=4096)
35    
36     C-------------------------------------------------------------------------
37     c
38     c HBOOK initialization
39     c
40     c------------------------------------------------------------------------
41    
42 mocchiut 1.5 RDTOFCAL = 0.
43 mocchiut 1.1 call HLIMIT(NWPAWC)
44    
45     c------------------------------------------------------------------------
46     c--------------- open ToF calib rz file
47     c------------------------------------------------------------------------
48    
49 mocchiut 1.3 c do ii=1,250
50     c ch=calname(ii:ii)
51     c if (ch.eq.'.') goto 100
52     c enddo
53     c100 continue
54     c calname1 = calname(1:ii)//'rz'
55    
56 mocchiut 1.4 c do ii=1,250
57     cc ch=calname(ii:ii)
58     c ch2=calname(ii:ii+1)
59     cc write(*,*) ii,ch
60     cc if (ch.eq.'.') goto 100
61     c if (ch2.eq.'rz') goto 100
62     c enddo
63     c100 continue
64 pam-de 1.2 c calname1 = calname(1:ii)//'rz'
65 mocchiut 1.4 c calname1 = calname(1:ii+1)
66    
67     calname1 = calname(1:cnlen)
68 pam-de 1.2
69 mocchiut 1.3
70    
71 mocchiut 1.1
72 mocchiut 1.3 CALL HROPEN(59,'TOFK1131',calname1,'QP',4096,istat)
73 mocchiut 1.1
74     if (istat.ne.0) then ! check if HROPEN was OK
75     write(*,*) 'Can''t open correct ToF calibration File !!!'
76     stop
77     endif
78    
79     call HRIN(ntp_tofcalib,9999,0)
80    
81     call HBNAME(ntp_tofcalib,' ',0,'$CLEAR')
82    
83 mocchiut 1.3 call HBNAME(ntp_tofcalib,'TOFK1131',k_s11s31,'$SET')
84     call HBNAME(ntp_tofcalib,'TOFK1132',k_s11s32,'$SET')
85     call HBNAME(ntp_tofcalib,'TOFK1231',k_s12s31,'$SET')
86     call HBNAME(ntp_tofcalib,'TOFK1232',k_s12s32,'$SET')
87    
88     call HBNAME(ntp_tofcalib,'TOFK2131',k_s21s31,'$SET')
89     call HBNAME(ntp_tofcalib,'TOFK2132',k_s21s32,'$SET')
90     call HBNAME(ntp_tofcalib,'TOFK2231',k_s22s31,'$SET')
91     call HBNAME(ntp_tofcalib,'TOFK2232',k_s22s32,'$SET')
92    
93     call HBNAME(ntp_tofcalib,'TOFK1121',k_s11s21,'$SET')
94     call HBNAME(ntp_tofcalib,'TOFK1122',k_s11s22,'$SET')
95     call HBNAME(ntp_tofcalib,'TOFK1221',k_s12s21,'$SET')
96     call HBNAME(ntp_tofcalib,'TOFK1222',k_s12s22,'$SET')
97    
98     C--------------
99 mocchiut 1.1
100     call HBNAME(ntp_tofcalib,'TOFLIN11',y_coor_lin11,'$SET')
101     call HBNAME(ntp_tofcalib,'TOFLIN12',x_coor_lin12,'$SET')
102 mocchiut 1.8 c call HBNAME(ntp_tofcalib,'TOFLIN11',x_coor_lin11,'$SET')
103     c call HBNAME(ntp_tofcalib,'TOFLIN12',y_coor_lin12,'$SET')
104 mocchiut 1.1 call HBNAME(ntp_tofcalib,'TOFLIN21',x_coor_lin21,'$SET')
105     call HBNAME(ntp_tofcalib,'TOFLIN22',y_coor_lin22,'$SET')
106     call HBNAME(ntp_tofcalib,'TOFLIN31',y_coor_lin31,'$SET')
107     call HBNAME(ntp_tofcalib,'TOFLIN32',x_coor_lin32,'$SET')
108    
109     call HBNAME(ntp_tofcalib,'TOFTW11',tw11,'$SET')
110     call HBNAME(ntp_tofcalib,'TOFTW12',tw12,'$SET')
111     call HBNAME(ntp_tofcalib,'TOFTW21',tw21,'$SET')
112     call HBNAME(ntp_tofcalib,'TOFTW22',tw22,'$SET')
113     call HBNAME(ntp_tofcalib,'TOFTW31',tw31,'$SET')
114     call HBNAME(ntp_tofcalib,'TOFTW32',tw32,'$SET')
115    
116     call HBNAME(ntp_tofcalib,'TOFADC11',adcx11,'$SET')
117     call HBNAME(ntp_tofcalib,'TOFADC12',adcx12,'$SET')
118     call HBNAME(ntp_tofcalib,'TOFADC21',adcx21,'$SET')
119     call HBNAME(ntp_tofcalib,'TOFADC22',adcx22,'$SET')
120     call HBNAME(ntp_tofcalib,'TOFADC31',adcx31,'$SET')
121     call HBNAME(ntp_tofcalib,'TOFADC32',adcx32,'$SET')
122    
123     c call HPRNTU(ntp_tofcalib)
124    
125     call HNOENT(ntp_tofcalib,iemax_cal)
126    
127     do iev=1,iemax_cal
128     call HGNT(ntp_tofcalib,iev,ierr) !reads an event
129 mocchiut 1.8 c print *,' ierr ',ierr
130 mocchiut 1.1 enddo
131    
132     call hrout(ntp_tofcalib,icycle,' ')
133 mocchiut 1.3 call hrend('TOFK1131')
134 mocchiut 1.1 close(0)
135    
136 mocchiut 1.5 return
137 mocchiut 1.7 end
138 mocchiut 1.1

  ViewVC Help
Powered by ViewVC 1.1.23