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(const unsigned int copy) { return nullptr;} //= 0;
22  virtual EtSumBxCollection* getEtSums( const unsigned int copy) { return nullptr;}
23  virtual JetBxCollection* getJets( const unsigned int copy) { return nullptr;}
24  virtual TauBxCollection* getTaus( const unsigned int copy) { return nullptr;}
25 
26  };
27  }
28 }
29 
30 #endif
virtual MuonBxCollection * getMuons(const unsigned int copy)
virtual EtSumBxCollection * getEtSums(const unsigned int copy)
def copy(args, dbName)
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)