Skip to content
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

Fix spill numbering scheme #165

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Fix spill numbering scheme #165

merged 1 commit into from
Sep 29, 2024

Conversation

jdkio
Copy link
Contributor

@jdkio jdkio commented Sep 26, 2024

Fixes issue #164

Example where each entry is a time slice. After a few time slices it changes spill numbers

Reco_Tree->Scan("SpillNo")
*        7 *         0 *
*        8 *         0 *
*        9 *         1 *
*       10 *         1 *
*       11 *         1 *
*       12 *         1 *
*       13 *         1 *
*       14 *         1 *
*       15 *         1 *
*       16 *         2 *
*       17 *         2 *
*       18 *         2 *
*       19 *         2 *

@jdkio jdkio requested a review from LiamOS September 26, 2024 18:36
Copy link
Member

@LiamOS LiamOS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems sane. I haven't got around to running main in a while, but feel free to merge if this is working for you. Will make the same changes to my current branch for now.

@LiamOS
Copy link
Member

LiamOS commented Sep 27, 2024

Also confirming I saw the same issue in other branches. Thanks for fixing!

@jdkio jdkio merged commit d90964a into main Sep 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants