Ni Kaixiang
Ni Kaixiang
  [](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/cpp11) [](https://github.com/rest-for-physics/framework/commits/cpp11) I still think we should retain c++11 compatibility for REST. At least for the framework. **Otherwise it would be less acceptable by other collaborations**. With...
  [](https://gitlab.cern.ch/rest-for-physics/framework/-/commits/nkx111-patch-1) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) If we disable test run, and if the last process is general process, then it will come into problem trying to assembly TRestEvent abstract class.
I am wondering if the standard units for pressure is `atm` or `bar`. They have slight difference. In TRestDetectorGas it stores pressure in `atm`, but in TRestSystemOfUnits the units with...
It is time to implement automatic parameter loading from rml text to all the class data members. We shall verify each metadata classes that: 1. All the data members are...
It could be confusing to use the alias `any` for `TRestReflector`. Since there is std::any introduced in c++17. We may consider rename it to `RESTany`. In this case, all the...
## material rework 1. Now the plugin exports/maintains material-specific parameter list. Selecting different materials(shaders) change the "W3D Properties" Panel. Filling the columns in the panel will take effect in the...