artdaq  v3_08_00
art::BinaryNetOutput Class Referencefinal

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...

Inheritance diagram for art::BinaryNetOutput:

Public Member Functions

 BinaryNetOutput (ParameterSet const &ps)
 BinaryNetOutput Constructor. More...
 
virtual ~BinaryNetOutput ()
 BinaryNetOutput Destructor.
 

Detailed Description

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 BinaryNetOutput_module.cc.

Constructor & Destructor Documentation

art::BinaryNetOutput::BinaryNetOutput ( ParameterSet const &  ps)
explicit

BinaryNetOutput Constructor.

Parameters
psParameterSet 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 84 of file BinaryNetOutput_module.cc.


The documentation for this class was generated from the following file: