-
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
Add hgcalv16 modifier and corresponding era #36753
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36753/27866
|
A new Pull Request was created by @srimanob (Phat Srimanobhas) for master. It involves the following packages:
@perrotta, @jordan-martins, @bbilin, @wajidalikhan, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen, @qliphy, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@@ -1144,7 +1144,7 @@ | |||
'from Geometry.EcalMapping.EcalMapping_cfi import *', | |||
'from Geometry.EcalMapping.EcalMappingRecord_cfi import *', | |||
], | |||
"era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV12, phase2_hfnose", | |||
"era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV16, phase2_hfnose", |
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.
I am not this line that we need to keep V10,V11 and V12 or not. Will look into it.
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.
@kpedro88 Do you have an idea what is the result of this era line? I think it does not change anything at the moment. Thanks in advance.
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.
@srimanob indeed, right now it is just printed as a recommendation when a user runs the geometry script. The actual modifiers for a workflow have to be implemented manually.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36753/27867
|
Pull request #36753 was updated. @perrotta, @civanch, @Dr15Jones, @jordan-martins, @makortel, @cvuosalo, @wajidalikhan, @ianna, @mdhildreth, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen, @bbilin, @qliphy, @fabiocos, @davidlange6 can you please check and sign again. |
@cmsbuild please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
As described, no change is expected from this PR itself. The test with HGCal V16 rechit calibration is done in #36728 (comment) |
+Upgrade The failure in PR test doest not relate to this PR. PR test alone shows no change as expected. Testing with #36728 shows expected behaviour, #36728 (comment) |
+1 |
Kindly ping @cms-sw/pdmv-l2 |
+1 |
+operations
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). 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 |
merge |
PR description:
This PR is to add a new modifier for HGCAL V16, and the corresponding era. Currently, HGCal V16 (C17) is used in D86 and D88. It needs new RecHits calibration, introduced in #36728. We need to split the modifier/era of D86 and D88 from C11, in order to keep D77 (default now) working as before.
PR validation:
This PR itself should do nothing. To see the effect of new RecHit calibration, it should be triggerred the test with #36728
if this PR is a backport please specify the original PR and why you need to backport that PR:
No need of backporting.