|
|
|
Re: FINGER ToF detector [message #17148 is a reply to message #17142] |
Mon, 11 August 2014 11:11 |
mlcortes
Messages: 41 Registered: July 2014 Location: Darmstadt
|
continuous participant |
From: *ikp.physik.tu-darmstadt.de
|
|
Hi again Tayfun,
Well, the FingerGainMatching is basically the same as the analysis code use in the new_prespec_Go4. I would say that any difference come from the calibration parameters. Have you made the calibration for the Finger detector for your experiment?
In principle, with any code that you use, if you use the approach of checking the maximum charge deposited you need to calibrate the gain of each PMT. By October 2012 I believe that the voltages of the Finger were set correctly to allow for a proper calibration. You can check this by looking how the raw data of the Finger QDC looks like (If you have not make the calibration and you want to give it a try let me see how this raw spectra look). Of course, if the calibration that is in the new_prespec_Go4 works, you can try to put it in the FingerGainMatchig processor and see how it looks.
There is other approach you can try, based entirely on the timing of the signals, and not in the total energy. The idea is to select the "correct time hit" of each strip per event and then make the average of all the hits, instead of selecting one. This of course affects the time resolution you can achieve, but as you don't need to gain match is an easier starting point. Here I attach my config file for this approach. It has 3 stages: First a preprocessor of each MhTDC involved, then a HitSelection and finally an average of the times. After that you can find a calculation of beta and Tof (that in any case needs calibration). I think I wrote some of this processors in May-June, so maybe is better if you pull from the repository and compile. If you want to give it a try to this idea and you have any question or any problem just let me know.
Li^2
|
|
|
|
Re: FINGER ToF detector [message #17166 is a reply to message #17162] |
Wed, 13 August 2014 10:12 |
mlcortes
Messages: 41 Registered: July 2014 Location: Darmstadt
|
continuous participant |
From: *ikp.physik.tu-darmstadt.de
|
|
Hi Tayfun,
Yes, time_gate is applied to select the peak of the difference between each PMT and a reference, in this case one side Sc41. The processor will check all the combinations of hits and take as a valid hit the first one that is inside the gate. About the hit_cal parameters, you can leave the default values of 0 for the offset and 1 for the slope. This parameters are there to make a fine calibration in case the time of each hit slightly shifts, nevertheless I think is not really necessary, at least in first approximation.
Let me know if you get some results from the Finger time and if you need anything else.
Li^2
|
|
|
|