-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix position of unconstrained pT coming from OMTF (backport for 14_0_X) #44799
Fix position of unconstrained pT coming from OMTF (backport for 14_0_X) #44799
Conversation
A new Pull Request was created by @dinyar for CMSSW_14_0_X. It involves the following packages:
@epalencia, @cmsbuild, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
type bug-fix |
backport of #44798 |
please test |
-1 Failed Tests: Build ClangBuild BuildI found compilation error when building: >> Compiling src/L1Trigger/L1TMuon/src/MuonTriggerPrimitive.cc >> Compiling src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc >> Compiling src/L1Trigger/L1TMuon/src/SubsystemCollector.cc >> Compiling src/L1Trigger/L1TMuon/src/SubsystemCollectorFactory.cc src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc: In static member function 'static void l1t::RegionalMuonRawDigiTranslator::generatePackedDataWords(const l1t::RegionalMuonCand&, uint32_t&, uint32_t&, bool, bool, bool)': src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc:191:41: error: no matching function for call to 'l1t::RegionalMuonRawDigiTranslator::generateRawTrkAddress(const l1t::RegionalMuonCand&, const bool&, const bool&)' 191 | int rawTrkAddr = generateRawTrkAddress(mu, isKbmtf, useOmtfDisplacementInfo); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/L1Trigger/L1TMuon/src/RegionalMuonRawDigiTranslator.cc:2: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-04-22-1100/src/L1Trigger/L1TMuon/interface/RegionalMuonRawDigiTranslator.h:45:16: note: candidate: 'static int l1t::RegionalMuonRawDigiTranslator::generateRawTrkAddress(const l1t::RegionalMuonCand&, bool)' 45 | static int generateRawTrkAddress(const RegionalMuonCand&, bool isKalman); Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Local Products Rules ..... started >> Local Products Rules ..... done >> Creating project symlinks >> Entering Package L1Trigger/L1TMuon >> Compile sequence completed for CMSSW CMSSW_14_0_X_2024-04-22-1100 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-04-22-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package L1Trigger/L1TMuon Entering library rule at src/L1Trigger/L1TMuon/plugins >> Compiling edm plugin src/L1Trigger/L1TMuon/plugins/CSCCollector.cc |
244e09f
to
7cf527b
Compare
Pull request #44799 was updated. @cmsbuild, @aloeliger, @epalencia can you please check and sign again. |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fe884d/39009/summary.html Comparison SummarySummary:
|
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Due to a miscommunication the incoming unconstrained pT from OMTF as expected at the wrong position in the bitword on the link. This PR fixes this.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #44798