Allow for setting transfer plugin type by application type (so#156
Conversation
BoardReaders can use Bundle and EventBuilders TCPSocket)
ron003
left a comment
There was a problem hiding this comment.
Both of the following (before and after) runs had the
following in the settings file:
transfer_plugin_to_use: TCPSocket
transfer_plugin_from_brs: Bundle
Before:
/home/nfs/ron/work/artdaqPrj/new4
pts/32 ron@daq :^) grep -o 'transferPluginType: [^ ]' run_records/19/
run_records/19/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/19/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/19/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/19/Dispatcher1.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder1.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder1.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder1.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder2.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder2.fcl:transferPluginType: TCPSocket
run_records/19/EventBuilder2.fcl:transferPluginType: TCPSocket
run_records/19/component01.fcl:transferPluginType: TCPSocket
run_records/19/component01.fcl:transferPluginType: TCPSocket
run_records/19/component02.fcl:transferPluginType: TCPSocket
run_records/19/component02.fcl:transferPluginType: TCPSocket
--2024-12-03_14:22:46_CST--
Run 20 (After)
/home/nfs/ron/work/artdaqPrj/new4
pts/32 ron@daq :^) grep -o 'transferPluginType: [^ ]' run_records/20/
run_records/20/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/20/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/20/DataLogger1.fcl:transferPluginType: TCPSocket
run_records/20/Dispatcher1.fcl:transferPluginType: TCPSocket
run_records/20/EventBuilder1.fcl:transferPluginType: Bundle
run_records/20/EventBuilder1.fcl:transferPluginType: Bundle
run_records/20/EventBuilder1.fcl:transferPluginType: TCPSocket
run_records/20/EventBuilder2.fcl:transferPluginType: Bundle
run_records/20/EventBuilder2.fcl:transferPluginType: Bundle
run_records/20/EventBuilder2.fcl:transferPluginType: TCPSocket
run_records/20/component01.fcl:transferPluginType: Bundle
run_records/20/component01.fcl:transferPluginType: Bundle
run_records/20/component02.fcl:transferPluginType: Bundle
run_records/20/component02.fcl:transferPluginType: Bundle
--2024-12-03_15:39:30_CST--
BoardReaders can use Bundle and EventBuilders TCPSocket)