Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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::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
alignCSCRings.e
list e
Definition:
alignCSCRings.py:91
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5