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.
These versions of Modified Event Basics modify the current event_basics to test events with alternate S1 and S2 pairings. This is the first step in developing an updated pairing algorithm. This algorithm would call on data selections beyond the peak area for a p-value-based quantile fit. The goal is to determine which S1-S2 peaks are most likely to construct a physical event.
EventBasicsModifiedS1 modifies event_basics to call on the alternate S1 peak and main S2 peak for event reconstruction. EventBasicsModifiedS2 modifies event_basics to call on the main S1 peak and alternate S2 peak for event reconstruction. EventBasicsModified includes commented out code that might be usable for a p-value-based pairing algorithm.
Examples of their usage can be found in the REU report.