-
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
Update Run3 offline data GT and mcRun3 GTs with final DD4HEP #36326
Conversation
test parameters:
|
urgent
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36326/27066
|
A new Pull Request was created by @francescobrivio for master. It involves the following packages:
@malbouis, @yuanchao, @jordan-martins, @bbilin, @wajidalikhan, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen, @tvami, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild , please test |
@francescobrivio maybe you could include what we changed for MC in the title of the PR? Maybe just saying DD4HEP? I'm just saying looking back this PR title doesn't help too much identifying what we did here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c913fb/20915/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
@cmsbuild , please test
|
I was having a look to the outputs of the previous round of tests from #36326 (comment) for the 2021 workflows and I see a lot of:
in both the CRAFT workflow 136.899 (not so surprisingly) but also in the MinimumBias one 139.001 @cms-sw/trk-dpg-l2 @OzAmram @ferencek please take note. Seemingly this is caused by: cmssw/RecoLocalTracker/SiPixelClusterizer/plugins/PixelThresholdClusterizer.cc Lines 134 to 135 in f0646ac
introduced at PR #35441 (https://github.com/cms-sw/cmssw/pull/35441/files#diff-7aa95db5a7413c63dc3c64cd194dff15ed9d03473750c6a61b9cd32be929fad5R134). |
actually also my take is that the modifier has no impact on that, though I would suggest to silence the warning which seems too loud. |
Ok, indeed I missed those two warnings in the IB for 136.899. But here their number is increased from 2 toe 71, thous the frequency of that message do depend on the modifier, I'd say. My question is: is it expected, or should we try to understand it better (and from my point of you delaying the merging of this PR). Then, if all what above is expected: yes, I agree that the message should be better silenced somehow. But it can be done in another PR. |
fine
the modifier is creating more "dead" ROCs, since it's killing at the pixel raw2digi level all digis coming from noisy ROCs, so I think one would expect to have more detUnits without any digi to clusterize.
I think the message was (re-)introduced recently in PR #35441 as pointed out in #36326 (comment). |
Ok, thank you Marco! |
@perrotta looking into it |
Thank you @tsusa. |
I have just run 136.899 with and without modifier and see there 69 warnings in 100 events in both cases. |
Uhm, puzzzling... |
but there are more of them, see for example lines 216, 219, 223, 373, ... |
Yes, you are right. For a strange reason, in my browser the search in the page goes only in the visibile part of the log when I open in my browser the IB logs, while it searches through the whole file when I open the test logs. Ok, thank you Tatjana, and sorry for the noise. I think this PR can get merged as such (and the trk dpg will independently think about mitigating those messages, if deemed necessary) |
+1 |
+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 be automatically merged. |
PR description:
This PR includes several updates in the conditions:
'--procModifiers':'siPixelQualityRawToDigi'
is added in step3 of the 139.00* workflows (MinBias, ZeroBias and HLTPhysics) to pick up the new tag included in the GT following changes introduced in Add label for SiPixelQualityRcd in RawToDigi #36255XMLFILE_CTPPS_Geometry_2021_113YV1
which is now superseded by the persistent class (VeryForwardIdealGeometryRecord), see Include PPS persistent geometry in all GTs #35772PPSRECO_Geometry_122DD4hepV1_2021
) and subsequently updated theautoCondDDD
modifierGT diffs:
Run 3 data (offline)
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_dataRun3_v1/122X_dataRun3_v2
2021 design
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2021_design_v2/122X_mcRun3_2021_design_v3
2021 realistic
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2021_realistic_v2/122X_mcRun3_2021_realistic_v3
2021 cosmics
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2021cosmics_realistic_deco_v2/122X_mcRun3_2021cosmics_realistic_deco_v3
2021 heavy ion
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2021_realistic_HI_v2/122X_mcRun3_2021_realistic_HI_v3
2023 realistic
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2023_realistic_v2/122X_mcRun3_2023_realistic_v3
2024 realistic
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/122X_mcRun3_2024_realistic_v2/122X_mcRun3_2024_realistic_v3
PR validation:
Validated with several wfs:
runTheMatrix.py -l 12034.0,11634.0,7.23,159.0,12434.0,12834.0
for mcRun3 GTsrunTheMatrix.py -l 11634.911,11634.914
for DDD/DD4HEP changesrunTheMatrix.py -l 11725.0,11925.0
for PPS changesrunTheMatrix.py -l 136.897,136.899,138.3,139.001,139.002,139.003,139.004
for the offline run3 GTBackport
Not a backport, but a similar PR will be opened soon for 12_1_X