Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix requesting EOS access instructions and information #161

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions software-basics/bookkeeping.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,32 @@ eventually lead to the data you need.
* Store FCC data in the central storage
:::

## Gaining access permissions

Read/write access to the shared filesystem is gained by subscribing to the relevant egroups [here](https://e-groups.cern.ch/e-groups/EgroupsSearchForm.do):
## Obtaining access permissions

In general, access to the EOS shared filesystem is obtained by subscribing to the relevant egroups [here](https://e-groups.cern.ch/e-groups/EgroupsSearchForm.do).
For running the tutorials read access is sufficient, which is granted through subscription to the following e-group:
```
fcc-eos-access
```
fcc-eos-read-hh
fcc-eos-read-ee
fcc-eos-read-eh
which is open for self subscription requests.

fcc-eos-write-hh
fcc-eos-write-ee
fcc-eos-write-eh
For analysis activities, the physics groups have dedicated areas under `/eos/experiment/fcc/ee/analyses_storage/`
```
/eos/experiment/fcc/ee/analyses_storage/BSM
/eos/experiment/fcc/ee/analyses_storage/EW_and_QCD
/eos/experiment/fcc/ee/analyses_storage/flavour
/eos/experiment/fcc/ee/analyses_storage/Higgs_and_TOP
```
Write access to those areas is controlled by dedicated e-groups
```
fcc-eos-write-ee-analyses-bsm
fcc-eos-write-ee-analyses-ew-qcd
fcc-eos-write-ee-analyses-flavor
fcc-eos-write-ee-analyses-higgs-top
```
managed by the conveners of those physics groups, which should be contacted for subscription.

See the [here](https://hep-fcc.github.io/FCCSW/computing/) for more information about FCC computing resources.

## Finding Data

Expand Down
Loading