11 std::unique_ptr<PackerTokens>
14 return std::unique_ptr<PackerTokens>(
new BMTFTokens(cfg, cc));
44 std::unique_ptr<UnpackerCollections>
58 if (fed == 1376 || fed == 1377) {
59 for (
int iL = 0; iL <= 70; iL += 2) {
60 if (iL == 12 || iL == 14 || ( iL > 26 && iL < 32) || iL == 60 || iL == 62)
64 res[iL] = inputMuonsOld;
66 res[iL] = inputMuonsNew;
68 res[123] = outputMuon;
virtual std::unique_ptr< PackerTokens > registerConsumes(const edm::ParameterSet &cfg, edm::ConsumesCollector &cc) override
virtual PackerMap getPackers(int fed, unsigned int fw) override
std::map< int, std::shared_ptr< Unpacker > > UnpackerMap
std::shared_ptr< Unpacker > make(const std::string &) const
virtual void fillDescription(edm::ParameterSetDescription &desc) override
#define DEFINE_L1T_PACKING_SETUP(type)
virtual std::unique_ptr< UnpackerCollections > getCollections(edm::Event &e) override
virtual void registerProducts(edm::stream::EDProducerBase &prod) override
static const UnpackerFactory * get()
virtual UnpackerMap getUnpackers(int fed, int board, int amc, unsigned int fw) override
std::map< std::pair< int, int >, Packers > PackerMap