-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[BackPort CMSSW_15_0_X] Include scouting EGM in Online DQM stream #48878
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
[BackPort CMSSW_15_0_X] Include scouting EGM in Online DQM stream #48878
Conversation
[config] reformat config to right dir [config] reformat config to right dir [code check] [update] fix for comments [update] fix for comments [update] for squash comment
|
Pull request #48878 was updated. |
|
cms-bot internal usage |
|
backport of #48850 |
|
test parameters:
|
|
@cmsbuild, please test |
|
A new Pull Request was created by @tihsu99 for CMSSW_15_0_X. It involves the following packages:
@Martin-Grunewald, @antoniovagnerini, @ctarricone, @mmusich, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+hlt
|
|
@cms-sw/dqm-l2 please have a look |
|
+dqm
|
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_16_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
If you can do that, it would be nice. If you change release can you pick up also #48790 ? Thank you. |
|
+1 |
PR description:
A patch is added to include scouting egamma DQM monitoring in the online stream. The update is highly related to previous PR #48398 i.e. here we introduce scouting egamma part into HLT Scouting DQM online client for the DQMOnlineScoutingstream. This progress has been mentioned in the scouting meeting at 28 Aug 2025.
This is the backport of the approved PR for CMSSW_15_1_X: cmssw#48850 Include scouting EGM in Online DQM stream
Description of the current change
Add options useOfflineObject in the config files under the original
HLTriggerOffline/Scouting. In online stream, we could choose not to use any offline object by such options.Add EGM part to online stream config file accordingly.
Note: The current file
HLTriggerOffline/Scouting/python/HLTScoutingEGammaPostProcessing_cff.py, which corresponds to the DQM Harvester, uses offline objects to achieve more accurate Tag-and-Probe measurements. Therefore, this postprocessor is not included in the online DQM sequence. (Similarly, in previous PR, for scouting muons, the harvester defined inHLTriggerOffline/Scouting/python/ScoutingMuonMonitoring_Client_cff.pyis not used in Online DQM.) This is mentioned here for completeness.PR validation:
This PR is prepared under
CMSSW_15_0_13_patch2and run with
[c.c. @mmusich @rseidita @silviodonato @patinkaew ]