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  ~L1TObjectCollections() override ;
19 
20  virtual MuonBxCollection* getMuons(const unsigned int copy) { return nullptr;}
21  virtual EGammaBxCollection* getEGammas() { return nullptr;} //= 0;
22  virtual EtSumBxCollection* getEtSums() { return nullptr;}
23  virtual JetBxCollection* getJets() {return nullptr; }
24  virtual TauBxCollection* getTaus() {return nullptr; }
25 
26  };
27  }
28 }
29 
30 #endif
virtual MuonBxCollection * getMuons(const unsigned int copy)
virtual EtSumBxCollection * getEtSums()
def copy(args, dbName)
delete x;
Definition: CaloConfig.h:22
virtual TauBxCollection * getTaus()
virtual EGammaBxCollection * getEGammas()
virtual JetBxCollection * getJets()