CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
l1t::UnpackerCollections Class Reference

#include <UnpackerCollections.h>

Inheritance diagram for l1t::UnpackerCollections:
l1t::stage1::CaloCollections l1t::stage2::L1TObjectCollections l1t::stage2::CaloCollections l1t::stage2::GTCollections

Public Member Functions

 UnpackerCollections (edm::Event &e)
 
virtual ~UnpackerCollections ()
 

Protected Attributes

edm::Eventevent_
 

Detailed Description

Definition at line 9 of file UnpackerCollections.h.

Constructor & Destructor Documentation

l1t::UnpackerCollections::UnpackerCollections ( edm::Event e)
inline

Definition at line 11 of file UnpackerCollections.h.

11 : event_(e) {};
virtual l1t::UnpackerCollections::~UnpackerCollections ( )
inlinevirtual

Definition at line 12 of file UnpackerCollections.h.

12 {};

Member Data Documentation

edm::Event& l1t::UnpackerCollections::event_
protected