New REST version v2.2.18 has been released

New REST release v2.2.18 is now available!

A summary of updates can be found at: https://lfna.unizar.es/rest-development/REST_v2/tags/v2.2.18

You may switch to this tag in your local copy using the following command

git checkout tags/v2.2.18 -b v2.2.18

which will create a new local branch named v2.2.18 .

IMPORTANT : From now on we will not change the name of the development branch, which will be named development .

For sultan users, this release can be loaded using:

source /programas/root/root-6.20/bin/thisroot.sh
source $HOME/apps/geant4.10.04.p02-install/bin/geant4.sh

export GARFIELD_HOME=/programas/garfield/garfield_ROOT6.20/
#export GARFIELD_HOME=/programas/garfield/tfg/

export HEED_DATABASE=$GARFIELD_HOME/Heed/heed++/database
export LD_LIBRARY_PATH=$GARFIELD_HOME/lib:$LD_LIBRARY_PATH

source /programas/REST/stable/v2.2.18_garfield/thisREST.sh

Optionally, a version compiled without Garfield linked will be found at

source /programas/REST/stable/v2.2.18/thisREST.sh

The development version is continuously updated at:

source /programas/REST/development/thisREST.sh