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

Allowing to have collections of event files as event data #450

Open
sponce opened this issue May 25, 2022 · 0 comments
Open

Allowing to have collections of event files as event data #450

sponce opened this issue May 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sponce
Copy link
Collaborator

sponce commented May 25, 2022

Currently the event data are read from a single event file which is fully loaded at start time. This means that all events are present in memory, potentially taking quite some space.

One could think of being able to have several event files as input, and only load one in memory at a time so that we can drop previous events when a new file is loaded.

It could even be expanded to collections of files (several collections, maybe even with a hierarchy in a tree) so that we could expose to the users several sets of files, e.g. "Best events", "B physics", "Live events", etc... and the user can choose what (s)he likes to see at a given moment.

@sponce sponce added the enhancement New feature or request label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant