-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update skipEventsWithoutScoutingByEra for ScoutingNano #49084
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
Update skipEventsWithoutScoutingByEra for ScoutingNano #49084
Conversation
…g for 2022-24 and disable from 2025
|
cms-bot internal usage |
|
enable nano |
|
test parameters:
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49084/46323
|
|
A new Pull Request was created by @patinkaew for master. It involves the following packages:
@AdrianoDee, @DickyChant, @Moanwar, @antoniovagnerini, @cmsbuild, @davidlange6, @fabiocos, @ftenchini, @ftorrresd, @hqucms, @mandrenguyen, @miquork, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
@cms-sw/xpog-l2 @cms-sw/pdmv-l2 @cms-sw/upgrade-l2 you signed #48984 that got accidentally closed, can you please sign again here? |
|
+Upgrade |
|
+pdmv |
|
+1 |
|
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
Nano size comparison Summary:
NANO Comparison SummarySummary:
|
|
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, @mandrenguyen, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
…_1_0_patch1 [15_1_X] Update skipEventsWithoutScoutingByEra for ScoutingNano (backport of #49084)
…15_0_15_patch4 [15_0_X] ScoutingNano: Rename era modifier to be more generic (partial backport of #49084)
PR description:
This PR supersedes #48984 which was accidentally closed.
Description copied from the previous PR:
This PR adds
skipEventsWithoutScoutingByErafor ScoutingNano workflow so that this filter is enabled for 2022-24 and disabled for 2025.The new function
skipEventsWithoutScoutingByErais used instead for@ScoutMonitorand@ScoutFromMininanoflavours.The old function
skipEventsWithoutScoutingis kept if ones want to force running this with--customiseargument withcmsDriver.py.As requested by @mmusich, era modifiers are renamed from
run3_scouting_nanoAOD_XXto a more generalrun3_scouting_XXso they can be reused in other tasks, e.g. DQM.Several workflows are added in
relval_nano.pymostly for 2022-23 to ensure the filter is working also with the older data.PR validation:
Validations were done in the previous PR.
If 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:
This is not a backport, but a backport to 15_0_X and 15_1_X will follow.
FYI: @silviodonato @mmusich