artdaq
v3_03_00
|
An art::OutputModule which sends events using DataSenderManager. This module is designed for transporting Fragment-wrapped art::Events after they have been read into art, for example between the EventBuilder and the Aggregator. More...
#include <artdaq/ArtModules/RootNetOutput.hh>
Public Member Functions | |
RootNetOutput (fhicl::ParameterSet const &ps) | |
RootNetOutput Constructor. More... | |
~RootNetOutput () | |
RootNetOutput Destructor. | |
An art::OutputModule which sends events using DataSenderManager. This module is designed for transporting Fragment-wrapped art::Events after they have been read into art, for example between the EventBuilder and the Aggregator.
Definition at line 20 of file RootNetOutput.hh.
|
explicit |
RootNetOutput Constructor.
ps | ParameterSet used to configure RootNetOutput |
RootNetOutput accepts no Parameters beyond those which art::OutputModule takes. See the art::OutputModule documentation for more details on those Parameters.
Definition at line 66 of file RootNetOutput_module.cc.