-
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
Fix on TRestMetadata and TRestDataSet add-ons #427
Conversation
I am going a need an I also added a new Any feedback about their implementation? @juanangp |
TRestMetadata::GetDataMemberValues
minor fix on TVector2,3 output componentBefore this PR (for the case of TVector2,3), the following output was generated when invoking
GetMetadataMember
.After this PR, parenthesis are removed from the output.
Added also:
REST_Generate_DataSets
macro that will allow to export several datasets from a given list of dataset names.equalsTo
that allows to evaluate numerically if a datamember is equal to the filter. If it is not equal, then the run will be rejected and thus not included in the dataset.TRestDataSet::Define
that allows to create a new column using the values of relevant quantities.TRestDataSet::Import( std::vector <std::string> fNames )
allowing to combine datasets into one single instance. If saved to disk the metadata memberfMergedDataSet
will betrue
in order to identify that it is a non-pure original dataset.For the moment metadata filter conditions do not support units. See issue: #429