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
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
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
RecoVertex
PrimaryVertexProducer
interface
GapClusterizerInZ.h
Go to the documentation of this file.
1
#ifndef GapClusterizerInZ_h
2
#define GapClusterizerInZ_h
3
9
#include "
RecoVertex/PrimaryVertexProducer/interface/TrackClusterizerInZ.h
"
10
#include "
TrackingTools/TransientTrack/interface/TransientTrack.h
"
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
RecoVertex/VertexPrimitives/interface/TransientVertex.h
"
13
14
class
GapClusterizerInZ
:
public
TrackClusterizerInZ
{
15
public
:
16
GapClusterizerInZ
(
const
edm::ParameterSet
& conf);
17
18
std::vector<std::vector<reco::TransientTrack> >
clusterize
(
19
const
std::vector<reco::TransientTrack>&
tracks
)
const override
;
20
21
float
zSeparation
()
const
;
22
23
std::vector<TransientVertex>
vertices
(
const
std::vector<reco::TransientTrack>&
tracks
)
const
;
24
25
~GapClusterizerInZ
()
override
{};
26
27
private
:
28
float
zSep
;
29
bool
verbose_
;
30
};
31
32
#endif
PDWG_EXOHSCP_cff.tracks
tracks
Definition:
PDWG_EXOHSCP_cff.py:28
GapClusterizerInZ::clusterize
std::vector< std::vector< reco::TransientTrack > > clusterize(const std::vector< reco::TransientTrack > &tracks) const override
Definition:
GapClusterizerInZ.cc:27
GapClusterizerInZ::GapClusterizerInZ
GapClusterizerInZ(const edm::ParameterSet &conf)
Definition:
GapClusterizerInZ.cc:16
TransientTrack.h
TrackClusterizerInZ
Definition:
TrackClusterizerInZ.h:14
GapClusterizerInZ::~GapClusterizerInZ
~GapClusterizerInZ() override
Definition:
GapClusterizerInZ.h:25
edm::ParameterSet
Definition:
ParameterSet.h:47
GapClusterizerInZ::zSep
float zSep
Definition:
GapClusterizerInZ.h:25
GapClusterizerInZ::zSeparation
float zSeparation() const
Definition:
GapClusterizerInZ.cc:25
TransientVertex.h
GapClusterizerInZ::vertices
std::vector< TransientVertex > vertices(const std::vector< reco::TransientTrack > &tracks) const
GapClusterizerInZ
Definition:
GapClusterizerInZ.h:14
ParameterSet.h
TrackClusterizerInZ.h
GapClusterizerInZ::verbose_
bool verbose_
Definition:
GapClusterizerInZ.h:29
Generated for CMSSW Reference Manual by
1.8.16