Skip to content
Snippets Groups Projects
Forked from faser / calypso
1191 commits behind the upstream repository.
user avatar
Lottie Cavanagh authored
9d048e44
History

Calypso is the FASER offline software system, based on the ATLAS Athena and LHCb GAUDI frameworks

Start by creating a personal fork of https://gitlab.cern.ch/faser/calypso.git (using the gitlab web interface)

Then the following sequence will allow you to compile and run Calypso on any machine with cvmfs access.

#clone the (forked) project to your local machine
git clone --recursive https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git 

#The next three lines are used to setup the ATLAS release environment
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase 
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
asetup --input=calypso/asetup.faser Athena,22.0.29

#create build directory
mkdir build
cd build

#build calypso
cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install

It can be convenient to alias the "asetup --input=calypso/asetup.faser" to something like "fsetup"

Known issues:

  • The "WriteAlignment" example program does not compile, and is disabled. The example will be replaced eventually.

  • The "FaserActsKalmanFilter" package does not compile, and is temporarily disabled.

  • The command lsetup "lcgenv -p LCG_98python3_ATLAS_6 x86_64-centos7-gcc8-opt sqlite may be necessary to avoid errors when generating a database