CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TObjectCollections.h
Go to the documentation of this file.
1 #ifndef L1TCollections_h
2 #define L1TCollections_h
3 
8 
10 
11 namespace l1t {
12  namespace stage2 {
14  public:
16  UnpackerCollections(e) { };
17  virtual ~L1TObjectCollections() ;
18 
19  virtual EGammaBxCollection* getEGammas() = 0;
20  virtual EtSumBxCollection* getEtSums() = 0;
21  virtual JetBxCollection* getJets() = 0;
22  virtual TauBxCollection* getTaus() = 0;
23 
24  };
25  }
26 }
27 
28 #endif
virtual EtSumBxCollection * getEtSums()=0
virtual EGammaBxCollection * getEGammas()=0
virtual TauBxCollection * getTaus()=0
virtual JetBxCollection * getJets()=0