-
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
HLT menu development for 12_3_X
[12_4_X
]
#37754
HLT menu development for 12_3_X
[12_4_X
]
#37754
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37754/29626
|
A new Pull Request was created by @missirol (Marino Missiroli) for master. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cbee91/24357/summary.html Comparison SummarySummary:
|
The large reduction of DQM outputs in One of the ED producers used in those triggers is changed by this PR ( This patch [*] is a starting point to fix the issue, but this task is left to EGM and/or DQM experts. In my opinion, this should not delay this PR. Attn: @cms-sw/dqm-l2 @cms-sw/egamma-pog-l2 [*] diff --git a/HLTriggerOffline/Egamma/src/EmDQM.cc b/HLTriggerOffline/Egamma/src/EmDQM.cc
index 0a1fb605a98..43c0e8f9f17 100644
--- a/HLTriggerOffline/Egamma/src/EmDQM.cc
+++ b/HLTriggerOffline/Egamma/src/EmDQM.cc
@@ -1442,6 +1442,7 @@ edm::ParameterSet EmDQM::makePSetForEgammaGenericFilter(const std::string &modul
inputType == "EgammaHLTGsfTrackVarProducer" || // GSF track deta and dphi filter
inputType == "EgammaHLTBcHcalIsolationProducersRegional" || // HCAL isolation and
// HE
+ inputType == "EgammaHLTHcalVarProducerFromRecHit" || // HCAL isolation (H/E) from RecHits
inputType == "EgammaHLTEcalPFClusterIsolationProducer" || // ECAL PF isolation
// filter
inputType == "EgammaHLTHcalPFClusterIsolationProducer" || // HCAL PF isolation
@@ -1530,6 +1531,7 @@ edm::ParameterSet EmDQM::makePSetForEgammaGenericQuadraticFilter(const std::stri
inputType == "EgammaHLTHcalIsolationProducersRegional" || // HCAL isolation and HE
inputType == "EgammaHLTBcHcalIsolationProducersRegional" || // HCAL isolation and
// HE
+ inputType == "EgammaHLTHcalVarProducerFromRecHit" || // HCAL isolation (H/E) from RecHits
inputType == "EgammaHLTEcalPFClusterIsolationProducer" || // ECAL PF isolation
// filter
inputType == "EgammaHLTHcalPFClusterIsolationProducer" || // HCAL PF isolation |
+hlt
|
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) |
@missirol the fix that you propose is quite logical and straightforward. I would rather be in favour to include it here, and in the backport PR as well, so that (1) the new menu and the needed dqm update can go on together, and (2) the comparisons in the PR tests remain meaningful. (By the way, since you are there please also move up the commented "HE" and "filter" in the lines above and below, for a better reading; if the code-format checks split the line again, you can replace "isolation" with "isol" (e.g.), which is still a nicer read than having the last word of the line split) |
Okay, done. References in the DQM module to plugin types that don't exist anymore have been removed as well. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37754/29636
|
Pull request #37754 was updated. @Martin-Grunewald, @emanueleusai, @ahmad3213, @cmsbuild, @missirol, @jfernan2, @pmandrik, @micsucmed, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cbee91/24362/summary.html Comparison SummarySummary:
|
Based on the outputs of the PR tests, the update of the DQM module worked as expected (no unexpected differences). @cms-sw/dqm-l2 , this PR now requires your signature. |
+hlt
|
@cms-sw/dqm-l2 , please consider reviewing this PR (it contains a simple update to 1 DQM module). There are more updates to the HLT menu in the pipeline, so it would be good to integrate this PR and test it in IBs sooner rather than later. |
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Development of HLT menus for
CMSSW_12_3_X
.This is the PR for the
master
branch, which will then be backported to12_3_X
(which is currently the release used for HLT-menu development for Run 3).Includes the integration of the following JIRA tickets.
The configurations were created with
V03-03-00
of ConfDB, which introduces support forProcessAcceleratorCUDA
.PR validation:
TSG tests.
If this PR is a backport, please specify the original PR and why you need to backport that PR:
N/A