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...
Public Member Functions | |
RootNetOutput (fhicl::ParameterSet const &ps) | |
RootNetOutput Constructor. | |
~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 88 of file RootNetOutput_module.cc.
art::RootNetOutput::RootNetOutput | ( | fhicl::ParameterSet const & | ps | ) | [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 130 of file RootNetOutput_module.cc.