7 |
* |
* |
8 |
************************************************************************* |
************************************************************************* |
9 |
|
|
10 |
|
parameter (clcutx=7.) !cluster seed cut |
11 |
|
parameter (clcuty=6.) |
12 |
|
parameter (incutx=4.) !cut to include strips in cluster definition |
13 |
|
parameter (incuty=4.) |
14 |
|
|
15 |
|
c------------------------------------------------------------------------ |
16 |
|
c |
17 |
|
c some parameters to configure data reduction |
18 |
|
c |
19 |
|
c------------------------------------------------------------------------ |
20 |
|
c$$$ real clcutx !cluster seed cut |
21 |
|
c$$$ real clcuty |
22 |
|
c$$$ real incutx !cut to include strips in cluster definition |
23 |
|
c$$$ real incuty |
24 |
|
integer pfaid !if of PFA |
25 |
|
common/sw/ |
26 |
|
$ pfaid |
27 |
|
c$$$ $ ,clcutx,clcuty |
28 |
|
c$$$ $ ,incutx,incuty |
29 |
|
|
30 |
|
save/sw/ |
31 |
|
|
32 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |
33 |
c |
c |
34 |
c pedestal, sigma and badstrip variables |
c pedestal, sigma and badstrip variables |
50 |
save/pedsigbad/ |
save/pedsigbad/ |
51 |
|
|
52 |
|
|
|
parameter (clcutx=7.) !cluster seed cut |
|
|
parameter (clcuty=6.) |
|
|
parameter (incutx=4.) !cut to include strips in cluster definition |
|
|
parameter (incuty=4.) |
|
53 |
|
|
54 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |
55 |
c |
c |
89 |
c |
c |
90 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |
91 |
* angular binning |
* angular binning |
|
* NB the angular binning is defined in common_preanalysis.f |
|
|
* here are defned variables to retrieve calibration info |
|
|
* (for processing levels next to 1) |
|
92 |
parameter (nangmax=21) !maximum number of angular bins |
parameter (nangmax=21) !maximum number of angular bins |
93 |
integer nangbin |
integer nangbin |
94 |
real angL(nangmax),angR(nangmax) !Left and Right bin limits |
real angL(nangmax),angR(nangmax) !Left and Right bin limits |
95 |
|
|
96 |
parameter (netavalmax=150) !eta2 points |
parameter (netavalmax=500) !eta2 points |
97 |
integer netaval |
integer netaval |
98 |
real eta2(netavalmax,nangmax) |
real eta2(netavalmax,nangmax) |
99 |
real feta2(netavalmax,nviews,nladders_view,nangmax) |
real feta2(netavalmax,nviews,nladders_view,nangmax) |
101 |
real feta3(netavalmax,nviews,nladders_view,nangmax) |
real feta3(netavalmax,nviews,nladders_view,nangmax) |
102 |
real eta4(netavalmax,nangmax) |
real eta4(netavalmax,nangmax) |
103 |
real feta4(netavalmax,nviews,nladders_view,nangmax) |
real feta4(netavalmax,nviews,nladders_view,nangmax) |
104 |
|
real fcorr(nviews,nladders_view,nangmax) |
105 |
common/angbinning/nangbin,angL,angR |
* limit of application of pfa |
106 |
save/angbinning/ |
real e2fax,e2tax,e3fax,e3tax,e4fax,e4tax |
107 |
common/pfa/netaval,eta2,feta2,eta3,feta3,eta4,feta4 |
real e2fay,e2tay,e3fay,e3tay,e4fay,e4tay |
108 |
|
|
109 |
|
|
110 |
|
c$$$ common/angbinning/nangbin,angL,angR |
111 |
|
c$$$ save/angbinning/ |
112 |
|
c$$$ common/pfa/netaval,eta2,feta2,eta3,feta3,eta4,feta4 |
113 |
|
c$$$ save/pfa/ |
114 |
|
|
115 |
|
common/pfa/nangbin,angL,angR |
116 |
|
$ ,netaval,eta2,feta2,eta3,feta3,eta4,feta4 |
117 |
|
$ ,fcorr |
118 |
|
$ ,e2fax,e2tax,e3fax,e3tax,e4fax,e4tax |
119 |
|
$ ,e2fay,e2tay,e3fay,e3tay,e4fay,e4tay |
120 |
save/pfa/ |
save/pfa/ |
121 |
|
|
122 |
|
c$$$* limit of application of pfa |
123 |
|
c$$$ parameter (e2fax=0.) |
124 |
|
c$$$ parameter (e2tax=10.) |
125 |
|
c$$$ parameter (e3fax=10.) |
126 |
|
c$$$ parameter (e3tax=15.) |
127 |
|
c$$$ parameter (e4fax=90.) |
128 |
|
c$$$ parameter (e4tax=90.) |
129 |
|
c$$$ |
130 |
|
c$$$ parameter (e2fay=0.) |
131 |
|
c$$$ parameter (e2tay=20.) |
132 |
|
c$$$ parameter (e3fay=90.) |
133 |
|
c$$$ parameter (e3tay=90.) |
134 |
|
c$$$ parameter (e4fay=90.) |
135 |
|
c$$$ parameter (e4tay=90.) |
136 |
|
|
137 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |
138 |
c |
c |
139 |
c CHARGE CORRELATION |
c CHARGE CORRELATION |