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