artdaq_demo  v3_04_01
art::EventReporterOutput Class Reference

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...

Inheritance diagram for art::EventReporterOutput:

Public Member Functions

 EventReporterOutput (fhicl::ParameterSet const &ps)
 EventReporterOutput Constructor. More...
 
 ~EventReporterOutput ()
 EventReporterOutput Destructor.
 

Detailed Description

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.

Constructor & Destructor Documentation

art::EventReporterOutput::EventReporterOutput ( fhicl::ParameterSet const &  ps)
explicit

EventReporterOutput Constructor.

Parameters
psParameterSet 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.


The documentation for this class was generated from the following file: