-
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 for the access of haloMVATaggerVal in the Run 1+2 files #37156
Fix for the access of haloMVATaggerVal in the Run 1+2 files #37156
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37156/28706
|
A new Pull Request was created by @jainshilpi for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
type bugfix |
hi Shilpi, |
Hi Swagata, I was thinking about it. If that is preferred default value, I can do the update. |
As @swagata87 mentioned above, I also think its safer to have 99 instead of -99 so that the photons are not rejected just in case this variable is used on the Run1/2 files. The corresponding update is done. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37156/28710
|
Pull request #37156 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
@cmsbuild please test |
Just pushed the changes based on the recent suggestions - checked on 136.7611 and the one with run 3 conditions, it seems all fine. |
test parameters:
|
@jainshilpi should this value be changed, too?
Otherwise, in the future, it might be confusing why some photons have mva=99, some mva=-999, and some have a meaningful value. |
ah yes sorry - fixed that now - thanks @jpata for catching. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37156/28717
|
Pull request #37156 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6c7286/22902/summary.html Comparison SummarySummary:
|
+reconstruction
|
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
This PR fixes the problem caused by the PR: #36901 , first caught here: #37143
PR #36901 was missing the correct treatment to Run 1+2 files (e.g. WF 136.7611) which essentially picks the 2016 AOD files and tries to find the value of haloTaggerMVAVal_. Since this variable does not exist in those AOD files (which was added by PR: #36901 ), this was just taking some junk value and puts in haloTaggerMVAVal().
This PR fixes this issue by having the appropriate ioread rules.