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
RecoJets
JetAssociationAlgorithms
interface
JetTracksAssociationDRVertex.h
Go to the documentation of this file.
1
// \class JetTracksAssociationDRVertex
2
// Associate jets with tracks by simple "delta R" criteria
3
// Fedor Ratnikov (UMd), Aug. 28, 2007
4
5
#ifndef JetTracksAssociationDRVertex_h
6
#define JetTracksAssociationDRVertex_h
7
8
#include "
DataFormats/JetReco/interface/JetTracksAssociation.h
"
9
10
class
JetTracksAssociationDRVertex
{
11
public
:
12
JetTracksAssociationDRVertex
(
double
fDr);
13
~JetTracksAssociationDRVertex
() {}
14
15
void
produce
(
reco::JetTracksAssociation::Container
* fAssociation,
16
const
std::vector
<
edm::RefToBase<reco::Jet>
>& fJets,
17
const
std::vector<reco::TrackRef>& fTracks)
const
;
18
19
private
:
21
double
mDeltaR2Threshold
;
22
};
23
24
#endif
JetTracksAssociation.h
edm::RefToBase< reco::Jet >
JetTracksAssociationDRVertex::~JetTracksAssociationDRVertex
~JetTracksAssociationDRVertex()
Definition:
JetTracksAssociationDRVertex.h:13
JetTracksAssociationDRVertex::mDeltaR2Threshold
double mDeltaR2Threshold
fidutial dR between track in the vertex and jet's reference direction
Definition:
JetTracksAssociationDRVertex.h:21
JetTracksAssociationDRVertex::JetTracksAssociationDRVertex
JetTracksAssociationDRVertex(double fDr)
Definition:
JetTracksAssociationDRVertex.cc:12
edm::AssociationVector
Definition:
AssociationVector.h:67
JetTracksAssociationDRVertex
Definition:
JetTracksAssociationDRVertex.h:10
trackerHitRTTI::vector
Definition:
trackerHitRTTI.h:21
JetTracksAssociationDRVertex::produce
void produce(reco::JetTracksAssociation::Container *fAssociation, const std::vector< edm::RefToBase< reco::Jet > > &fJets, const std::vector< reco::TrackRef > &fTracks) const
Definition:
JetTracksAssociationDRVertex.cc:14
Generated for CMSSW Reference Manual by
1.8.14