artdaq_demo
v3_10_01
|
An art::OutputModule which does nothing, but reports seen events and their fragments. This module is designed for debugging purposes, where writing events into ROOT files or sending events down stream is not necessary. More...
Public Member Functions | |
EventReporterOutput (fhicl::ParameterSet const &ps) | |
EventReporterOutput Constructor. More... | |
~EventReporterOutput () override | |
EventReporterOutput Destructor. | |
An art::OutputModule which does nothing, but reports seen events and their fragments. This module is designed for debugging purposes, where writing events into ROOT files or sending events down stream is not necessary.
Definition at line 62 of file EventReporterOutput_module.cc.
|
explicit |
EventReporterOutput Constructor.
ps | ParameterSet used to configure EventReporterOutput |
EventReporterOutput accepts no Parameters beyond those which art::OutputModule takes. See the art::OutputModule documentation for more details on those Parameters.
Definition at line 102 of file EventReporterOutput_module.cc.