... | ... | @@ -64,12 +64,13 @@ The ROOT installation is required for some exercises in this tutorial. |
|
|
The tar files with precompiled ROOT binaries for Ubuntu-24.04 can be downloaded from
|
|
|
https://root.cern/download/:
|
|
|
|
|
|
`curl -SLO https://root.cern/download/root_v6.30.04.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz`
|
|
|
`curl -SLO https://root.cern/download/root_v6.34.08.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz`
|
|
|
|
|
|
We will install both ROOT and Geant4 into /usr/local directory:
|
|
|
|
|
|
```
|
|
|
sudo tar zxf root_v6.30.04.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz -C /usr/local/
|
|
|
sudo tar zxf root_v6.34.08.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz -C /usr/local
|
|
|
|
|
|
sudo chown -R `id -un`:`id -gn` /usr/local/root
|
|
|
chmod +x /usr/local/root/bin/thisroot.*
|
|
|
```
|
... | ... | @@ -99,6 +100,7 @@ Do not forget to install your favorite editor, e.g _Emacs_ : |
|
|
|
|
|
`sudo apt install -y emacs`
|
|
|
|
|
|
<!--
|
|
|
You can install the precompiled version of Geant4 provided for this tutorial. You can download the tar file with precompiled Geant4 `geant4_v11.1.1.Linux-ubuntu20-x86_64-gcc9.4.tar.gz` from `llrnbox.in2p3.fr` server. The script `install-geant4-ubuntu.sh` can be used for downloading and installation of Geant4.
|
|
|
|
|
|
The link to tar.gz file with Geant4 11.3.1 binaries for Ubuntu 24.04
|
... | ... | @@ -112,7 +114,7 @@ https://llrnbox.in2p3.fr/index.php/s/Y5yD3CZxYgGZxGA |
|
|
N.B. You need to install Geant4 into `/usr/local/geant4/11.3.1`.
|
|
|
|
|
|
If you install the precompiled version you can skip **Build Geant4** section and go directly to **Environment**.
|
|
|
|
|
|
-->
|
|
|
|
|
|
## Build Geant4
|
|
|
|
... | ... | @@ -349,8 +351,8 @@ RunManager is deleted. |
|
|
|
|
|
- Root
|
|
|
|
|
|
- ROOT comes with a web-based browser, which is now being started. Revert to TBrowser by setting "Browser.Name: TRootBrowser" in rootrc file. Or starting "root --web=off"
|
|
|
- libtbb must beinstalled `sudo apt install -y libtbb12`
|
|
|
- ROOT comes with a web-based browser, which is now being started. Revert to TBrowser by setting "Browser.Name: TRootBrowser" in rootrc file. Or starting "root --web=off"
|
|
|
- libtbb must beinstalled `sudo apt install -y libtbb12`
|
|
|
|
|
|
- Geant4
|
|
|
- You check the Geant4 datasets installation using the command:
|
... | ... | |