For a machine with cvmfs access
git clone git@github.com:zleba/alpos.gitcd alpos. ./setup.sh./installQCDnum.sh./installFast.sh./installAlpos.sh
To run diffractive fit:
cd alposalpos steering/H1diff.str
Make sure that the environment was set by . ./setup.sh before.
This will initialize ROOT and LHAPDF, so they don't need to be install.
The setup.sh also initialize the new gcc compiler.
In case, that some changes were done in alpos, please recompile like
cd alposBuildmake
Notice, that if new files were added, one needs to call cmake again, for example using ./installAlpos.sh.