DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
segregate.hpp
Go to the documentation of this file.
1// DUNE DAQ modification notice:
2// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4// Renamed since fork: yes (from dbe/segregate.h to include/dbe/segregate.hpp).
5
6/*
7 * segregate.h
8 *
9 * Created on: 14 Jun 2016
10 * Author: Leonidas Georgopoulos
11 */
12
13#ifndef SRC_GRAPHTOOL_SEGREGATE_H_
14#define SRC_GRAPHTOOL_SEGREGATE_H_
15
16#include "dbe/graphtool.hpp"
17#include "dbe/gtool.hpp"
18
19namespace dbe
20{
21namespace tool
22{
23namespace graph
24{
25
27{
28public:
37 segregated_graph_write ( std::string const & ofn_prefix, size_t const minc = 0,
38 size_t const maxc = 0 );
39
40 int operator() ( gtool const & ) const;
41
42private:
43 std::string const this_dest_prefix;
46};
47
48} /* namespace graph */
49} /* namespace tool */
50} /* namespace dbe */
51
52#endif /* SRC_GRAPHTOOL_SEGREGATE_H_ */
int operator()(gtool const &) const
Definition segregate.cpp:41
segregated_graph_write(std::string const &ofn_prefix, size_t const minc=0, size_t const maxc=0)
Definition segregate.cpp:31
Include QT Headers.