1 |
mocchiut |
1.1 |
c Normalized ADC value |
2 |
|
|
REAL adc_c(4,12),adctof_c(4,12),tdc_c(4,12) |
3 |
mocchiut |
1.2 |
INTEGER tofmask(4,12) |
4 |
mocchiut |
1.1 |
REAL xtofpos(3),ytofpos(3) |
5 |
|
|
REAL beta_a(13), betatof_a(13) |
6 |
|
|
INTEGER tof_i_flag(6),tof_j_flag(6) |
7 |
mocchiut |
1.3 |
INTEGER adcflagtof(4,12),tdcflagtof(4,12) |
8 |
|
|
INTEGER adcflag(4,12),tdcflag(4,12) |
9 |
mocchiut |
1.1 |
common /tofoutput/beta_a,betatof_a, |
10 |
|
|
& xtofpos,ytofpos,adc_c,adctof_c,tdc_c, |
11 |
mocchiut |
1.2 |
& tofmask, |
12 |
mocchiut |
1.3 |
& tof_i_flag,tof_j_flag, |
13 |
|
|
& adcflagtof,tdcflagtof, |
14 |
|
|
& adcflag,tdcflag |
15 |
mocchiut |
1.1 |
|
16 |
|
|
SAVE /tofoutput/ |