DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
segregate.hpp
Go to the documentation of this file.
1/*
2 * segregate.h
3 *
4 * Created on: 14 Jun 2016
5 * Author: Leonidas Georgopoulos
6 */
7
8#ifndef SRC_GRAPHTOOL_SEGREGATE_H_
9#define SRC_GRAPHTOOL_SEGREGATE_H_
10
11#include "dbe/graphtool.hpp"
12#include "dbe/gtool.hpp"
13
14namespace dbe
15{
16namespace tool
17{
18namespace graph
19{
20
22{
23public:
32 segregated_graph_write ( std::string const & ofn_prefix, size_t const minc = 0,
33 size_t const maxc = 0 );
34
35 int operator() ( gtool const & ) const;
36
37private:
38 std::string const this_dest_prefix;
41};
42
43} /* namespace graph */
44} /* namespace tool */
45} /* namespace dbe */
46
47#endif /* SRC_GRAPHTOOL_SEGREGATE_H_ */
int operator()(gtool const &) const
Definition segregate.cpp:36
segregated_graph_write(std::string const &ofn_prefix, size_t const minc=0, size_t const maxc=0)
Definition segregate.cpp:26
Include QT Headers.