-
Notifications
You must be signed in to change notification settings - Fork 4.6k
HCAL Run3: removing redundant hbhereco=HBHEIsolatedNoiseReflagger from wf's #30138
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
HCAL Run3: removing redundant hbhereco=HBHEIsolatedNoiseReflagger from wf's #30138
Conversation
|
The code-checks are being triggered in jenkins. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30138/15924
|
|
A new Pull Request was created by @abdoulline (Salavat Abdullin) for master. It involves the following packages: RecoJets/JetProducers @perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild please test |
|
The tests are being triggered in jenkins. |
|
+1 |
|
Comparison job queued. |
|
Comparison is ready Comparison Summary:
|
|
Some difference observed only in old (obsolete ?) GlobalRecHitsV Possible explanation: this obsolete analyser [1] picks up and iterate over all existing HBHERecHits collections. Previously there were three of them: (i) hbheprereco, (ii) hbhereco and (iii)"reducedHcalRecHits" (wih label "hbhereco"). [1] [2] |
|
Will follow (to be added to this PR) later today: |
|
Pull request #30138 was updated. @perrotta, @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU, @slava77 can you please check and sign again. |
|
@cmsbuild please test |
|
The tests are being triggered in jenkins. |
|
+1 |
|
Comparison job queued. |
|
Comparison is ready Comparison Summary:
|
|
Thanks @abdoulline for this cleaning. |
@jfernan2 |
|
Thanks @abdoulline Sorry, I had understood your last commit would fix that too. OK |
|
+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 now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Existing for Phase2 customization to exclude HBHEIsolatedNoiseReflagger (only relevant for Phase0 HPDs HCAL subdetectors), formerly known as "hbhereco" producer, has been backported to Run3 to save CPU and disk space: one HBHERecHits collection "hbhereco" now produced instead of two "hbheprereco" + "hbhereco" (effectively identical for >= Run3) previously.
NB: HLT for Run3 is already using solely "hbhereco"=HBHEPhase1Reconstructor.
PR validation:
runTheMatrix.py -l limited OK
No backport needed