DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
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
19
namespace
dbe
20
{
21
namespace
tool
22
{
23
namespace
graph
24
{
25
26
class
segregated_graph_write
27
{
28
public
:
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
42
private
:
43
std::string
const
this_dest_prefix
;
44
size_t
const
this_min_component_size
;
45
size_t
const
this_max_component_size
;
46
};
47
48
}
/* namespace graph */
49
}
/* namespace tool */
50
}
/* namespace dbe */
51
52
#endif
/* SRC_GRAPHTOOL_SEGREGATE_H_ */
dbe::tool::graph::gtool
Definition
gtool.hpp:39
dbe::tool::graph::segregated_graph_write::this_min_component_size
size_t const this_min_component_size
Definition
segregate.hpp:44
dbe::tool::graph::segregated_graph_write::this_dest_prefix
std::string const this_dest_prefix
Definition
segregate.hpp:43
dbe::tool::graph::segregated_graph_write::this_max_component_size
size_t const this_max_component_size
Definition
segregate.hpp:45
dbe::tool::graph::segregated_graph_write::operator()
int operator()(gtool const &) const
Definition
segregate.cpp:41
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:31
graphtool.hpp
gtool.hpp
dbe::tool::graph
Definition
gtool.hpp:35
dbe::tool
Definition
gtool.hpp:33
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
Generated on
for DUNE-DAQ by
1.17.0