-
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
TRestAnalysisTree fixing observable estimators #409
Conversation
This fixes the pipeline, still I don't understand what is wrong with the previous implementation. I don't like to iterate manually on the entries inside the analysis tree. Specially because This might be an issue if we call |
You can try with
|
Using
Using the direct tree access:
I thought that would happen only the first time I called to the So the DataFrame method is bullshit?!?! |
It should happen everytime you call the method because you generate a dataset. |
Then, what it is the proper fast way to calculate the mean using the RDataFrame? |
Could you approve this PR so that we fix pipelines? |
There is not fast way, it is what it is, I guess is not using multithreading but anyhow I don't think it will improve since it is a lazy method |
Ok, so that means the |
TRestAnalysisTree::GetObservableAverage. Changing the way average is calculated
Other similar methods
GetObservableMax/Min/RMS
have been updated too