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
FsmwLinearizationPointFinder.cc
Go to the documentation of this file.
1
#include "
RecoVertex/LinearizationPointFinders/interface/FsmwLinearizationPointFinder.h
"
2
#include "
RecoVertex/VertexTools/interface/FsmwModeFinder3d.h
"
3
4
FsmwLinearizationPointFinder::FsmwLinearizationPointFinder
(
signed
int
n_pairs,
float
we,
float
frac
,
float
cut
,
int
nwa)
5
:
CrossingPtBasedLinearizationPointFinder
(
FsmwModeFinder3d
(
frac
, we,
cut
, nwa), n_pairs) {}
6
7
FsmwLinearizationPointFinder::FsmwLinearizationPointFinder
(
8
const
RecTracksDistanceMatrix
*
m
,
signed
int
n_pairs,
float
we,
float
frac
,
float
cut
,
int
nwa)
9
:
CrossingPtBasedLinearizationPointFinder
(
m
,
FsmwModeFinder3d
(
frac
, we,
cut
, nwa), n_pairs) {}
10
11
FsmwLinearizationPointFinder
*
FsmwLinearizationPointFinder::clone
()
const
{
12
return
new
FsmwLinearizationPointFinder
(*
this
);
13
}
RecTracksDistanceMatrix
Definition:
RecTracksDistanceMatrix.h:17
FsmwLinearizationPointFinder
Definition:
FsmwLinearizationPointFinder.h:23
DivergingColor.frac
float frac
Definition:
DivergingColor.py:175
FsmwModeFinder3d
Definition:
FsmwModeFinder3d.h:12
FsmwLinearizationPointFinder.h
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:84
FsmwModeFinder3d.h
FsmwLinearizationPointFinder::FsmwLinearizationPointFinder
FsmwLinearizationPointFinder(signed int n_pairs=250, float weight_exp=-2., float fraction=.5, float cut=10, int no_weight_above=10)
Definition:
FsmwLinearizationPointFinder.cc:4
TkAlMuonSelectors_cfi.cut
cut
Definition:
TkAlMuonSelectors_cfi.py:25
FsmwLinearizationPointFinder::clone
FsmwLinearizationPointFinder * clone() const override
Definition:
FsmwLinearizationPointFinder.cc:11
CrossingPtBasedLinearizationPointFinder
Definition:
CrossingPtBasedLinearizationPointFinder.h:26
Generated for CMSSW Reference Manual by
1.8.14