diff --git a/README.md b/README.md index 2c56a2504d..0bec18532a 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,22 @@ files and producing the plots. ## Quick start -Running analysis script can be done using `fccanalysis` command which is shipped in Key4hep stack: - -```shell -source /cvmfs/sw.hsf.org/key4hep/setup.sh -fccanalysis run analysis_script.py +In order to run over pre-generated samples from `winter2023` or `spring2021` +campaigns one needs to compile `pre-edm4hep1` branch of the FCCAnalyses in the +`2024-03-10` release (hard coded into the `setup.sh` script) + +```sh +git clone --branch pre-edm4hep1 git@github.com:HEP-FCC/FCCAnalyses.git +cd FCCAnalyses +source ./setup.sh +fccanalysis build -j 8 ``` -To have access to the FCC pre-generated samples, one needs to be subscribed to one of the following e-groups (with owner approval) -`fcc-eos-read-xx` with `xx = ee,hh,eh`. +To have access to the FCC pre-generated samples, one needs to be subscribed +the `fcc-eos-access` e-group (with owner approval). Detailed documentation can be found at the [FCCAnalyses](https://hep-fcc.github.io/FCCAnalyses/) webpage. -## Pre-generated Samples - All sample information, including Key4hep stack used for the campaign, is collected at the [FCC Physics Events](http://fcc-physics-events.web.cern.ch/fcc-physics-events/) website. diff --git a/setup.sh b/setup.sh index 5f680924be..17761f5b33 100644 --- a/setup.sh +++ b/setup.sh @@ -12,7 +12,7 @@ if [ "${0}" != "${BASH_SOURCE}" ]; then echo " ${STACK_PATH}" source ${STACK_PATH} else - source /cvmfs/sw.hsf.org/key4hep/setup.sh + source /cvmfs/sw.hsf.org/key4hep/setup.sh -r 2024-03-10 fi if [ -z "${KEY4HEP_STACK}" ]; then