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
LinearizationPointFinders
src
HSMLinearizationPointFinder.cc
Go to the documentation of this file.
1
#include "
RecoVertex/LinearizationPointFinders/interface/HSMLinearizationPointFinder.h
"
2
#include "
RecoVertex/VertexTools/interface/HsmModeFinder3d.h
"
3
4
HSMLinearizationPointFinder::HSMLinearizationPointFinder
(
const
signed
int
n_pairs)
5
:
CrossingPtBasedLinearizationPointFinder
(
HsmModeFinder3d
(), n_pairs) {}
6
7
HSMLinearizationPointFinder::HSMLinearizationPointFinder
(
const
RecTracksDistanceMatrix
*
m
,
const
signed
int
n_pairs)
8
:
CrossingPtBasedLinearizationPointFinder
(
m
,
HsmModeFinder3d
(), n_pairs) {}
9
10
HSMLinearizationPointFinder
*
HSMLinearizationPointFinder::clone
()
const
{
11
return
new
HSMLinearizationPointFinder
(*
this
);
12
}
RecTracksDistanceMatrix
Definition:
RecTracksDistanceMatrix.h:17
HSMLinearizationPointFinder.h
HsmModeFinder3d.h
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:84
HSMLinearizationPointFinder
Definition:
HSMLinearizationPointFinder.h:23
HsmModeFinder3d
Definition:
HsmModeFinder3d.h:12
HSMLinearizationPointFinder::HSMLinearizationPointFinder
HSMLinearizationPointFinder(const signed int n_pairs=10)
Definition:
HSMLinearizationPointFinder.cc:4
HSMLinearizationPointFinder::clone
HSMLinearizationPointFinder * clone() const override
Definition:
HSMLinearizationPointFinder.cc:10
CrossingPtBasedLinearizationPointFinder
Definition:
CrossingPtBasedLinearizationPointFinder.h:26
Generated for CMSSW Reference Manual by
1.8.14