-
Notifications
You must be signed in to change notification settings - Fork 11
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
New TRestEventRateAnalysisProcess implementation #130
Conversation
@nkx Could you update the pandaxiii data pipeline so that we could remove the observables at |
@nkx I was a bit surprised that I was not able to use So, for example, if I remove the following lines from that RML, observables will not be present event if I added
and if I place |
@nkx I was also a bit surprised of the fact that if I enable the verboseLevel at |
I don't engage this problem. Maybe you need to re-run cmake to compile this process? |
I recompiled from scratch, I set
|
You should set the verbose level of |
One more approval to merge @juanangp or @cmargalejo ? |
It adds the new process
TRestEventRateAnalysisProcess
that will serve to monitor the event rate using an analysis tree observable.This process belongs to the framework, and therefore it will be possible to connect it everywhere in the data processing chain.
The process will be forced to be single threaded so that it solves problems related to issue #126
After merging to master, the rate observables will be removed from
TRestRawSignalAnalysisProcess
.@rest-for-physics/core_dev