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
L1TCorrelator
interface
TkPhiCandidateFwd.h
Go to the documentation of this file.
1
#ifndef DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
2
#define DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
3
4
// -*- C++ -*-
5
//
6
// Package: DataFormats/L1TCorrelator
7
// Class : TkPhiCandidateFwd
8
//
9
10
#include <vector>
11
#include "
DataFormats/Common/interface/Ref.h
"
12
#include "
DataFormats/Common/interface/RefVector.h
"
13
14
namespace
l1t
{
15
class
TkPhiCandidate;
16
17
using
TkPhiCandidateCollection
= std::vector<TkPhiCandidate>;
18
using
TkPhiCandidateRef
=
edm::Ref<TkPhiCandidateCollection>
;
19
using
TkPhiCandidateRefVector
=
edm::RefVector<TkPhiCandidateCollection>
;
20
using
TkPhiCandidateVectorRef
= std::vector<TkPhiCandidateRef>;
21
}
// namespace l1t
22
#endif
edm::Ref
Definition:
AssociativeIterator.h:58
l1t::TkPhiCandidateVectorRef
std::vector< TkPhiCandidateRef > TkPhiCandidateVectorRef
Definition:
TkPhiCandidateFwd.h:20
l1t
delete x;
Definition:
CaloConfig.h:22
RefVector.h
l1t::TkPhiCandidateCollection
std::vector< TkPhiCandidate > TkPhiCandidateCollection
Definition:
TkPhiCandidateFwd.h:17
Ref.h
edm::RefVector
Definition:
EDProductfwd.h:27
Generated for CMSSW Reference Manual by
1.8.14