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
MultiVertexFit
interface
MultiVertexBSeeder.h
Go to the documentation of this file.
1
#ifndef _MultiVertexBSeeder_H_
2
#define _MultiVertexBSeeder_H_
3
4
#include "
RecoVertex/VertexPrimitives/interface/VertexReconstructor.h
"
5
#include "
RecoVertex/VertexPrimitives/interface/TransientVertex.h
"
6
12
class
MultiVertexBSeeder
:
public
VertexReconstructor
{
13
public
:
14
MultiVertexBSeeder
(
double
nsigma = 50.);
15
std::vector<TransientVertex>
vertices
(
const
std::vector<reco::TransientTrack> &)
const override
;
16
std::vector<TransientVertex>
vertices
(
const
std::vector<reco::TransientTrack> &,
17
const
reco::BeamSpot
&)
const override
;
18
19
MultiVertexBSeeder
*
clone
()
const override
;
20
21
private
:
22
double
theNSigma
;
23
};
24
25
#endif
VertexReconstructor.h
VertexReconstructor
Definition:
VertexReconstructor.h:13
TransientVertex.h
MultiVertexBSeeder::theNSigma
double theNSigma
Definition:
MultiVertexBSeeder.h:22
MultiVertexBSeeder
Definition:
MultiVertexBSeeder.h:12
MultiVertexBSeeder::clone
MultiVertexBSeeder * clone() const override
Definition:
MultiVertexBSeeder.cc:174
MultiVertexBSeeder::MultiVertexBSeeder
MultiVertexBSeeder(double nsigma=50.)
Definition:
MultiVertexBSeeder.cc:176
reco::BeamSpot
Definition:
BeamSpot.h:21
MultiVertexBSeeder::vertices
std::vector< TransientVertex > vertices(const std::vector< reco::TransientTrack > &) const override
Definition:
MultiVertexBSeeder.cc:183
Generated for CMSSW Reference Manual by
1.8.14