CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1TObjectCollections.h
Go to the documentation of this file.
1 #ifndef L1TCollections_h
2 #define L1TCollections_h
3 
9 
11 
13 
14 namespace l1t {
15  namespace stage2 {
17  public:
19  ~L1TObjectCollections() override;
20 
21  virtual MuonBxCollection* getMuons(const unsigned int copy) { return nullptr; }
22  virtual EGammaBxCollection* getEGammas(const unsigned int copy) { return nullptr; } //= 0;
23  virtual EtSumBxCollection* getEtSums(const unsigned int copy) { return nullptr; }
24  virtual JetBxCollection* getJets(const unsigned int copy) { return nullptr; }
25  virtual TauBxCollection* getTaus(const unsigned int copy) { return nullptr; }
26 
27  virtual EcalTrigPrimDigiCollection* getEcalDigisBx(const unsigned int copy) { return nullptr; };
28  };
29  } // namespace stage2
30 } // namespace l1t
31 
32 #endif
virtual MuonBxCollection * getMuons(const unsigned int copy)
virtual EtSumBxCollection * getEtSums(const unsigned int copy)
virtual TauBxCollection * getTaus(const unsigned int copy)
virtual EGammaBxCollection * getEGammas(const unsigned int copy)
virtual JetBxCollection * getJets(const unsigned int copy)
virtual EcalTrigPrimDigiCollection * getEcalDigisBx(const unsigned int copy)