-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functionality of ROI readout (in TD) in MLT #230
Comments
There are 4 associated PRs: This is one of the deliverables mentioned in daq-deliverables 109. Overview: The goal is/was to be able to have an ROI selection in the trigger's MLT - ie to be able to read out a subsection of subdetectors (fragment producers). Until now, trigger decisions were made to read out everything. A 'working' solution for this was developed (mrigan/mlt_roi branches in trigger, daqconf, fddaqconf, triggeralgs) but was too 'rough' and (a) involved changing the data objects (TAs, TCs), as well as (b) modified all existing makers, and finally (c) used the concept of regions that were not clearly/permanently defined. The decision was made to postpone this to rethink how to best do this, even if it could involve a partial overhaul of the daq/trigger. The request was then changed to having the ability to readout a 'random' selection of links for a trigger decision (not necessarily one associated with the TA/TC/TD). This would make use of part of the initial solution (specifically MLT's ability to modify requested components for a TD), and would be a useful functionality to test mlt-readout connection, as well as overall capabilities of handling high rates of data. This is what this deliverable is aimed at. The logic:CONFIG LINKS MAP:
DAQCONF:
we have 80% chance that 2 APAs are readout and 20% chance 1 APA is readout; for each TD. The coin is tossed when new TD is made.
TRIGGER:
Test configs:
Minimal config to have ROI:
In reality (when defaults are filled in, this corresponds to:
More blocks can be added to Tests and results:
Notes Logs
Using ROI, 2 APAs, 2 ROI configurations:
|
Report available here: |
No description provided.
The text was updated successfully, but these errors were encountered: