artdaq_demo  v2_10_00
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
demo::ASCIIDump Class Reference

An art::EDAnalyzer meant for decoding demo::ASCIIFragment objects. More...

+ Inheritance diagram for demo::ASCIIDump:

Public Member Functions

 ASCIIDump (fhicl::ParameterSet const &pset)
 ASCIIDump Constructor. More...
 
void analyze (art::Event const &evt) override
 Analyze an event. Called by art for each event in run (based on command line options) More...
 

Detailed Description

An art::EDAnalyzer meant for decoding demo::ASCIIFragment objects.

Definition at line 35 of file ASCIIDump_module.cc.

Constructor & Destructor Documentation

demo::ASCIIDump::ASCIIDump ( fhicl::ParameterSet const &  pset)
explicit

ASCIIDump Constructor.

Parameters
psetParameterSet used for configuring ASCIIDump. Parameter is "raw_data_label", default "daq".

Definition at line 57 of file ASCIIDump_module.cc.

Member Function Documentation

void demo::ASCIIDump::analyze ( art::Event const &  evt)
override

Analyze an event. Called by art for each event in run (based on command line options)

Parameters
evtThe art::Event object to dump AsciiFragments from

Definition at line 63 of file ASCIIDump_module.cc.


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