artdaq  v2_03_02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
art::BinaryMPIOutput 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::BinaryMPIOutput:

Public Member Functions

 BinaryMPIOutput (ParameterSet const &ps)
 BinaryMPIOutput Constructor. More...
 
virtual ~BinaryMPIOutput ()
 BinaryMPIOutput 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 BinaryMPIOutput_module.cc.

Constructor & Destructor Documentation

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

BinaryMPIOutput Constructor.

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


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