CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
10  public:
12  virtual ~UnpackerCollections() {};
13  protected:
15  };
16 }
17 
18 #endif
UnpackerCollections(edm::Event &e)