artdaq
v3_02_00
|
Write Event information to the console. More...
Public Member Functions | |
EventDump (fhicl::ParameterSet const &pset) | |
EventDump Constructor. More... | |
virtual | ~EventDump ()=default |
Default virtual Destructor. | |
void | analyze (art::Event const &e) override |
This method is called for each art::Event in a file or run. More... | |
Write Event information to the console.
Definition at line 32 of file EventDump_module.cc.
|
explicit |
EventDump Constructor.
pset | ParameterSet used to configure EventDump |
* EventDump accepts the following Parameters: * "raw_data_label" (Default: "daq"): The label used to store artdaq data *
Definition at line 65 of file EventDump_module.cc.
|
override |
This method is called for each art::Event in a file or run.
e | The art::Event to analyze |
This module simply prints the event number, and art by default prints the products found in the event.
Definition at line 69 of file EventDump_module.cc.