DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Options Struct Reference

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
 

Detailed Description

Struct with available cli application options.

Definition at line 209 of file emulate_from_tpstream.cxx.

Member Data Documentation

◆ config_name

std::string Options::config_name

the configuration filename

Definition at line 216 of file emulate_from_tpstream.cxx.

◆ input_files

std::vector<std::string> Options::input_files

vector of input filenames

Definition at line 212 of file emulate_from_tpstream.cxx.

◆ latencies

bool Options::latencies = false

do we want to measure latencies? Default: no

Todo
: Latencies currently not supported!

Definition at line 221 of file emulate_from_tpstream.cxx.

◆ output_filename

std::string Options::output_filename

output filename

Definition at line 214 of file emulate_from_tpstream.cxx.

◆ quiet

bool Options::quiet = false

do we want to quiet down the cout? Default: no

Definition at line 218 of file emulate_from_tpstream.cxx.

◆ run_parallel

bool Options::run_parallel = false

runs each TAMaker on a separate thread

Definition at line 223 of file emulate_from_tpstream.cxx.


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