Difference between revisions of "DVCS3 DAQ"
From Hall A Wiki
Line 1: | Line 1: | ||
− | |||
− | |||
=== ROC info === | === ROC info === | ||
Please see https://logbooks.jlab.org/entry/3292168 for information. | Please see https://logbooks.jlab.org/entry/3292168 for information. | ||
Line 17: | Line 15: | ||
|} | |} | ||
+ | |||
+ | See also [[DVCS3 crate and channel maps]] for information about the channel layouts. | ||
+ | |||
+ | === Some ways to check the Calorimeter/spectrometer timing === | ||
+ | * The easiest check will be to look at the distribution of waves in the ARS, this lets all channels be checked simultaneously | ||
+ | * If the timing is very far off, we can compare the timing of one block with the calorimeter ADC gate. The calorimeter ADC gate is in CAEN TDC channel 9 (counting from 0), and Calorimeter block 001 with a 50mV threshold is in CAEN TDC channel 14. | ||
+ | ** The ROOT command, <code>T->Draw("tdc_val[14]-tdc_val[9]","tdc_val[14]>0 && tdc_val[9]>0","")</code>, shows the distribution of the time differences. From a DVCS cosmic run (10159), we can see that a well-timed trigger will result in an average difference value of about 400.<br /> [[Image:Pking_run10159_CB001_to_gate_timediff.png|200px]] | ||
+ | ** This command, <code>T->Draw("adcval[1]:tdc_val[14]-tdc_val[9]","tdc_val[14]>0 && tdc_val[9]>0","*")</code>, will show the correlation of the block 001 ADC value against the timing difference. Again from run 10159, we can see the strong ADC events are associated with time differences of about 400.<br /> [[Image:Pking_run10159_CB001adc_vs_CB001_to_gate_timediff.png|200px]] | ||
+ | ** If the time difference is peaked later than 400, we can increase the DVCS ADC gate width setting to try to pick up sensitivity before making an access to adjust cable delays. If the time difference is peaked substantially before 400, we will need to consider how to shift the triggering (and thus the ADC gate) earlier. | ||
=== Stress test === | === Stress test === |
Revision as of 13:23, 14 November 2014
ROC info
Please see https://logbooks.jlab.org/entry/3292168 for information.
Model | Mac1 | location | Hostname | IP Adress | ROC Hardware ID | CODA ROC |
---|---|---|---|---|---|---|
VME | 002038046D12 | LHRS DVCS crate 1 | intelhadvcs1 (ROC27) | 129.57.192.80 | 4 | 27 |
VME | 002038046DC1 | LHRS DVCS crate 2 | intelhadvcs2 (ROC28) | 129.57.192.86 | 6 | 28 |
VME | 0020CEF603EA | LHRS DVCS crate 3 | intelhadvcs3 (ROC29) | 129.57.192.91 | 5 | 29 |
VME | 002038046D0C | LHRS DVCS crate 4 | intelhadvcs4 (ROC30) | 129.57.192.92 | 0 | 30 |
VME | Upper level crate | intelha3 | 7 |
See also DVCS3 crate and channel maps for information about the channel layouts.
Some ways to check the Calorimeter/spectrometer timing
- The easiest check will be to look at the distribution of waves in the ARS, this lets all channels be checked simultaneously
- If the timing is very far off, we can compare the timing of one block with the calorimeter ADC gate. The calorimeter ADC gate is in CAEN TDC channel 9 (counting from 0), and Calorimeter block 001 with a 50mV threshold is in CAEN TDC channel 14.
- The ROOT command,
T->Draw("tdc_val[14]-tdc_val[9]","tdc_val[14]>0 && tdc_val[9]>0","")
, shows the distribution of the time differences. From a DVCS cosmic run (10159), we can see that a well-timed trigger will result in an average difference value of about 400.
- This command,
T->Draw("adcval[1]:tdc_val[14]-tdc_val[9]","tdc_val[14]>0 && tdc_val[9]>0","*")
, will show the correlation of the block 001 ADC value against the timing difference. Again from run 10159, we can see the strong ADC events are associated with time differences of about 400.
- If the time difference is peaked later than 400, we can increase the DVCS ADC gate width setting to try to pick up sensitivity before making an access to adjust cable delays. If the time difference is peaked substantially before 400, we will need to consider how to shift the triggering (and thus the ADC gate) earlier.
- The ROOT command,
Stress test
- To run the analysis, on alternating aonl machines: "godvcs", "analyzer", ".L replay_DVCS.C", " replay_DVCS(run_number)".
- MSS storage: /mss/halla/dvcs/raw/dvcs14*
- to check the disk occupency: as adaq@adaq1, "df -k /adaq1/data1/*"
- Analyze deadtime on any aonl machines: "godvcs", "cd marco/deadtime/", "analyzer", ".L deadtime.C", "deadtime(run_number)".
- Please note: The tests were done on 06 November 2014. Times with no dates should be interpreted as done or observed on 06 November, otherwise the date is included in brackets.