CMS 3D CMS Logo

L1TObjectCollections.h
Go to the documentation of this file.
1 #ifndef L1TCollections_h
2 #define L1TCollections_h
3 
9 
11 
12 namespace l1t {
13  namespace stage2 {
15  public:
17  UnpackerCollections(e) { };
18  virtual ~L1TObjectCollections() ;
19 
20  virtual MuonBxCollection* getMuons() { return 0;}
21  virtual EGammaBxCollection* getEGammas() { return 0;} //= 0;
22  virtual EtSumBxCollection* getEtSums() { return 0;}
23  virtual JetBxCollection* getJets() {return 0; }
24  virtual TauBxCollection* getTaus() {return 0; }
25 
26  };
27  }
28 }
29 
30 #endif
virtual EtSumBxCollection * getEtSums()
delete x;
Definition: CaloConfig.h:22
virtual TauBxCollection * getTaus()
virtual EGammaBxCollection * getEGammas()
virtual MuonBxCollection * getMuons()
virtual JetBxCollection * getJets()