The Uranie platform, v4.8.0
Index
Starting with Uranie
In order to use Uranie, once the installation is done, one should start by sourcing the proper script, depending on the shell you're using:
Then, you can call any ROOT macro that would contain Uranie objects, by doing:
root myMacro.C
or, you can run it's equivalent in python by calling:
python myMacro.py
For more information, you can refer to the usermanual (see in the left-hand side menu).
Releases notes: news from v4.8.0
Built by default with ROOT v6.28/04 (recommended)
- Correction / modifications:
- Add the TComposedDistribution class to compose law from other distributions
- High speed up the computation of HSIC sensitivity indices
- Add a quiet mode in the computation of HSIC sensitivity indices and update U-Stat results
- Replace the dependencies of Portable Coroutine Library for coroutines by Boost.Coroutines
- Uniformisation of all doxygen files
- Add exception in TCirce for setSelect
- User manual :
- Add the Composing law description
- Add the description of the THISC class
- Add use case macro : sensitivityHSICFunctionFlowrate
- Methodology:
- Add brief description of the HSIC sensitivity indices
Uranie team