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
RecoVertex
VertexTools
src
HsmModeFinder3d.cc
Go to the documentation of this file.
1
#include "
RecoVertex/VertexTools/interface/hsm_3d.h
"
2
#include "
RecoVertex/VertexTools/interface/HsmModeFinder3d.h
"
3
7
GlobalPoint
HsmModeFinder3d::operator()
(
const
std::vector<PointAndDistance>&
values
)
const
{
8
std::vector<GlobalPoint>
v
;
9
for
(std::vector<PointAndDistance>::const_iterator
i
=
values
.begin();
i
!=
values
.end(); ++
i
) {
10
v
.push_back(
i
->first);
11
};
12
return
hsm_3d
(
v
);
13
}
14
15
HsmModeFinder3d
*
HsmModeFinder3d::clone
()
const
{
return
new
HsmModeFinder3d
(*
this
); }
HsmModeFinder3d::operator()
GlobalPoint operator()(const std::vector< PointAndDistance > &) const override
Definition:
HsmModeFinder3d.cc:7
mps_fire.i
i
Definition:
mps_fire.py:428
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
contentValuesCheck.values
values
Definition:
contentValuesCheck.py:38
Point3DBase< float, GlobalTag >
hsm_3d.h
HsmModeFinder3d::clone
HsmModeFinder3d * clone() const override
Definition:
HsmModeFinder3d.cc:15
HsmModeFinder3d
Definition:
HsmModeFinder3d.h:12
hsm_3d
GlobalPoint hsm_3d(const std::vector< GlobalPoint > &values)
cordinate wise half sample mode in 3d
Definition:
hsm_3d.cc:8
HsmModeFinder3d.h
Generated for CMSSW Reference Manual by
1.8.16