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
EventFilter
L1TRawToDigi
interface
UnpackerCollections.h
Go to the documentation of this file.
1
#ifndef EventFilter_L1TRawToDigi_UnpackerCollections_h
2
#define EventFilter_L1TRawToDigi_UnpackerCollections_h
3
4
namespace
edm
{
5
class
Event
;
6
}
7
8
namespace
l1t
{
9
class
UnpackerCollections
{
10
public
:
11
UnpackerCollections
(
edm::Event
&
e
) :
event_
(
e
){};
12
virtual
~UnpackerCollections
(){};
13
14
protected
:
15
edm::Event
&
event_
;
16
};
17
}
// namespace l1t
18
19
#endif
l1t
delete x;
Definition:
CaloConfig.h:22
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
l1t::UnpackerCollections
Definition:
UnpackerCollections.h:9
l1t::UnpackerCollections::~UnpackerCollections
virtual ~UnpackerCollections()
Definition:
UnpackerCollections.h:12
l1t::UnpackerCollections::UnpackerCollections
UnpackerCollections(edm::Event &e)
Definition:
UnpackerCollections.h:11
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14