1
|
Hello Mark and Carlos,
|
2
|
|
3
|
I submitted the pull request. You can see the type of diagnostic histograms the code produces here:
|
4
|
https://hallcweb.jlab.org/xem2/tmp/plot_tmp.htm
|
5
|
|
6
|
The only thing I am not totally sure about is the COIN DAQ Reference times for pT2 and hT1
|
7
|
If you load "coin_reftimes.root" in the link above (enter CUE username and password) and load you will see c6_pT and c6_hT.
|
8
|
For T.coin.pT2 tdcTimeRaw and T.coin.hT1 tdcTimeRaw I am drawing the refence time as t_coin_trig_tdcrefcut.
|
9
|
Do you know if that is the correct reftime cut for those channels in the COIN DAQ? I haven't used it much.
|
10
|
|
11
|
Cheers,
|
12
|
Casey Morean
|
13
|
|
14
|
|
15
|
|
16
|
------------------------
|
17
|
|
18
|
Casey,
|
19
|
Carlos can double check me, but the pT1 is the reference time for slot 19 tdc
|
20
|
and the pT2 is for slot 20 tdc. The slot 20 has the channels like pTRIG1_ROC2
|
21
|
which are used for coincidence.
|
22
|
We should really define te HMS trig detector and the SHMS trig detector
|
23
|
for coincidence instead of this joint COIN trig detector.
|
24
|
Then we could set the reference time separate for the HMS channels and
|
25
|
SHMS. But we have been only using the SHMS channels for the coincidence.
|
26
|
|
27
|
Cheers,
|
28
|
Mark
|
29
|
|
30
|
|
31
|
------------------------
|
32
|
|
33
|
Hi Casey,
|
34
|
|
35
|
I think pT1,pT2 (SHMS) and hT1,hT2 (HMS), are just copies we use of the reference time, but only one from each arm
|
36
|
in set as the reference time in HCANA
|
37
|
|
38
|
Here is a link to a DEF-file for 50k replay I have for CaFe, were I added the reference times directly to the 50k replay ONLINE GUI
|
39
|
so I could monitor the reference times directly.
|
40
|
|
41
|
For SHMS:
|
42
|
https://github.com/Yero1990/cafe_online_replay/blob/master/DEF-files/cafe_shms50k.def#L393
|
43
|
|
44
|
For HMS:
|
45
|
https://github.com/Yero1990/cafe_online_replay/blob/master/DEF-files/cafe_hms50k.def#L358
|
46
|
|
47
|
I don't remember which one is actually used, but pT1 and pT2 should not really be that different. You can plot both pT1,pT2
|
48
|
and check. Same for hT1 and hT2, for HMS hodoscope reference times
|
49
|
|
50
|
** Something I noticed when plotting reference times in the online GUI is that in the 50k replay, if you have both singles and coin. triggers
|
51
|
enabled in the DAQ, you actually will see the reference time repeated for both singles and coincidence, and shifted by a time deltaT.
|
52
|
Then you can put a cut to require the event type to be either only singles or a coin. event, and that way you can figure out which one
|
53
|
you should put in the tcoin.param. Anyways, I only tried this recently, so you can also check using recent pionLT data.
|
54
|
|
55
|
Also, like Mark said, we have always been using the tcoin.param to set the t_coin_trig_tdcrefcut
|
56
|
from ONLY pT1. And we should really probably add a parameter like: t_coin_hms_trig_tdcrefcut, t_coin_shms_trig_tdcrefcut
|
57
|
to set an HMS and SHMS ref. time cut independently, rather than only setting. But I wonder if that means we have to change
|
58
|
something in HCANA to allow these separate reference times to be applied.
|
59
|
|
60
|
Thanks,
|
61
|
Carlos
|