Results 40 issues of 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...

enhancement
development

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...

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 71](https://badgen.net/badge/PR%20Size/Ok%3A%2071/green) [![](https://gitlab.cern.ch/rest-for-physics/framework/badges/jgalan_tools_gzip/pipeline.svg)](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/jgalan_tools_gzip) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=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...

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 54](https://badgen.net/badge/PR%20Size/Ok%3A%2054/green) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=jgalan_tools)](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...

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 10](https://badgen.net/badge/PR%20Size/Ok%3A%2010/green) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=jgalan_units)](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.

bug
urgent

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 18](https://badgen.net/badge/PR%20Size/Ok%3A%2018/green) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=jgalan_errors)](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...

enhancement

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 6](https://badgen.net/badge/PR%20Size/Ok%3A%206/green) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=jgalan_macro_doc)](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...

documentation

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...

invalid

![jgalan](https://badgen.net/badge/PR%20submitted%20by%3A/jgalan/blue) ![Ok: 66](https://badgen.net/badge/PR%20Size/Ok%3A%2066/green) [![](https://gitlab.cern.ch/rest-for-physics/framework/badges/jgalan-raw-analysis/pipeline.svg)](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/jgalan-raw-analysis) [![](https://github.com/rest-for-physics/framework/actions/workflows/validation.yml/badge.svg?branch=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...

enhancement