|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
| class | gtool |
| class | segregated_graph_write |
| class | stats |
| class | writegraph |
Functions | |
| void | write (gtool::t_graph const &, std::string const &) |
| void | write_to_cout (gtool::t_graph const &) |
| void | write_to_file (gtool::t_graph const &, std::string const &) |
| void dbe::tool::graph::write | ( | gtool::t_graph const & | g, |
| std::string const & | ofn ) |
Send a graph to output or a file. The file is used if the second parameter is not an empty string.
| The | graph to send to file |
| The | file name to write to |
Definition at line 226 of file gtool.cpp.
| void dbe::tool::graph::write_to_cout | ( | gtool::t_graph const & | g | ) |
Send a graph to standard output
| the | graph to write |
Definition at line 238 of file gtool.cpp.
| void dbe::tool::graph::write_to_file | ( | gtool::t_graph const & | g, |
| std::string const & | ofn ) |
Send a graph to file. If the operation could not be completed EXIT_FAIL is returned
| The | graph to write |
| The | filename to write to |
Definition at line 245 of file gtool.cpp.