-
Notifications
You must be signed in to change notification settings - Fork 4.4k
15_0_X Backport: Make ReserveDMu skim throw exception upon mismatch in requested trigg… #47816
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
base: CMSSW_15_0_X
Are you sure you want to change the base?
15_0_X Backport: Make ReserveDMu skim throw exception upon mismatch in requested trigg… #47816
Conversation
A new Pull Request was created by @LinaresToine for CMSSW_15_0_X. It involves the following packages:
@AdrianoDee, @cmsbuild, @DickyChant, @miquork can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
Pull request #47816 was updated. @AdrianoDee, @cmsbuild, @DickyChant, @miquork can you please check and sign again. |
please test |
I think we're still missing the GTs for this one, right? @cms-sw/alca-l2 ? |
Right, I had missed that piece :-/ |
-1 Failed Tests: RelVals RelVals
|
Here it is the update of the GT in autoCond: #47871 |
please test with #47871 |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
The ongoing raw skims development, which is described in PR #47525 uses the ReserveDMu skim that was previously available. The skim is not throwing exception when the corresponding Global Tag has mismatches in the requested triggers, so when using such problematic GT in replay we see empty output files. We must make sure that we get paused jobs to prevent trash data from being produced. The change in this PR aims to ensure we get paused jobs and have the ability to retry the jobs and get the desired output data.
The dummy GT was provided by AlCa, details available in cms-talk. Such global tag was tested on the repacking of stream
ParkingDoubleMuonLowMass0
and we see all output files with 0 events.This is a backport to CMSSW_15_0_X for upcoming data taking. The respective Master PR is: #47813