Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CommonTools
Clustering1D
interface
Clusterizer1D.h
Go to the documentation of this file.
1
#ifndef _Clusterizer1D_H_
2
#define _Clusterizer1D_H_
3
4
#include "
CommonTools/Clustering1D/interface/Cluster1D.h
"
5
6
#include <vector>
7
#include <utility>
8
15
template
<
class
T>
16
class
Clusterizer1D
{
17
public
:
18
virtual
~Clusterizer1D
(){};
19
virtual
std::pair<std::vector<Cluster1D<T> >, std::vector<const T*> >
operator()
(
20
const
std::vector<
Cluster1D<T>
>&)
const
= 0;
21
22
virtual
Clusterizer1D
*
clone
()
const
= 0;
23
};
24
25
#endif
Cluster1D
Definition:
Cluster1D.h:13
Clusterizer1D::operator()
virtual std::pair< std::vector< Cluster1D< T > >, std::vector< const T * > > operator()(const std::vector< Cluster1D< T > > &) const =0
Clusterizer1D::~Clusterizer1D
virtual ~Clusterizer1D()
Definition:
Clusterizer1D.h:18
Cluster1D.h
Clusterizer1D::clone
virtual Clusterizer1D * clone() const =0
Clusterizer1D
Definition:
Clusterizer1D.h:16
Generated for CMSSW Reference Manual by
1.8.16