$treeview $search $mathjax $extrastylesheet
artdaq_demo
v3_04_01
$projectbrief
|
$projectbrief
|
$searchbox |
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. | |
~EventReporterOutput () | |
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 67 of file EventReporterOutput_module.cc.
art::EventReporterOutput::EventReporterOutput | ( | fhicl::ParameterSet const & | ps | ) | [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 106 of file EventReporterOutput_module.cc.