This repository hosts Gaudi functionals useful for performance studies
-
ROOT
-
PODIO
-
Gaudi
-
k4FWCore
Run, from the k4Performance directory:
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
k4_local_repo
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install -j 8Make sure that ../install/lib and ../install/python are in LD_LIBRARY_PATH
and PYTHONPATH respectively (k4_local_repo should take care of this).
If they are not, they can be added by running:
export LD_LIBRARY_PATH=$PWD/../install/lib:$LD_LIBRARY_PATH
export PYTHONPATH=$PWD/../install/python:$PYTHONPATHand then run the examples like this:
k4run ../RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.pyThese could perhaps be usefule for newcomers.