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.
GNU General Public License v3.0
19
stars
11
forks
source link
Some core but minor changes. Including some non-critical fixes. #490
We can enable/disable MT inside TRestDataSet using a metadata member fMT.
restRoot now imports datasets with MT disabled. This is to fix a problem when accessing data frames. Not sure how to let the user decide. Adding an option to restRoot? Anyhow MT disabled option is ok with me. (related to https://github.com/rest-for-physics/framework/discussions/488).
REST_OpenInputFile.C adding a hint on how to print column data.
Fixing an issue in restRoot to avoid that arguments are interpreted as an input file.
Relation of changes included in this PR:
TRestDataSet
using a metadata memberfMT
.restRoot
now imports datasets with MT disabled. This is to fix a problem when accessing data frames. Not sure how to let the user decide. Adding an option torestRoot
? Anyhow MT disabled option is ok with me. (related to https://github.com/rest-for-physics/framework/discussions/488).REST_OpenInputFile.C
adding a hint on how to print column data.restRoot
to avoid that arguments are interpreted as an input file.StringToVector
default precision is %8.63e.