Updated trigger-filter with functionality to use beam current from RAW::epics or a detector raw multiplicity to select events with beam when scalers are unavailable #86
Merged
raffaelladevita merged 11 commits intodevelopmentfrom Sep 21, 2023
Conversation
…to, added the option of getting the beam current from RAW::epics
baltzell
reviewed
Aug 25, 2023
Collaborator
baltzell
left a comment
There was a problem hiding this comment.
Let's drop the "Daq" from the new class names.
(Later we should really inherit some of this, shared by DaqScalersSequence, later ...)
baltzell
reviewed
Sep 6, 2023
Collaborator
baltzell
left a comment
There was a problem hiding this comment.
FilterBank seems is only about number of rows in a bank? If so, and it's not planned to become something much more, it would be good to name it less generically, as there's many other things people refer to as "filtering". For example, FilterBankSize.
baltzell
reviewed
Sep 7, 2023
Collaborator
baltzell
left a comment
There was a problem hiding this comment.
I think EpicsSequence.add was copied from a similar implementation supporting Java 8 from before SortedSet/List were fully functional in Java 11?
Collaborator
Author
|
That’s correct: should I switch?
… On 8 Sep 2023, at 00:40, Nathan Baltzell ***@***.***> wrote:
@baltzell commented on this pull request.
I think EpicsSequence.add was copied from a similar implementation supporting Java 8 from before SortedSet/List were fully functional in Java 11?
—
Reply to this email directly, view it on GitHub <#86 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZNEPQXIIGWXUU3B5CCIQLXZJEPRANCNFSM6AAAAAA36QLXOI>.
You are receiving this because you authored the thread.
|
baltzell
previously approved these changes
Sep 11, 2023
baltzell
approved these changes
Sep 19, 2023
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.
Addresses RG-M issue of missing scalers in the first part of the run.
The modifications include:
-s pv-namecommand line option);A few notes: