We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found an issue merging datasets using TRestDataSet::Import function implemented here:
TRestDataSet::Import
framework/source/framework/core/src/TRestDataSet.cxx
Line 952 in 9c2fae7
Although the trees are properly merged the metadata has issues, for instance while merging two datasets the duration is not properly retreived.
I guess we should implement a TRestDataSet merging of the metadata to solve this issue
The text was updated successfully, but these errors were encountered:
jgalan
juanangp
No branches or pull requests
I found an issue merging datasets using
TRestDataSet::Import
function implemented here:framework/source/framework/core/src/TRestDataSet.cxx
Line 952 in 9c2fae7
Although the trees are properly merged the metadata has issues, for instance while merging two datasets the duration is not properly retreived.
I guess we should implement a TRestDataSet merging of the metadata to solve this issue
The text was updated successfully, but these errors were encountered: