-
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
MuonHLTSeedMVAClassifier
: update to use MVA-related parameters according to isL1
value
#45063
MuonHLTSeedMVAClassifier
: update to use MVA-related parameters according to isL1
value
#45063
Conversation
cms-bot internal usage |
…ing to isL1 value
099ad47
to
e2e21e7
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45063/40376
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@mmusich, @jfernan2, @mandrenguyen, @Martin-Grunewald, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@wonpoint4 @fmanteca FYI |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ba506a/39557/summary.html Comparison SummarySummary:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45063/40380
|
Pull request #45063 was updated. @jfernan2, @Martin-Grunewald, @mmusich, @cmsbuild, @mandrenguyen can you please check and sign again. |
Pull request #45063 was updated. @mmusich, @cmsbuild, @Martin-Grunewald, @jfernan2, @mandrenguyen can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45063/40402
|
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ba506a/39592/summary.html Comparison SummarySummary:
|
+hlt
|
+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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In CMSHLT-3197 it was discussed to avoid loading to HLT configuration parameters that are unneeded by looking into improving the plugin
MuonHLTSeedMVAClassifier
.For example,
isFromL1
is needed, but there is no need to have separate*L1
and*L2
parameters, since the plugin only ever uses one set (*L1
or*L2
) based on the value ofisFromL1
. The following list of parameters is enough,isFromL1
mvaFileB
mvaFileE
mvaScaleMeanB
mvaScaleStdB
mvaScaleMeanE
mvaScaleStdE
provided one configures every module correctly. A check is added throwing an exception in case the MVA model is not compatible with the value of
isFromL1
.PR validation:
addOnTests.py
runs fine with this PRIf 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:
Not a backport, might be backported to CMSSW_14_0_X