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 | |
RootMPIOutput (fhicl::ParameterSet const &ps) | |
RootMPIOutput Constructor. | |
~RootMPIOutput () | |
RootMPIOutput 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 64 of file RootMPIOutput_module.cc.
art::RootMPIOutput::RootMPIOutput | ( | fhicl::ParameterSet const & | ps | ) | [explicit] |
RootMPIOutput Constructor.
ps | ParameterSet used to configure RootMPIOutput |
RootMPIOutput accepts no Parameters beyond those which art::OutputModule takes. See the art::OutputModule documentation for more details on those Parameters.
Definition at line 106 of file RootMPIOutput_module.cc.