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

Improve LAPPD Data Monitoring #286

Closed
wants to merge 35 commits into from

Conversation

furkan-bilgin
Copy link

No description provided.

- We were previously summing all of the points recorded in PPS accumulated number vector, resulting in an exponential graph, which is incorrect. We now sum only the previous number - which creates a meaningful graph.
- ROOT handles it anyway if the numbers get too big, so we don't need to do it
- turns out i didn't need to store some of the properties in vectors, as entries kind of do the same
@marc1uk
Copy link
Collaborator

marc1uk commented Nov 25, 2024

Hi Furkan, sorry for the delay on this. The online monitoring toolchain was on my fork because I was getting 403 errors trying to push it to the main anniesoft one (it used to be on michael's fork).
I've sorted that out now, so please make this PR against the online_monitoring branch.

@marc1uk marc1uk closed this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants