Skip to content

Commit

Permalink
Fixing stack in pre-edm4hep1 branch (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Sep 30, 2024
1 parent bba924c commit 290b378
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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.


Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 290b378

Please sign in to comment.