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
DataFormats
JetReco
interface
FFTGenJetCollection.h
Go to the documentation of this file.
1
2
#ifndef DataFormats_JetReco_FFTGenJetCollection_h
3
#define DataFormats_JetReco_FFTGenJetCollection_h
4
5
#include <vector>
6
7
#include "
DataFormats/Common/interface/Ref.h
"
8
#include "
DataFormats/Common/interface/FwdRef.h
"
9
#include "
DataFormats/Common/interface/FwdPtr.h
"
10
#include "
DataFormats/Common/interface/RefVector.h
"
11
12
#include "
DataFormats/JetReco/interface/GenJet.h
"
//INCLUDECHECKER:SKIP
13
#include "
DataFormats/JetReco/interface/FFTAnyJet.h
"
14
15
namespace
reco
{
16
typedef
FFTAnyJet<GenJet>
FFTGenJet
;
18
typedef
std::vector<FFTGenJet>
FFTGenJetCollection
;
20
typedef
edm::Ref<FFTGenJetCollection>
FFTGenJetRef
;
21
typedef
edm::FwdRef<FFTGenJetCollection>
FFTGenJetFwdRef
;
22
typedef
edm::FwdPtr<FFTGenJet>
FFTGenJetFwdPtr
;
23
typedef
edm::RefVector<FFTGenJetCollection>
FFTGenJetRefVector
;
24
typedef
edm::RefProd<FFTGenJetCollection>
FFTGenJetRefProd
;
25
typedef
std::vector<edm::FwdRef<FFTGenJetCollection> >
FFTGenJetFwdRefVector
;
26
typedef
std::vector<edm::FwdPtr<FFTGenJet> >
FFTGenJetFwdPtrVector
;
27
}
// namespace reco
28
29
#endif
edm::RefProd
Definition:
EDProductfwd.h:25
edm::FwdRef
Definition:
FwdRef.h:123
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
edm::Ref
Definition:
AssociativeIterator.h:58
reco::FFTGenJetFwdPtr
edm::FwdPtr< FFTGenJet > FFTGenJetFwdPtr
Definition:
FFTGenJetCollection.h:22
reco::FFTGenJetRefProd
edm::RefProd< FFTGenJetCollection > FFTGenJetRefProd
Definition:
FFTGenJetCollection.h:24
edm::FwdPtr
Definition:
FwdPtr.h:40
RefVector.h
reco::FFTAnyJet
Implements inheritance relationships for FFTJet jets.
Definition:
FFTAnyJet.h:16
FwdRef.h
reco::FFTGenJetFwdPtrVector
std::vector< edm::FwdPtr< FFTGenJet > > FFTGenJetFwdPtrVector
Definition:
FFTGenJetCollection.h:26
Ref.h
FwdPtr.h
reco::FFTGenJetRef
edm::Ref< FFTGenJetCollection > FFTGenJetRef
edm references
Definition:
FFTGenJetCollection.h:20
reco::FFTGenJet
FFTAnyJet< GenJet > FFTGenJet
Definition:
FFTGenJetCollection.h:16
FFTAnyJet.h
reco::FFTGenJetRefVector
edm::RefVector< FFTGenJetCollection > FFTGenJetRefVector
Definition:
FFTGenJetCollection.h:23
reco::FFTGenJetFwdRef
edm::FwdRef< FFTGenJetCollection > FFTGenJetFwdRef
Definition:
FFTGenJetCollection.h:21
GenJet.h
reco::FFTGenJetCollection
std::vector< FFTGenJet > FFTGenJetCollection
collection of FFTGenJet objects
Definition:
FFTGenJetCollection.h:18
reco::FFTGenJetFwdRefVector
std::vector< edm::FwdRef< FFTGenJetCollection > > FFTGenJetFwdRefVector
Definition:
FFTGenJetCollection.h:25
Generated for CMSSW Reference Manual by
1.8.16