Common software for all FCC experiments. This software is based on Gaudi.
Log in to lxplus SLC6. Please note that these instructions might not work on another SLC6 machine.
Clone your fork of this repository:
git clone [email protected]:[your-github-username]/FCCSW.git
cd FCCSW
Set up your environment, as everytime you want to build or use this software:
source ./init.sh
Compile the FCC software:
make -j 12
./run gaudirun.py Examples/options/example_options.py
You should see an HepMC printout. More tests can be executed with
make test
Please consult FCCSW documentation