-
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
fix HLT track collection for SiStrip at HLT monitoring #43385
fix HLT track collection for SiStrip at HLT monitoring #43385
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43385/37879
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@rvenditti, @nothingface0, @mmusich, @Martin-Grunewald, @antoniovagnerini, @cmsbuild, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
type trk |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4ad04b/36052/summary.html Comparison SummarySummary:
|
@syuvivida would it be possible for you to test this PR in playback? Thank you |
Thank you very much @syuvivida. |
+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. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
I casually noticed that in online DQM HLT on-track SiStrip quantities are empty (see e.g. here), while reviewing the TSG ticket CMSHLT-2766.
I think this is due to the fact that in the configuration file an not-existent track collection (
hltTracksMerged
instead ofhltMergedTracks
) is passed to the track refitter:cmssw/DQM/HLTEvF/python/HLTSiStripMonitoring_cff.py
Line 226 in c4e98e9
I fix this here, while also removing where possible redundant cms type specifications
PR validation:
cmssw
compilesIf 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:
N/A
@cms-sw/trk-dpg-l2 FYI