Quick Start
Running analysis
Running analysis script can be done using fccanalysis
command which is shipped in Key4hep stack:
source /cvmfs/sw.hsf.org/key4hep/setup.sh
fccanalysis run analysis_script.py
To have read access to the FCC pre-generated samples, one needs to be
subscribed to the following e-group (with owner approval)
fcc-eos-access
.
Demo
Compiling framework
When compiling whole framework first fork it on GitHub and after that use:
git clone git@github.com:<your_github_handle>/FCCAnalyses.git
cd FCCAnalyses
git remote add upstream git@github.com:HEP-FCC/FCCAnalyses.git
git fetch upstream
source setup.sh
fccanalysis build -j 16
fccanalysis run analysis_script.py