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
DataFormats
BTauReco
interface
JetEisolAssociation.h
Go to the documentation of this file.
1
#ifndef BTauReco_JetEisolAssociation_h
2
#define BTauReco_JetEisolAssociation_h
3
// \class JetEisolAssociation
4
//
5
// \short association of tracks to jet (was JetWithEisol)
6
//
7
//
8
9
#include "
DataFormats/JetReco/interface/CaloJetCollection.h
"
10
#include "
DataFormats/Common/interface/Ref.h
"
11
#include "
DataFormats/Common/interface/FwdRef.h
"
12
#include "
DataFormats/Common/interface/RefVector.h
"
13
#include <vector>
14
15
namespace
reco
{
16
typedef
std::vector<std::pair<edm::RefToBase<Jet>,
float
> >
JetEisolAssociationCollection
;
17
18
typedef
JetEisolAssociationCollection::value_type
JetEisolAssociation
;
19
20
typedef
edm::Ref<JetEisolAssociationCollection>
JetEisolAssociationRef
;
21
22
typedef
edm::FwdRef<JetEisolAssociationCollection>
JetEisolAssociationFwdRef
;
23
24
typedef
edm::RefProd<JetEisolAssociationCollection>
JetEisolAssociationRefProd
;
25
26
typedef
edm::RefVector<JetEisolAssociationCollection>
JetEisolAssociationRefVector
;
27
}
// namespace reco
28
#endif
reco::JetEisolAssociationFwdRef
edm::FwdRef< JetEisolAssociationCollection > JetEisolAssociationFwdRef
Definition:
JetEisolAssociation.h:22
edm::Ref
Definition:
AssociativeIterator.h:58
CaloJetCollection.h
FwdRef.h
reco::JetEisolAssociationRefProd
edm::RefProd< JetEisolAssociationCollection > JetEisolAssociationRefProd
Definition:
JetEisolAssociation.h:24
reco::JetExtendedAssociation::value_type
Container::value_type value_type
Definition:
JetExtendedAssociation.h:30
RefVector.h
reco::JetEisolAssociationCollection
std::vector< std::pair< edm::RefToBase< Jet >, float > > JetEisolAssociationCollection
Definition:
JetEisolAssociation.h:16
edm::RefProd
Definition:
EDProductfwd.h:25
reco::JetEisolAssociation
JetEisolAssociationCollection::value_type JetEisolAssociation
Definition:
JetEisolAssociation.h:18
edm::FwdRef
Definition:
FwdRef.h:123
reco::JetEisolAssociationRef
edm::Ref< JetEisolAssociationCollection > JetEisolAssociationRef
Definition:
JetEisolAssociation.h:20
Ref.h
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::JetEisolAssociationRefVector
edm::RefVector< JetEisolAssociationCollection > JetEisolAssociationRefVector
Definition:
JetEisolAssociation.h:26
Generated for CMSSW Reference Manual by
1.8.14