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
TkBsCandidateFwd.h
Go to the documentation of this file.
1
#ifndef DataFormatsL1TCorrelator_TkBsCandidateFwd_h
2
#define DataFormatsL1TCorrelator_TkBsCandidateFwd_h
3
4
// -*- C++ -*-
5
//
6
// Package: DataFormats/L1TCorrelator
7
// File: TkBsCandidateFwd
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
TkBsCandidate;
16
17
using
TkBsCandidateCollection
= std::vector<TkBsCandidate>;
18
using
TkBsCandidateRef
=
edm::Ref<TkBsCandidateCollection>
;
19
using
TkBsCandidateRefVector
=
edm::RefVector<TkBsCandidateCollection>
;
20
using
TkBsCandidateVectorRef
= std::vector<TkBsCandidateRef>;
21
}
// namespace l1t
22
#endif
edm::Ref
Definition:
AssociativeIterator.h:58
l1t
delete x;
Definition:
CaloConfig.h:22
RefVector.h
l1t::TkBsCandidateCollection
std::vector< TkBsCandidate > TkBsCandidateCollection
Definition:
TkBsCandidateFwd.h:17
l1t::TkBsCandidateVectorRef
std::vector< TkBsCandidateRef > TkBsCandidateVectorRef
Definition:
TkBsCandidateFwd.h:20
Ref.h
edm::RefVector
Definition:
EDProductfwd.h:27
Generated for CMSSW Reference Manual by
1.8.14