This Repository contains the scripts needed to run FASER tracker alignment.
Get Calypso:
git clone --recursive https://gitlab.cern.ch/faser/calypso.git (or from your fork)
git remote add [name1] https://gitlab.cern.ch/keli/calypso.git
git fetch [name1]
git checkout -b [name2] [name1]/globalalign
Setup Environment:
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh'
setupATLAS
asetup --input=calypso/asetup.faser Athena,22.0.49
Compile Calypso:
mkdir build run
cd build
cmake -DINSTALL_CONDB=ON -DCMAKE_INSTALL_PREFIX=../run ../calypso
make -j8
make install
For Millepede-II installation see here.
WARNINGS:
- Be aware of the magnitude of mis-alignemnts. The track finding/fitting may not work properly if too large of shifts or rotations are made. For example in global X and Y we expect shifts of O(0.01) mm and X, Y rotations of O(0.001) radians, Z rotaion of O(0.0001) radians.
- Make sure to change the paths in condor scripts to your own paths.