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
PrimaryVertexProducer
interface
VertexHigherPtSquared.h
Go to the documentation of this file.
1
#ifndef VertexHigherPtSquared_H
2
#define VertexHigherPtSquared_H
3
4
#include "
RecoVertex/VertexPrimitives/interface/TransientVertex.h
"
5
#include "
TrackingTools/TransientTrack/interface/TransientTrack.h
"
6
#include "
DataFormats/VertexReco/interface/Vertex.h
"
7
#include <vector>
8
13
struct
VertexHigherPtSquared
{
14
bool
operator()
(
const
TransientVertex
& v1,
const
TransientVertex
& v2)
const
;
15
16
bool
operator()
(
const
reco::Vertex
& v1,
const
reco::Vertex
& v2)
const
;
17
18
public
:
19
double
sumPtSquared
(
const
reco::Vertex
&
v
)
const
;
20
double
sumPtSquared
(
const
std::vector<reco::TransientTrack>& tks)
const
;
21
};
22
23
#endif
Vertex.h
TransientTrack.h
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
VertexHigherPtSquared
Definition:
VertexHigherPtSquared.h:13
VertexHigherPtSquared::operator()
bool operator()(const TransientVertex &v1, const TransientVertex &v2) const
Definition:
VertexHigherPtSquared.cc:5
reco::Vertex
Definition:
Vertex.h:35
TransientVertex.h
VertexHigherPtSquared::sumPtSquared
double sumPtSquared(const reco::Vertex &v) const
Definition:
VertexHigherPtSquared.cc:16
TransientVertex
Definition:
TransientVertex.h:18
Generated for CMSSW Reference Manual by
1.8.14