DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
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
14
namespace
dbe
15
{
16
namespace
tool
17
{
18
namespace
graph
19
{
20
21
class
segregated_graph_write
22
{
23
public
:
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
37
private
:
38
std::string
const
this_dest_prefix
;
39
size_t
const
this_min_component_size
;
40
size_t
const
this_max_component_size
;
41
};
42
43
}
/* namespace graph */
44
}
/* namespace tool */
45
}
/* namespace dbe */
46
47
#endif
/* SRC_GRAPHTOOL_SEGREGATE_H_ */
dbe::tool::graph::gtool
Definition
gtool.hpp:34
dbe::tool::graph::segregated_graph_write
Definition
segregate.hpp:22
dbe::tool::graph::segregated_graph_write::this_min_component_size
size_t const this_min_component_size
Definition
segregate.hpp:39
dbe::tool::graph::segregated_graph_write::this_dest_prefix
std::string const this_dest_prefix
Definition
segregate.hpp:38
dbe::tool::graph::segregated_graph_write::this_max_component_size
size_t const this_max_component_size
Definition
segregate.hpp:40
dbe::tool::graph::segregated_graph_write::operator()
int operator()(gtool const &) const
Definition
segregate.cpp:36
dbe::tool::graph::segregated_graph_write::segregated_graph_write
segregated_graph_write(std::string const &ofn_prefix, size_t const minc=0, size_t const maxc=0)
Definition
segregate.cpp:26
graphtool.hpp
gtool.hpp
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:13
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0