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

For every scalar action function there should exist a vector action function #169

Open
c-dilks opened this issue Apr 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@c-dilks
Copy link
Member

c-dilks commented Apr 12, 2024

#157 adds one vector function

  • algos which need full banks can only have vectorized action functions
  • since banks have differing numbers of rows, vectorized action functions cannot be trivially generalized from scalar action functions, therefore each must be written manually
  • depending num_inspect in HIPO dataframe construction, some variables will only ever be scalar, such as event number; may need mixed scalar/vector action function overloads
@c-dilks c-dilks added the bug Something isn't working label Apr 12, 2024
@rtysonCLAS12 rtysonCLAS12 self-assigned this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants