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