test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
L1TRawToDigi
interface
UnpackerCollections.h
Go to the documentation of this file.
1
#ifndef UnpackerCollections_h
2
#define 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
protected
:
14
edm::Event
&
event_
;
15
};
16
}
17
18
#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:90
edm::Event
Definition:
Event.h:64
Generated for CMSSW Reference Manual by
1.8.5