|
- Timestamp:
-
Mar 22, 2023, 3:03:50 PM (2 years ago)
- Author:
-
gallmei
- Comment:
-
updated link to RootTuple?
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
2 | 2 | |
3 | 3 | Starting with release 2018, the code is able to produce particle vector output as a ROOT file. |
4 | | Here we rely on the library [https://roottuple.hepforge.org/ RootTuple], which is a lightweight Fortran interface to some existing [https://root.cern.ch/ ROOT] installation. |
| 4 | Here we rely on the library [https://github.com/davidchall/RootTuple RootTuple], which is a lightweight Fortran interface to some existing [https://root.cern.ch/ ROOT] installation. |
5 | 5 | |
6 | 6 | Unfortunately, the default installation process of '!RootTuple' produces only a 'shared' library (*.so) , which is not usable with GiBUU; here we need a 'static' library (*.a). Therefore some rework is needed. |
… |
… |
|
34 | 34 | If something goes wrong, you may try to do the manual compilation procedure: |
35 | 35 | |
36 | | 1. Download the source from https://roottuple.hepforge.org/ |
| 36 | 1. Download the source from https://github.com/davidchall/RootTuple |
37 | 37 | |
38 | 38 | 2. Modify the file `RootTuple-master/src/CMakeLists.txt` by changing one line |
|