-
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-hgx326X Try to address cassette shift abnormality for HGCal geometry #39625
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39625/32419
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-39625/32420
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@civanch, @Dr15Jones, @bsunanda, @makortel, @emanueleusai, @ianna, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @mdhildreth, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39625/32422
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-39625/32423
|
@cmsbuild Please test |
-1 Failed Tests: RelVals RelVals-INPUT RelVals
RelVals-INPUT
|
@perrotta There were several serious bugs in the code which is corrected here. So if any external file is used in the testing, they are needed to be recreated for the tests. Can the tests be avoided? |
@bsunanda this PR must be eventually merged in the master, i.e. it has to run without crashing in it. Please provide all what is needed to run without errors, and test it all together: there is no point in merging a PR that is known to crash once merged. |
@perrotta My point was that if the additional files which are needed in the test be created with the same PR |
Please create those files and add them as externals, if this is what is needed. |
Hi @bsunanda @perrotta
Actually, I don't understand the failure from PR test. It seems the failure happens because of L1T, but why it fails in D88 which I assume you don't want to touch it. I assume from the PR title (idea of cassette) that it will affect v17 HGCAL only, not v16. As usual request, would you mind to make a PR with detail in the PR description? If this issue is presented somewhere, link will be useful. Currently, it does not tell us anything on what we expect, what we should do to move this on. Thanks. |
@perrotta , @salvatore @smuzaffar : Can you please share the workflow number corresponding to MinBias event creation ? We |
Hi @indra-ehep Here is the workflow that you can use to produce MinBias GS: To check the workflow ID, you can i.e. |
Ciao all, |
assign hgcal-dpg |
New categories assigned: hgcal-dpg @felicepantaleo,@rovere,@pfs,@cseez you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Hello,
means that there are trigger cells (and therefore detector cells?) well outside the typical HGCAL acceptance (3.19 >> 0.58 which was about the maximum observed so far). |
Could you provide the DetId which provides this value and how this ratio is calculated in the code?
…________________________________
From: Jean-Baptiste Sauvan ***@***.***
Sent: 11 October 2022 10:52
To: cms-sw/cmssw
Cc: Sunanda Banerjee; Mention
Subject: Re: [cms-sw/cmssw] Phase2-hgx326X Try to address cassette shift abnormality for HGCal geometry (PR #39625)
Hello,
The following exception
Exception Message:
TC X1 = 3.18723 out of the seeding histogram bounds 0.076 - 0.58
means that there are trigger cells (and therefore detector cells?) well outside the typical HGCAL acceptance (3.19 >> 0.58 which was about the maximum observed so far). X1 here is r/z where r is the radial distance from the beam.
We could make a change in the TPG code to avoid this exception. But is this expected to have cells with r/z>3?
—
Reply to this email directly, view it on GitHub<#39625 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABGMZOTJLWK5SBWKXV6YFFLWCUTGDANCNFSM6AAAAAAQ5O6CJQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thank you @srimanob |
Made a new PR#40404 with correct specification. So close this unwanted PR |
PR description:
Try to address cassette shift abnormality for HGCal geometry
PR validation:
Use the runTheMatrix test workflows
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:
Nothing special