artdaq
v3_04_01
|
An art::OutputModule which sends Fragments using DataSenderManager. This module produces output identical to that of a BoardReader, for use in systems which have multiple layers of EventBuilders. More...
Public Member Functions | |
BinaryNetOutput (ParameterSet const &ps) | |
BinaryNetOutput Constructor. More... | |
virtual | ~BinaryNetOutput () |
BinaryNetOutput Destructor. | |
An art::OutputModule which sends Fragments using DataSenderManager. This module produces output identical to that of a BoardReader, for use in systems which have multiple layers of EventBuilders.
Definition at line 40 of file BinaryNetOutput_module.cc.
|
explicit |
BinaryNetOutput Constructor.
ps | ParameterSet used to configure BinaryNetOutput |
BinaryNetOutput forwards its ParameterSet to art::OutputModule, so any Parameters it requires are also required by BinaryNetOutput. BinaryNetOutput also forwards its ParameterSet to DataSenderManager, so any Parameters it requires are also required by BinaryMPIOuptut. Finally, BinaryNetOutput accpets the following parameters: "rt_priority" (Default: 0): Priority for this thread "module_name" (Default: BinaryNetOutput): Friendly name for this module (MessageFacility Category)
Definition at line 86 of file BinaryNetOutput_module.cc.