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
L1Trigger
interface
L1TObjComparison.h
Go to the documentation of this file.
1
#ifndef DataFormats_L1Trigger_L1TObjComparison_h
2
#define DataFormats_L1Trigger_L1TObjComparison_h
3
4
#include <utility>
5
#include "
DataFormats/Common/interface/Ref.h
"
6
#include "
DataFormats/L1Trigger/interface/BXVector.h
"
7
8
namespace
l1t
{
9
template
<
typename
T>
10
using
ObjectRef
=
edm::Ref<BXVector<T>
>;
11
template
<
typename
T>
12
using
ObjectRefBxCollection
=
BXVector<ObjectRef<T>
>;
13
template
<
typename
T>
14
using
ObjectRefPair
= std::pair<edm::Ref<BXVector<T>>,
edm::Ref<BXVector<T>
>>;
15
template
<
typename
T>
16
using
ObjectRefPairBxCollection
=
BXVector<ObjectRefPair<T>
>;
17
}
// namespace l1t
18
19
#endif
edm::Ref
Definition:
AssociativeIterator.h:58
l1t
delete x;
Definition:
CaloConfig.h:22
BXVector.h
l1t::ObjectRefPair
std::pair< edm::Ref< BXVector< T > >, edm::Ref< BXVector< T > >> ObjectRefPair
Definition:
L1TObjComparison.h:14
Ref.h
BXVector
Definition:
BXVector.h:15
Generated for CMSSW Reference Manual by
1.8.14