|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Struct with available cli application options. More...
Public Attributes | |
| std::vector< std::string > | input_files |
| vector of input filenames | |
| std::string | output_filename |
| output filename | |
| std::string | config_name |
| the configuration filename | |
| bool | quiet = false |
| do we want to quiet down the cout? Default: no | |
| bool | latencies = false |
| do we want to measure latencies? Default: no | |
| bool | run_parallel = false |
| runs each TAMaker on a separate thread | |
Struct with available cli application options.
Definition at line 209 of file emulate_from_tpstream.cxx.
| std::string Options::config_name |
the configuration filename
Definition at line 216 of file emulate_from_tpstream.cxx.
| std::vector<std::string> Options::input_files |
vector of input filenames
Definition at line 212 of file emulate_from_tpstream.cxx.
| bool Options::latencies = false |
do we want to measure latencies? Default: no
Definition at line 221 of file emulate_from_tpstream.cxx.
| std::string Options::output_filename |
output filename
Definition at line 214 of file emulate_from_tpstream.cxx.
| bool Options::quiet = false |
do we want to quiet down the cout? Default: no
Definition at line 218 of file emulate_from_tpstream.cxx.
| bool Options::run_parallel = false |
runs each TAMaker on a separate thread
Definition at line 223 of file emulate_from_tpstream.cxx.