Introduced SocketDetectorToDaqConnection#303
Closed
denizergonul wants to merge 14 commits intodevelopfrom
Closed
Conversation
This was referenced Mar 6, 2026
eflumerf
approved these changes
Mar 19, 2026
…the two CRT-based configurations to take into account the recent changes in the CRT fake-data parameters.
Contributor
|
Closing this PR since the branch has been merged to the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
20.03 Updates:
CRTReader is not a
DataReader. It's not an interface to read DAQ frames from a front-end (likeDPDKReader) and send them to data handlers. Instead, it builds DAQ frames from raw electronics output. It's similar to Hermes FW, a functional block that prepares data and passes it on.The new name,
CRTFrameBuilder, eliminates confusion with standardDataReadermodules and accurately reflects its role as a builder of DAQ frames rather than a reader.CRT frame builders communicate with SocketWriter via IOM.
Note that the example session uses Bern configuration. We currently don't have a suitable emulator for this new module type.
Prior to this development, socket connection info resided in reader and writer configurations. Now, there is SocketDetectorToDaqConnection which has SocketDataSenders and SocketReceiver; SocketDataSender has the info socket type (TCP/UDP), local port and remote port; plus we make use of their NetworkInterface.ip_address to interpret them as local IP and remote IP.
CRT readers communicate with socket writers via IOM.
Socket readers communicate with DHLs via callbacks.
To try out:
drunc-unified-shell ssh-standalone config/daqsystemtest/example-configs.data.xml local-socket-1x1-config ${USER}-local-testappmodel PR dte/crt_topology_change
daqsystemtest PR dte/crt_topology_change
crtmodules PR dte/crt_topology_change
asiolibs PR dte/crt_topology_change
daqconf PR dte/crt_cb_update
datahandlinglibs PR dte/cb_acquire
fdreadoutmodules PR dte/crt_rates
Type of change