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
FFTBasicJetCollection.h
Go to the documentation of this file.
1
2
#ifndef DataFormats_JetReco_FFTBasicJetCollection_h
3
#define DataFormats_JetReco_FFTBasicJetCollection_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/BasicJet.h
"
13
#include "
DataFormats/JetReco/interface/FFTAnyJet.h
"
14
15
namespace
reco
{
16
typedef
FFTAnyJet<BasicJet>
FFTBasicJet
;
18
typedef
std::vector<FFTBasicJet>
FFTBasicJetCollection
;
20
typedef
edm::Ref<FFTBasicJetCollection>
FFTBasicJetRef
;
21
typedef
edm::FwdRef<FFTBasicJetCollection>
FFTBasicJetFwdRef
;
22
typedef
edm::FwdPtr<FFTBasicJet>
FFTBasicJetFwdPtr
;
23
typedef
edm::RefVector<FFTBasicJetCollection>
FFTBasicJetRefVector
;
24
typedef
std::vector<edm::FwdRef<FFTBasicJetCollection> >
FFTBasicJetFwdRefVector
;
25
typedef
std::vector<edm::FwdPtr<FFTBasicJet> >
FFTBasicJetFwdPtrVector
;
26
typedef
edm::RefProd<FFTBasicJetCollection>
FFTBasicJetRefProd
;
27
}
// namespace reco
28
29
#endif
edm::RefProd
Definition:
EDProductfwd.h:25
edm::FwdRef
Definition:
FwdRef.h:121
reco::FFTBasicJetCollection
std::vector< FFTBasicJet > FFTBasicJetCollection
collection of FFTBasicJet objects
Definition:
FFTBasicJetCollection.h:18
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::FFTBasicJetFwdPtr
edm::FwdPtr< FFTBasicJet > FFTBasicJetFwdPtr
Definition:
FFTBasicJetCollection.h:22
edm::Ref
Definition:
AssociativeIterator.h:58
reco::FFTBasicJetFwdPtrVector
std::vector< edm::FwdPtr< FFTBasicJet > > FFTBasicJetFwdPtrVector
Definition:
FFTBasicJetCollection.h:25
edm::FwdPtr
Definition:
FwdPtr.h:40
reco::FFTBasicJetRef
edm::Ref< FFTBasicJetCollection > FFTBasicJetRef
edm references
Definition:
FFTBasicJetCollection.h:20
RefVector.h
reco::FFTBasicJetFwdRefVector
std::vector< edm::FwdRef< FFTBasicJetCollection > > FFTBasicJetFwdRefVector
Definition:
FFTBasicJetCollection.h:24
reco::FFTAnyJet
Implements inheritance relationships for FFTJet jets.
Definition:
FFTAnyJet.h:16
reco::FFTBasicJetRefVector
edm::RefVector< FFTBasicJetCollection > FFTBasicJetRefVector
Definition:
FFTBasicJetCollection.h:23
FwdRef.h
reco::FFTBasicJetRefProd
edm::RefProd< FFTBasicJetCollection > FFTBasicJetRefProd
Definition:
FFTBasicJetCollection.h:26
reco::FFTBasicJet
FFTAnyJet< BasicJet > FFTBasicJet
Definition:
FFTBasicJetCollection.h:16
Ref.h
FwdPtr.h
FFTAnyJet.h
reco::FFTBasicJetFwdRef
edm::FwdRef< FFTBasicJetCollection > FFTBasicJetFwdRef
Definition:
FFTBasicJetCollection.h:21
BasicJet.h
Generated for CMSSW Reference Manual by
1.8.16