Difference between revisions of "ML-FPGA R&D for EIC"
Jump to navigation
Jump to search
(Created page with " This is information related to beam tests done in support of the ML-FPGA R&D for EIC project. == Overview == The beam test will use a GEM detector and a small calorimeter be...") |
|||
Line 4: | Line 4: | ||
== Overview == | == Overview == | ||
The beam test will use a GEM detector and a small calorimeter behind one arm of the pair spectrometer in Hall-D. The setup will use two FPGA's, one for each detector, to process triggered data from the DAQ and send it into a JANA2 process. The downstream JANA2 process will run some algorithm on the data (proof-of-principle) and write the output to a file. | The beam test will use a GEM detector and a small calorimeter behind one arm of the pair spectrometer in Hall-D. The setup will use two FPGA's, one for each detector, to process triggered data from the DAQ and send it into a JANA2 process. The downstream JANA2 process will run some algorithm on the data (proof-of-principle) and write the output to a file. | ||
+ | |||
+ | |||
+ | == Meetings == | ||
+ | * [[ML-FPGA R&D for EIC 2023-01-11 | 2023-01-11]] | ||
+ | * [[ML-FPGA R&D for EIC 2022-12-12 | 2022-12-12]] | ||
+ | |||
+ | == Project Phases == | ||
Phase 1: | Phase 1: | ||
Line 27: | Line 34: | ||
* ERSAP Event Recorder | * ERSAP Event Recorder | ||
− | |||
− | |||
− | |||
− | |||
== Useful links == | == Useful links == | ||
* [https://github.com/JeffersonLab/JANA4ML4FPGA JANA4ML4FPGA GitHub repository] | * [https://github.com/JeffersonLab/JANA4ML4FPGA JANA4ML4FPGA GitHub repository] | ||
* [https://www.jlab.org/research/eic_rd_prgm Generic EIC-Related Detector R&D Program] | * [https://www.jlab.org/research/eic_rd_prgm Generic EIC-Related Detector R&D Program] |
Revision as of 16:11, 11 January 2023
This is information related to beam tests done in support of the ML-FPGA R&D for EIC project.
Overview
The beam test will use a GEM detector and a small calorimeter behind one arm of the pair spectrometer in Hall-D. The setup will use two FPGA's, one for each detector, to process triggered data from the DAQ and send it into a JANA2 process. The downstream JANA2 process will run some algorithm on the data (proof-of-principle) and write the output to a file.
Meetings
Project Phases
Phase 1:
- Single detector readout (calorimeter)
- CDAQ, no FPGA
- JANA2 JStreamingEventSource with direct reading of TCP socket
Phase 2:
- Single detector readout (calorimeter)
- CDAQ, with FPGA
- JANA2 JStreamingEventSource with direct reading of TCP socket
Phase 3:
- Two detector readout
- CDAQ, with FPGA
- JANA2 JStreamingEventSource with direct reading of TCP socket, simple event building
Phase 4:
- Two detector readout
- CDAQ, with FPGA
- ERSAP backend with event building
- JANA2 algorithm
- ERSAP Event Recorder