framework
framework copied to clipboard
The main project containing the core C++ classes defining framework behaviour and primordial analysis and helper tools. It centralises all other rest-for-physics repositories through submodules.
![dependabot[bot]](https://badgen.net/badge/PR%20submitted%20by%3A/dependabot%5Bbot%5D/blue)  [](https://github.com/rest-for-physics/framework/commits/dependabot/github_actions/actions/upload-pages-artifact-3) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 3. Release notes Sourced from actions/upload-pages-artifact's releases. v3.0.0 Changelog Use v4 upload-artifact tag @robherley (#80) Upload pages artifact with upload-artifact...
![dependabot[bot]](https://badgen.net/badge/PR%20submitted%20by%3A/dependabot%5Bbot%5D/blue)  [](https://github.com/rest-for-physics/framework/commits/dependabot/github_actions/actions/deploy-pages-4) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 4. Release notes Sourced from actions/deploy-pages's releases. v4.0.0 Changelog Deploy pages using artifact IDs @konradpabjan (#251) This version requires the...
![dependabot[bot]](https://badgen.net/badge/PR%20submitted%20by%3A/dependabot%5Bbot%5D/blue)  [](https://github.com/rest-for-physics/framework/commits/dependabot/github_actions/actions/setup-python-5) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime...
  [](https://github.com/rest-for-physics/framework/commits/lobis-ci-image) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Using the new docker images defined in https://github.com/rest-for-physics/rest-docker Relates to https://github.com/rest-for-physics/framework/issues/413
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...
I found an issue merging datasets using `TRestDataSet::Import` function implemented here: https://github.com/rest-for-physics/framework/blob/9c2fae713e932c11c23efc78e332bdac2e3dad5e/source/framework/core/src/TRestDataSet.cxx#L952 Although the trees are properly merged the metadata has issues, for instance while merging two datasets the duration...
  [](https://github.com/rest-for-physics/framework/commits/lobis-working-on-veto-readout) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Add IAXO simulation processing to pipeline
  [](https://github.com/rest-for-physics/framework/commits/482-error-building-for-macos) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Not really sure why I get so many errors, looks like the iterator class is a bit complicated, are we really using it?