Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

wget -O /etc/profile.d/ilcsoft.sh https://raw.githubusercontent.com/MuonColliderSoft/MuonCollider-docker/master/AlmaLinux9/profile.d_ilcsoft.sh

Install via rpms

Start from an AlmaLinux9 machine (tested on AlmaLinux release 9.1 - Lime Lynx)

sudo yum -y install epel-release yum-utils wget git

sudo dnf config-manager --set-enabled crb

Setting yum repository

sudo wget -O  /etc/yum.repos.d/muoncollider.repo https://nexus.pd.infn.it/artifacts/repository/repo-files/mcsoft.repo

sudo wget -O /etc/yum.repos.d/geant4.repo https://nexus.pd.infn.it/artifacts/repository/repo-files/geant4.repo

Install the required packages

sudo yum -y install muonc-base-installation 

sudo geant4-dataset-download

BTW

  • The geometry's path is: /usr/share/muonc-detector-geometry/MuColl_v1/MuColl_v1.xml
  • The ACTs MatFile is: /usr/share/ACTSTracking/data/material-maps.json
  • The ACTs TGeoFile is: /usr/share/ACTSTracking/data/MuColl_v1.root

NB After the installation you need to re-login into the pc in order to setup the environment.


Test

To check your installation you can use the following simple tests. You need again the utils repository, so (re)login as user and clone it again:

...