Difference between revisions of "Data Acquisition System and Triggers"
Jump to navigation
Jump to search
1.Modify FADC readout list to switch to raw sample mode:
LHRS:
on adaq@adaq1:
"ssh -Y dvcs@intelha3"
"cd fadc_mike/BlkRead"
open "roc31_tritium_list.c"
change "FADC_MODE" to "10"; save and exit;
"make"
RHRS:
on adaq@adaq2:
"ssh -Y adaq@halladaq8"
"cd tritium_fadc/BlkRead/"
open "roc20_tritium_list.c"
change "FADC_MODE" to "10"; save and exit;
"make"
2. ReDownload coda;
Check the ROC31/ROC20 coda window to make sure it's in mode 10;
3. Take runs;
2.Decode a run with FADC decoder:
gotritium; cd scripts/FADC_decode;
./FADCcom
3.check /chafs1/work1/tritium/FADC_rootfiles/fadc_*.root. Any under/overflow? Is signal 15 samples away to the window beginning?
Also there is a txt in scripts/FADC_decode/results. Make sure all the overflow/underflow/bad pedestal are 0 percent for slot 6, 7, 8 (LHRS), and slot 13, 14, 15(RHRS);
Line 29: | Line 29: | ||
== FADC Check == | == FADC Check == | ||
− | <li>1.Modify FADC readout list to switch to raw sample mode: | + | <li>1.Modify FADC readout list to switch to raw sample mode: |
− | <li>LHRS: | + | <li>LHRS: |
− | <li>on adaq@adaq1: | + | <li>on adaq@adaq1: |
− | "ssh -Y dvcs@intelha3" | + | <li>"ssh -Y dvcs@intelha3" |
− | "cd fadc_mike/BlkRead" | + | <li>"cd fadc_mike/BlkRead" |
− | open "roc31_tritium_list.c" | + | <li>open "roc31_tritium_list.c" |
− | change "FADC_MODE" to "10"; save and exit; | + | <li>change "FADC_MODE" to "10"; save and exit; |
− | "make" | + | <li>"make" |
+ | <li> | ||
+ | <li>RHRS: | ||
+ | <li>on adaq@adaq2: | ||
+ | <li>"ssh -Y adaq@halladaq8" | ||
+ | <li>"cd tritium_fadc/BlkRead/" | ||
+ | <li>open "roc20_tritium_list.c" | ||
+ | <li>change "FADC_MODE" to "10"; save and exit; | ||
+ | <li>"make" | ||
− | + | <li>2. ReDownload coda; | |
− | + | <li>Check the ROC31/ROC20 coda window to make sure it's in mode 10; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <li>3. Take runs; | |
− | |||
− | + | <li>2.Decode a run with FADC decoder: | |
− | + | <li>gotritium; cd scripts/FADC_decode; | |
− | 2.Decode a run with FADC decoder: | + | <li>./FADCcom |
− | + | <li>3.check /chafs1/work1/tritium/FADC_rootfiles/fadc_*.root. Any under/overflow? Is signal 15 samples away to the window beginning? | |
− | + | <li>Also there is a txt in scripts/FADC_decode/results. Make sure all the overflow/underflow/bad pedestal are 0 percent for slot 6, 7, 8 (LHRS), and slot 13, 14, 15(RHRS); | |
− | 3.check /chafs1/work1/tritium/FADC_rootfiles/fadc_*.root. Any under/overflow? Is signal 15 samples away to the window beginning? | ||
− | Also there is a txt in scripts/FADC_decode/results. Make sure all the overflow/underflow/bad pedestal are 0 percent for slot 6, 7, 8 (LHRS), and slot 13, 14, 15(RHRS); |
Revision as of 23:11, 13 December 2017
Back to Installation and Commissioning
Overview
(see Tritium DAQ page)
Trigger Checkout Plan (Experts Only)
In general, we need one hall access if everything works fine.
Step 1
- Use remote scopes with inputs S0 (from FIFO), S2 (from FIFO), GC (from FIFO), S0&S2 (from Logic Unit) and S0||S2 (from Logic Unit)
- Verify that the S0 and S2 signals are as they should be (see picture (needs to be added!!!))
- Verify that the S0&&S2 signal is within the GC signal with the desired time distance (see picture (needs to be added!!!))
- Verify that the S0||S2 signal is within the GC signal with the desired time distance. Take also into account the extra cable delay from the S0|S2 logic unit to the (S0||S2)&&GC logic unit (see picture (needs to be added!!!))
- NOTE: The S0&&S2 and S0||S2 times could be also estimated from the S0 and S2 signals with the known delays from the trigger schematics if there is no remote scope available for the RHRS.
- If necessary go to the hall and change individual trigger delays!
- In parallel: Check S0, S2 and GC timings with Tong's and Jason's scripts.
Step 2
- Go to the hall and plug in the trigger signals and S2 on the 4-channel scopes.
- Check the individual trigger delays with respect to each and other and S2 (leads the time for S0&S2 and S0&S2&GC). Keep in mind to take also into account different cable length of the triggers from the logic unit to the TS input.
- If necessary go to the hall and modify the cables.
- In parallel: Check trigger time distributions with Shujie's script.