GRID and AliRoot/AliPhysics
GRID
You need to have a valid GRID certificate if you want to work with ALICE data. If you don't know what a GRID certificate is, please ask your supervisor as he/she needs to request a certificate for you.
How-To get/install the GRID certificate
Once you have a valid, correctly installed certificate, you should be able to access: MonALISA Repository for ALICE
Install AliRoot/AliPhysics using aliBuild
Please have a look at the following webpage, it provides everything you need to do / you need to know:
Unless you are not looking to analyse jets, you may run aliBuild with the following disable options to reduce the time of the build (in general, you won't need GEANT nor fastjet). If you want to analyse jets, just leave out fastjet in the disable section:
aliBuild -z -w ../sw -d build AliPhysics --disable GEANT3,GEANT4_VMC,fastjet
Some tweaks (optional)
Create the following files with the given contents:
compile_alibuild.sh
compile_aliphysics.sh
compile_aliroot.sh
tbrowser.C
and add the following lines to your .bash_aliases (remember to replace YOURUSERNAME):
Then, you just need to type
ali
in the command line and you are in the ALICE software environment. Using
alipc
you can re-build the whole software chain and using
alic
or
alirootc
you can trigger rebuild of AliPhysics and AliRoot respectively, no matter in which directory you currently are in the shell. Also, you can easily enter a TBrowser by just typing
tb
.
Last updated