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
TrackReco
interface
TrackFwd.h
Go to the documentation of this file.
1
#ifndef TrackReco_TrackFwd_h
2
#define TrackReco_TrackFwd_h
3
4
#include <vector>
5
#include "
DataFormats/Common/interface/Ref.h
"
6
#include "
DataFormats/Common/interface/RefProd.h
"
7
#include "
DataFormats/Common/interface/RefVector.h
"
8
#include "
DataFormats/Common/interface/RefToBase.h
"
9
#include "
DataFormats/Common/interface/RefToBaseVector.h
"
10
#include "
DataFormats/Common/interface/Association.h
"
11
12
namespace
reco
{
13
14
class
Track
;
15
17
typedef
std::vector<Track>
TrackCollection
;
18
20
typedef
edm::Ref<TrackCollection>
TrackRef
;
21
23
typedef
edm::Association<TrackCollection>
TrackAssociation
;
24
26
typedef
edm::RefProd<TrackCollection>
TrackRefProd
;
27
29
typedef
edm::RefVector<TrackCollection>
TrackRefVector
;
30
32
typedef
TrackRefVector::iterator
track_iterator
;
33
35
typedef
edm::RefToBase<reco::Track>
TrackBaseRef
;
36
38
typedef
edm::RefToBaseVector<reco::Track>
TrackBaseRefVector
;
39
40
}
// namespace reco
41
42
#endif
edm::RefProd< TrackCollection >
RefProd.h
reco::TrackBaseRefVector
edm::RefToBaseVector< reco::Track > TrackBaseRefVector
vector of persistent references to a Track, using views
Definition:
TrackFwd.h:38
reco::TrackBaseRef
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition:
TrackFwd.h:35
edm::RefVector< TrackCollection >
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
Association.h
reco::TrackRefVector
edm::RefVector< TrackCollection > TrackRefVector
vector of reference to Track in the same collection
Definition:
TrackFwd.h:29
edm::Ref< TrackCollection >
reco::track_iterator
TrackRefVector::iterator track_iterator
iterator over a vector of reference to Track in the same collection
Definition:
TrackFwd.h:32
RefToBaseVector.h
reco::Track
Definition:
Track.h:27
RefToBase.h
reco::TrackRef
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
Definition:
TrackFwd.h:20
RefVector.h
reco::TrackRefProd
edm::RefProd< TrackCollection > TrackRefProd
persistent reference to a Track collection
Definition:
TrackFwd.h:26
edm::Association
Definition:
Association.h:18
edm::RefToBaseVector< reco::Track >
Ref.h
edm::RefVectorIterator
Definition:
EDProductfwd.h:33
edm::RefToBase< reco::Track >
reco::TrackAssociation
edm::Association< TrackCollection > TrackAssociation
association to a track collection
Definition:
TrackFwd.h:23
reco::TrackCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition:
TrackFwd.h:14
Generated for CMSSW Reference Manual by
1.8.16