CMS 3D CMS Logo

GMTSetup.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_GMTSETUP_H
2 #define L1T_PACKER_STAGE2_GMTSETUP_H
3 
6 
8 
9 #include "GMTCollections.h"
10 #include "GMTTokens.h"
11 
12 namespace l1t {
13  namespace stage2 {
14  class GMTSetup : public PackingSetup {
15  public:
16  virtual std::unique_ptr<PackerTokens> registerConsumes(const edm::ParameterSet& cfg, edm::ConsumesCollector& cc) override;
17  virtual void fillDescription(edm::ParameterSetDescription& desc) override;
18  virtual PackerMap getPackers(int fed, unsigned int fw) override;
19  virtual void registerProducts(edm::stream::EDProducerBase& prod) override;
20  virtual std::unique_ptr<UnpackerCollections> getCollections(edm::Event& e) override;
21  virtual UnpackerMap getUnpackers(int fed, int board, int amc, unsigned int fw) override;
22  };
23  }
24 }
25 
26 #endif
virtual std::unique_ptr< UnpackerCollections > getCollections(edm::Event &e) override
Definition: GMTSetup.cc:61
virtual void registerProducts(edm::stream::EDProducerBase &prod) override
Definition: GMTSetup.cc:47
delete x;
Definition: CaloConfig.h:22
std::map< int, std::shared_ptr< Unpacker > > UnpackerMap
Definition: PackingSetup.h:27
virtual void fillDescription(edm::ParameterSetDescription &desc) override
Definition: GMTSetup.cc:19
virtual PackerMap getPackers(int fed, unsigned int fw) override
Definition: GMTSetup.cc:32
virtual UnpackerMap getUnpackers(int fed, int board, int amc, unsigned int fw) override
Definition: GMTSetup.cc:67
virtual std::unique_ptr< PackerTokens > registerConsumes(const edm::ParameterSet &cfg, edm::ConsumesCollector &cc) override
Definition: GMTSetup.cc:13
std::map< std::pair< int, int >, Packers > PackerMap
Definition: PackingSetup.h:25
Definition: AMCSpec.h:8