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
FFTTrackJetCollection.h
Go to the documentation of this file.
1
2
#ifndef DataFormats_JetReco_FFTTrackJetCollection_h
3
#define DataFormats_JetReco_FFTTrackJetCollection_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/TrackJet.h
"
13
#include "
DataFormats/JetReco/interface/FFTAnyJet.h
"
14
15
namespace
reco
{
16
typedef
FFTAnyJet<TrackJet>
FFTTrackJet
;
18
typedef
std::vector<FFTTrackJet>
FFTTrackJetCollection
;
20
typedef
edm::Ref<FFTTrackJetCollection>
FFTTrackJetRef
;
21
typedef
edm::FwdRef<FFTTrackJetCollection>
FFTTrackJetFwdRef
;
22
typedef
edm::FwdPtr<FFTTrackJet>
FFTTrackJetFwdPtr
;
23
typedef
edm::RefVector<FFTTrackJetCollection>
FFTTrackJetRefVector
;
24
typedef
std::vector<edm::FwdRef<FFTTrackJetCollection> >
FFTTrackJetFwdRefVector
;
25
typedef
std::vector<edm::FwdPtr<FFTTrackJet> >
FFTTrackJetFwdPtrVector
;
26
typedef
edm::RefProd<FFTTrackJetCollection>
FFTTrackJetRefProd
;
27
}
// namespace reco
28
29
#endif
edm::RefProd
Definition:
EDProductfwd.h:25
reco::FFTTrackJet
FFTAnyJet< TrackJet > FFTTrackJet
Definition:
FFTTrackJetCollection.h:16
reco::FFTTrackJetFwdPtrVector
std::vector< edm::FwdPtr< FFTTrackJet > > FFTTrackJetFwdPtrVector
Definition:
FFTTrackJetCollection.h:25
reco::FFTTrackJetFwdRefVector
std::vector< edm::FwdRef< FFTTrackJetCollection > > FFTTrackJetFwdRefVector
Definition:
FFTTrackJetCollection.h:24
edm::FwdRef
Definition:
FwdRef.h:123
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
TrackJet.h
edm::Ref
Definition:
AssociativeIterator.h:58
reco::FFTTrackJetRefVector
edm::RefVector< FFTTrackJetCollection > FFTTrackJetRefVector
Definition:
FFTTrackJetCollection.h:23
reco::FFTTrackJetRefProd
edm::RefProd< FFTTrackJetCollection > FFTTrackJetRefProd
Definition:
FFTTrackJetCollection.h:26
edm::FwdPtr
Definition:
FwdPtr.h:40
RefVector.h
reco::FFTAnyJet
Implements inheritance relationships for FFTJet jets.
Definition:
FFTAnyJet.h:16
reco::FFTTrackJetRef
edm::Ref< FFTTrackJetCollection > FFTTrackJetRef
edm references
Definition:
FFTTrackJetCollection.h:20
reco::FFTTrackJetFwdRef
edm::FwdRef< FFTTrackJetCollection > FFTTrackJetFwdRef
Definition:
FFTTrackJetCollection.h:21
FwdRef.h
Ref.h
FwdPtr.h
reco::FFTTrackJetCollection
std::vector< FFTTrackJet > FFTTrackJetCollection
collection of FFTTrackJet objects
Definition:
FFTTrackJetCollection.h:18
FFTAnyJet.h
reco::FFTTrackJetFwdPtr
edm::FwdPtr< FFTTrackJet > FFTTrackJetFwdPtr
Definition:
FFTTrackJetCollection.h:22
Generated for CMSSW Reference Manual by
1.8.16