-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "[13_0_X] Update muon shower data formats for 2023 running" #41257
Revert "[13_0_X] Update muon shower data formats for 2023 running" #41257
Conversation
A new Pull Request was created by @perrotta (Andrea Perrotta) for CMSSW_13_0_X. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
@perrotta I haven't been following the issue thread after much after it was first closed. Please ping me if this becomes necessary and I'll inform the responsible L1 people. |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/MuonRawDigiTranslator.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/SubsystemCollector.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/SubsystemCollectorFactory.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc: In static member function 'static bool l1t::RegionalMuonRawDigiTranslator::fillRegionalMuonShower(l1t::RegionalMuonShower&, std::vector, int, l1t::tftype, bool, bool)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc:135:14: error: 'class l1t::RegionalMuonShower' has no member named 'setOneLooseInTime'; did you mean 'setTwoLooseInTime'? 135 | muShower.setOneLooseInTime(((bxPayload[kEmtfShowerExtendedFrame] >> kEmtfShowerOneLooseShift) & 1) == 1); | ^~~~~~~~~~~~~~~~~ | setTwoLooseInTime /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/MuonRawDigiTranslator.cc: In static member function 'static std::array, 2> l1t::MuonRawDigiTranslator::getPackedShowerDataWords(const l1t::MuonShower&, int, int)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-04-03-1100/src/L1Trigger/L1TMuon/src/MuonRawDigiTranslator.cc:284:30: error: 'const class l1t::MuonShower' has no member named 'isTwoLooseDiffSectorsInTime' |
Reverts #41198
Just in case the investigations on issue #41246 suggest to build a new release without this PR.
At the moment this revert PR is only intended to verify that it is still mergeable in 13_0_X, and it can run.