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
n
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
c
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
src
RecoVertex
VertexTools
src
LmsModeFinder3d.cc
Go to the documentation of this file.
1
#include "
RecoVertex/VertexTools/interface/lms_3d.h
"
2
#include "
RecoVertex/VertexTools/interface/LmsModeFinder3d.h
"
3
4
GlobalPoint
LmsModeFinder3d::operator()
(
const
std::vector<PointAndDistance>&
values
)
const
{
5
std::vector<GlobalPoint>
v
;
6
for
(std::vector<PointAndDistance>::const_iterator
i
=
values
.begin();
i
!=
values
.end(); ++
i
) {
7
v
.push_back(
i
->first);
8
};
9
return
lms_3d
(
v
);
10
}
11
12
LmsModeFinder3d
*
LmsModeFinder3d::clone
()
const
{
return
new
LmsModeFinder3d
(*
this
); }
mps_fire.i
i
Definition:
mps_fire.py:429
lms_3d.h
LmsModeFinder3d::clone
LmsModeFinder3d * clone() const override
Definition:
LmsModeFinder3d.cc:12
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
LmsModeFinder3d::operator()
GlobalPoint operator()(const std::vector< PointAndDistance > &values) const override
Definition:
LmsModeFinder3d.cc:4
contentValuesCheck.values
values
Definition:
contentValuesCheck.py:38
LmsModeFinder3d
Definition:
LmsModeFinder3d.h:8
lms_3d
GlobalPoint lms_3d(std::vector< GlobalPoint > values)
Definition:
lms_3d.cc:8
LmsModeFinder3d.h
Point3DBase< float, GlobalTag >
Generated for CMSSW Reference Manual by
1.8.14