-
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
Adding PNET scores to offline HLT DQM #44754
Adding PNET scores to offline HLT DQM #44754
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44754/39976
|
A new Pull Request was created by @aniketkhanal for master. It involves the following packages:
@tjavaid, @cmsbuild, @syuvivida, @nothingface0, @rvenditti, @antoniovagnerini can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals-INPUT RelVals
Expand to see more relval errors ...RelVals-INPUT |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c8339d/38902/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
Hi @aniketkhanal , could you please confirm whether the warnings e.g. for potential memory leaks are safe? Thanks! |
Sorry, but isn't this already present in the IB static analyzer logs: https://cmssdt.cern.ch/SDT/jenkins-artifacts/ib-static-analysis/CMSSW_14_1_X_2024-04-29-1100/el8_amd64_gcc12/llvm-analysis/report-0bf3b2.html#EndPath ? Why is this blocking this particular PR? as far as I can tell this has nothing to do with it. |
+1 |
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) |
+1 |
@aniketkhanal do you plan a 14.0.x backport for the current data-taking? |
It seems this PR creates problems for HIon tests in TSG as well as standard relval workflow 142.0:
See here: https://cmssdt.cern.ch/SDT/jenkins-artifacts/HLT-Validation/CMSSW_14_1_X_2024-05-01-2300/el8_amd64_gcc12/RelVal_RECO_HIon_MC.log See also standard relval workflow 142.0: |
From the exception is does not look like that's DQM code crashing, but rather:
|
Now also in an issue #44899 |
@mmusich Yes we do |
Ok. But then you also need to backport #44926 together to avoid relval failures. |
PR Description
This PR aims to replace ParticleNet(PNET) as the default offline HLT b-tagging algorithm updating #42937 , while creating new folders for each path inside HLT/BTV to keep the current DeepJet histograms for groups that still use it.
It also updates the titles and x-axis labels for the b-tagging efficiency histograms (currently mislabeled as CSV).
The expected changes are as follows:
PR Validation
The changes pass the basic tests suggested in https://cms-sw.github.io/PRWorkflow.html.
12834.0 workflow runs without error and all the changes are visible in local GUI.