Javier Galan
Javier Galan
Recently, TRestDataSet has been implemented at #345. Cool! There are few enhancements that can still be interesting, or necessary! - [ ] The **file selection using metadata rules** might be...
Before we could detach the event tree from the final produced file in order to release storage weight into the final file. I think this was managed through a metadata...
  [](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/jgalan_tools_gzip) [](https://github.com/rest-for-physics/framework/commits/jgalan_tools_gzip) This is not used right now, but I found it might be potentially used, so it is perhaps good to have it in the list...
  [](https://github.com/rest-for-physics/framework/commits/jgalan_tools) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) I add a method that allows to create an automatic division of a canvas where we need to draw `n` plots. For example, if the...
  [](https://github.com/rest-for-physics/framework/commits/jgalan_units) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) It fixes an issue evaluating units in strings than contain mathematical operators.
  [](https://github.com/rest-for-physics/framework/commits/jgalan_errors) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Usually processes will implement only one warning, and the message gets replicated. Therefore, we keep only the latest warning message keeping track of the number...
  [](https://github.com/rest-for-physics/framework/commits/jgalan_macro_doc) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Just adding documentation to `CheckRunFileList` macro. This macro can be used to identify files that were not properly closed, e.g.: after launching the processing to...
I have disabled a library from the compilation, E.g. `cmake -DRESTLIB_AXION=OFF ..` However, when I execute `restRoot` in the new installed version of REST the library is still loading. I...
  [](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/jgalan-raw-analysis) [](https://github.com/rest-for-physics/framework/commits/jgalan-raw-analysis)
When defining a new dataset, the metadata filter conditions do not accept units yet. Thus, the values there must be given on standard REST units, keV, mm, us, ... I...