REST version : v2.2.13
REST commit : 72e9d452
I am having troubles to make REST to recognise the Garfield installation. These are the steps I followed up to now, referencing the installation tutorials:
- sultan.unizar.es/rest/
- sultan.unizar.es/rest/md__media_storage_home_jgalan_git_REST_v2_doc_tutorials_Installation_of_REST.html
- I installed Garfield with the ./installGarfield.sh script. I also used the other installation scripts to be sure all the required software was installed. I checked that the required paths are in my .bashrc.
- I compiled REST as usual, with the following options for the cmake: -DREST_G4=ON and -DREST_GARFIELD=ON
But now, when I try to run the REST_DrawCombinedGasCurves macro (for example) that requires garfield to obtain the parameters of the gases, I get the following messages:
This REST is not compiled with garfield, Do not use Longitudinal Diffusion from TRestGas! Please define the Longitudinal Diffusion in each process!
Am I doing something wrong?
Thank you very much!