CMS 3D CMS Logo

CaloLayer1Setup.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_CALOLAYER1SETUP_H
2 #define L1T_PACKER_STAGE2_CALOLAYER1SETUP_H
3 
6 
9 
10 #include "CaloLayer1Collections.h"
11 #include "CaloLayer1Tokens.h"
12 
13 namespace l1t {
14  namespace stage2 {
15  class CaloLayer1Setup : public PackingSetup {
16  public:
17  std::unique_ptr<PackerTokens> registerConsumes(const edm::ParameterSet& cfg, edm::ConsumesCollector& cc) override;
19  PackerMap getPackers(int fed, unsigned int fw) override;
21  std::unique_ptr<UnpackerCollections> getCollections(edm::Event& e) override;
22  UnpackerMap getUnpackers(int fed, int board, int amc, unsigned int fw) override;
23  };
24  } // namespace stage2
25 } // namespace l1t
26 
27 #endif
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
void registerProducts(edm::ProducesCollector) override
delete x;
Definition: CaloConfig.h:22
std::unique_ptr< UnpackerCollections > getCollections(edm::Event &e) override
UnpackerMap getUnpackers(int fed, int board, int amc, unsigned int fw) override
std::map< int, std::shared_ptr< Unpacker > > UnpackerMap
Definition: PackingSetup.h:25
std::unique_ptr< PackerTokens > registerConsumes(const edm::ParameterSet &cfg, edm::ConsumesCollector &cc) override
void fillDescription(edm::ParameterSetDescription &desc) override
std::map< std::pair< int, int >, Packers > PackerMap
Definition: PackingSetup.h:23
Definition: AMCSpec.h:8
PackerMap getPackers(int fed, unsigned int fw) override