Updates to calibration file logic and some histogrammer improvements#44
Merged
lpgaff merged 9 commits intoMiniball:mainfrom Mar 4, 2025
Merged
Updates to calibration file logic and some histogrammer improvements#44lpgaff merged 9 commits intoMiniball:mainfrom
lpgaff merged 9 commits intoMiniball:mainfrom
Conversation
…oard level, as well as individual channel parameters (FEBEX only so far)
…plus tidy up some other things in the histogrammer
…runs building massive events. If these are to be rejected from event building, the safest thing to do is increase the threshold to maximum to cut them out.
Contributor
Author
|
The Doxygen action doesn't seem to be working, but it's a permissions issue that I think is overcome after the merge... So I'm going to ignore it for now. May need to come back to it later, slightly annoying to get the fail message! |
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.
Calibration defaults can now be given globally, per sfp or per board, as well as the individual channels. Useful for making time shifts on a board level, for example.
Some changes to the event builder such that a beamdump or ionisation chamber won't open an event were considered but reversed. This is in case there is a high rate in the beam dump detector that might interfere with event building. However, this can lead to huge and unphysical events if there are no Miniball or CD triggers to officially open the event. If the user wants to suppress the ionisation chamber or beam dump triggers, they will need to increase the software threshold instead.
Histogrammer changes so that the particle multiplicity is explicitly given for the gamma-ray histograms to help splitting of the data for Gosia analysis, for example.
Clipped and pileup logic fixed for old DAQ and confirmed to not effect "Info" events such as the EBIS or T1 pulses.