An art::EDAnalyzer module designed to display the data from demo::ToyFragment objects.
More...
|
| ToyDump (fhicl::ParameterSet const &pset) |
| ToyDump Constructor. More...
|
|
| ~ToyDump () override |
| ToyDump Destructor.
|
|
void | analyze (art::Event const &evt) override |
| Analyze an event. Called by art for each event in run (based on command line options) More...
|
|
void | endSubRun (art::SubRun const &sr) override |
| Print summary information from a SubRun. More...
|
|
An art::EDAnalyzer module designed to display the data from demo::ToyFragment objects.
Definition at line 37 of file ToyDump_module.cc.
demo::ToyDump::ToyDump |
( |
fhicl::ParameterSet const & |
pset | ) |
|
|
explicit |
ToyDump Constructor.
- Parameters
-
pset | ParamterSet used to configure ToyDump |
* ToyDump accepts the following Parameters:
* "raw_data_label" (Default: "daq"): The label used to identify artdaq data
* "num_adcs_to_print" (Default: 10): How many ADCs to print to screen from each ToyFragment (-1 to disable, 0 for
* all) "num_adcs_to_write" (Default: 0): How many ADCs to write to file from each ToyFragment (-1 to disable, 0 for
* all) "output_file_name" (Default: "out.bin"): File to write ADC values to "binary_mode" (Default: true): Whether
* to write output in binary (true) or as tab-delimited ASCII text (false) "columns_to_display_on_screen" (Default:
* 10): How many ADC values to print in each row when writing to stdout
Definition at line 89 of file ToyDump_module.cc.
void demo::ToyDump::analyze |
( |
art::Event const & |
evt | ) |
|
|
override |
Analyze an event. Called by art for each event in run (based on command line options)
- Parameters
-
evt | The art::Event object to dump ToyFragments from |
Definition at line 101 of file ToyDump_module.cc.
void demo::ToyDump::endSubRun |
( |
art::SubRun const & |
sr | ) |
|
|
override |
Print summary information from a SubRun.
- Parameters
-
Definition at line 252 of file ToyDump_module.cc.
The documentation for this class was generated from the following file: