artdaq
v2_03_00
|
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 | |
BinaryMPIOutput (ParameterSet const &ps) | |
BinaryMPIOutput Constructor. More... | |
virtual | ~BinaryMPIOutput () |
BinaryMPIOutput 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 39 of file BinaryMPIOutput_module.cc.
|
explicit |
BinaryMPIOutput Constructor.
ps | ParameterSet used to configure BinaryMPIOutput |
BinaryMPIOutput forwards its ParameterSet to art::OutputModule, so any Parameters it requires are also required by BinaryMPIOutput. BinaryMPIOutput also forwards its ParameterSet to DataSenderManager, so any Parameters it requires are also required by BinaryMPIOuptut. Finally, BinaryMPIOutput accpets the following parameters: "rt_priority" (Default: 0): Priority for this thread "module_name" (Default: BinaryMPIOutput): Friendly name for this module (MessageFacility Category)
Definition at line 85 of file BinaryMPIOutput_module.cc.