21 if (fed == 1376 || fed == 1377) {
23 auto packer_out = std::make_shared<BMTFPackerOutput>();
26 packer_out->setKalmanAlgoTrue();
28 res[{board.first, board.second}] = {packer_out, packer_in};
49 auto outputMuon = std::make_shared<BMTFUnpackerOutput>();
50 auto outputMuon2 = std::make_shared<BMTFUnpackerOutput>(
false);
52 outputMuon->setKalmanAlgoTrue();
54 outputMuon2->setKalmanAlgoTrue();
57 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;
71 res[123] = outputMuon;
72 res[125] = outputMuon2;