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