artdaq  v3_07_02
artdaq::EventDump Class Reference

Write Event information to the console. More...

Inheritance diagram for artdaq::EventDump:

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

Detailed Description

Write Event information to the console.

Definition at line 32 of file EventDump_module.cc.

Constructor & Destructor Documentation

artdaq::EventDump::EventDump ( fhicl::ParameterSet const &  pset)
explicit

EventDump Constructor.

Parameters
psetParameterSet used to configure EventDump
* EventDump accepts the following Parameters:
* "raw_data_label" (Default: "daq"): The label used to store artdaq data
* "verbosity" (Default: 0): verboseness level
* 

Definition at line 66 of file EventDump_module.cc.

Member Function Documentation

void artdaq::EventDump::analyze ( art::Event const &  e)
override

This method is called for each art::Event in a file or run.

Parameters
eThe 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 71 of file EventDump_module.cc.


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