-
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
hardcoded list of L1T algorithms to monitor in L1TStage2uGTTiming
#43488
Comments
A new Issue was created by @mmusich Marco Musich. @makortel, @smuzaffar, @rappoccio, @Dr15Jones, @antoniovilela, @sextonkennedy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign DQM/L1TMonitor |
New categories assigned: dqm @rvenditti,@syuvivida,@tjavaid,@nothingface0,@antoniovagnerini you have been requested to review this Pull request/Issue and eventually sign? Thanks |
@cms-sw/l1-l2 FYI |
While investigating issue #46526, I saw in the log of that tarball, a lot of messages akin to the ones discussed here, of the type: %MSG
%MSG-w L1TStage2uGTTiming: L1TStage2uGTTiming:l1tStage2uGTTiming@streamBeginRun 27-Oct-2024 17:08:03 CET Run: 387326 Stream: 0
Algo "L1_SingleIsoEG28er1p5" not found in the trigger menu L1Menu_CollisionsHeavyIons2024_v1_0_5. Could not retrieve algo bit number.
%MSG
%MSG-w L1TStage2uGTTiming: L1TStage2uGTTiming:l1tStage2uGTTiming@streamBeginRun 27-Oct-2024 17:08:03 CET Run: 387326 Stream: 0
Algo "L1_SingleTau120er2p1" not found in the trigger menu L1Menu_CollisionsHeavyIons2024_v1_0_5. Could not retrieve algo bit number.
%MSG
%MSG-w L1TStage2uGTTiming: L1TStage2uGTTiming:l1tStage2uGTTiming@streamBeginRun 27-Oct-2024 17:08:03 CET Run: 387326 Stream: 0
Algo "L1_ETMHF130" not found in the trigger menu L1Menu_CollisionsHeavyIons2024_v1_0_5. Could not retrieve algo bit number.
%MSG
[...] PR #45242 (mostly) solved the issue for standard pp 2024. |
cms-bot internal usage |
I proposed something at #46590 |
The L1T DQM module
L1TStage2uGTTiming
is configured such that it takes the list of algorithms to monitor from a static python configuration file:cmssw/DQM/L1TMonitor/python/L1TStage2uGTTiming_cfi.py
Lines 12 to 23 in 6edd3ed
This implies that whenever we start exercising offline a workflow that didn't employ a L1T menu including these algorithms, that module becomes very noisy, complaining about:
This issue was discussed already a couple of times in the past in scattered
cmssw
PR-s, e.g.: #41629 (comment) or #41972 (comment) or #43378 (comment).A possibility to reduce the amount of log is of course to silence the warning. Otherwise some smarter algorithm to retrieve the list of algos to monitor could be devised (e.g. process modifier / era steered plain configuration files or directly a list stored int he conditions DB).
The text was updated successfully, but these errors were encountered: