=ALL ABOUT CRIB=
src/rf.md
1 RF Signal from AVF
2 ==================
3 \author HY
4 
5 We can make use of the rf signal from AVF cycloton
6 for the particle identification (PI) of the beams.
7 The frequency is usually 10--20 MHz,
8 which corresponds to the time interval of 50--100 ns.
9 
10 Cable connections
11 -----------------
12 
13 The rf signal is provided in the following way:
14 
15 1. (**Operators room, next to the waiting room**)<br>
16 Near the wall on the north side, there are 19-inch racks
17 with NIM bins and a cable panel.
18 The signal is: <br>
19  + provided at the connector "AVF" at the bottom of a rack,
20  + go through a discriminator, in a NIM bin above,
21  + then go to the cable panel on the right side.
22 2. (**Nishina experimental building BF2**)<br>
23 The corresponding cable panel is located at BF2 of the
24 Nichina experimental building, near the elevator.
25 A cable should be connected from this panel to the J1 room.
26 3. (**J1 room**)<br>
27 The signal should be found at the panel in the leftmost rack.
28 The signal is:<br>
29  + Discriminated,
30  + Downscaled by 1/2,
31  + Splitted into two signals (RF1 and RF2),
32  + RF2 is delayed by a few 10 ns from RF1,
33 and reaches at the TDC.<br>
34 TDC input are as follows:
35  - TDC start....trigger (PPAC, for example)
36  - TDC stop....RF1, RF2
37 
38 How it is useful for PI?
39 ------------------------
40 
41 The TDC value can be used as a TOF between the F0 target
42 and triggering detector (e.g. PPAC), but in the reverse
43 direction (higher value means faster).
44 
45 This can be explained as follows:
46 
47  - The primary beam is extracted according to RF.
48  (The time width of the beam is typically 2-3 ns).
49 
50  - Before reaching at F0, there is no time differece
51 between beam particles.
52 
53  - Thus, RF1 (or RF2) can be regarded as the timing at F0,
54 but with a fixed offset (T0 = RF interval x *n*):<br>
55  T_F0 = RF+T0
56 
57  - The TDC is started by the detector trigger, and stopped by RF.<br>
58  TDC = RF-T_det.
59 
60  - Therefore, the TOF is, <br>
61  TOF = T_det-T_F0
62  = -TDC-T0,<br>
63 which means the TDC value represents inverted TOF
64 with a fixed offset.
65 
66 Orbit lengths:
67 - F0-F2 7.81 m
68 - F0-F3 13.97 m
69 
70 
71 Why downscaled and splitted?
72 ----------------------------
73 
74 The discriminated RF signal must have a finite pulse width.
75 If a trigger is made within the width,
76 the TDC immediately stops, and the value will be 0.
77 In that case, we cannot have real timing information.
78 
79 To avoid this "dead time", we downscale the rf trigger.
80 Downscaling by 1/2, we can record the timing information
81 for 1 complete cycle + 1 cycle with dead time.
82 We still have dead time, however, by
83 recording the 2 RF signals, one of them
84 delayed by about a half cycle,
85 we can cover the dead time of each other.
86 
87 Time calibration
88 ----------------
89 
90 Due to the downscaling,
91 we may have two spots representing the same ion in a plot.
92 The channel number difference corresponding
93 to the interval of RF, which is precisely known by the operators,
94 allows as to perform a calibration.
95 
96 
97 
98 
99 
100 
101 
102 
103 
104