Do not anchor an MC to a part of the run that had no collisions - #2443
Open
sawenzel wants to merge 1 commit into
Open
Do not anchor an MC to a part of the run that had no collisions#2443sawenzel wants to merge 1 commit into
sawenzel wants to merge 1 commit into
Conversation
This fixes the interaction rate of anchored jobs sampled near end of run. - Collisions stop before data taking does. In run 571043 the FT0 vertex input reads zero over the last 256 s. - That zero was forwarded as "-interactionRate 0", so workflow creation aborted and the job ended as ERROR_V. - The end of the run is now the last scaler interval that counted, mirroring the ITS ramp-up adjustment of the start. - A timestamp with no collisions is marked excluded, which anchorMC.sh handles. No rate is invented for it. - AggregatedRunInfo cannot give this; its end of run is the end of data taking. - The raw rate now comes from o2::ctp::CTPRateFetcher rather than a fixed scaler index, which is not the same class in every run. - The pile-up correction is guarded against zero colliding bunches and against a rate with no Poisson inverse. https://its.cern.ch/jira/browse/O2-7143 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the interaction rate of anchored jobs sampled near end of run.
https://its.cern.ch/jira/browse/O2-7143