-
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
Phase2 MuonHLTSeed MVA Classifier CMSSW_13_3_X #42745
Phase2 MuonHLTSeed MVA Classifier CMSSW_13_3_X #42745
Conversation
@swkim95, CMSSW_13_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42745/36837
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42745/36838 |
A new Pull Request was created by @swkim95 (Sungwon Kim) for master. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
RecoMuon/TrackerSeedGenerator/interface/SeedMvaEstimatorPhase2.h
Outdated
Show resolved
Hide resolved
RecoMuon/TrackerSeedGenerator/plugins/MuonHLTSeedMVAClassifierPhase2.cc
Outdated
Show resolved
Hide resolved
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42745/36839 ERROR: Build errors found during clang-tidy run.
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42745/36840 |
@cmsbuild, please test
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fee55e/34777/summary.html Comparison SummarySummary:
|
just to gauge urgency here, does this need to be backported to 13.1.X for the annual review or is it something for longer term? |
This PR is for the annual review, so this needs to be backported to 131X. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor suggestion (feel free to discard) and a question before signing off.
...Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py
Show resolved
Hide resolved
+1 |
kindly pinging @swkim95 about #42745 (review) |
+hlt
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
@swkim95 in light of this information, please open a backport PR to 13.1.X at your earliest convenience such that it can be flagged at today's release planning meeting. |
type muon |
+1 |
BackPort(#42745) Phase2 MuonHLTSeed MVA Classifier to CMSSW_13_1_X for AR
PR description:
PR for Phase2 version of MuonHLTSeedMVAClassifier which is already implemented in Run3.
Phase2 version uses L1TkMuon-related variables to classify IO triplet TrajectorySeed and choose seeds which are likely to build tracks.
This PR does not change any other modules or codes.
The materials related to this PR were presented in HLT upgrade meetings are listed below.
5th Sep : https://indico.cern.ch/event/1322372/contributions/5564947/subcontributions/440622/attachments/2708948/4703657/2023Sep05_SeedClassifier_update.pdf
22nd Aug : https://indico.cern.ch/event/1317689/contributions/5543745/subcontributions/438812/attachments/2701219/4688626/2023Aug22_SeedClassifier_update.pdf
Will need to make new data file PR to upload the trained BDT model file (in .xml format) on ~/RecoMuon/TrackerSeedGenerator/data/ directory.
PR validation:
On CMSSW_13_3_0pre2 tested these
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:
This is not a backport PR.