-
Notifications
You must be signed in to change notification settings - Fork 21
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
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
Conversation
…to, added the option of getting the beam current from RAW::epics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop the "Daq" from the new class names.
(Later we should really inherit some of this, shared by DaqScalersSequence, later ...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think EpicsSequence.add was copied from a similar implementation supporting Java 8 from before SortedSet/List were fully functional in Java 11?
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.
|
Addresses RG-M issue of missing scalers in the first part of the run.
The modifications include:
-s pv-name
command line option);A few notes: