CMS 3D CMS Logo

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