Skip to content

Commit

Permalink
Additional instruction in the README to get back archived geoms
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Jun 3, 2024
1 parent c511ca1 commit 1f349dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Detectors/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ collaborators understand what the detector is meant to describe.
- `ldmx-det-v14-8gev` : version 14 of the full LDMX detector updated for an 8GeV beam

### Archived geometries
Previously used geometries can be found under the `archived` directory. In case you need to use any of these, ran `tar -xf` on them and move them back under `data`.
Previously used geometries can be found under the `archived` directory. In case you need to use any of these, ran `tar -xf` on them and move them back under `data` and then re-configure and re-install ldmx-sw (all detector directories under `data/` are included in the install location):
```
cd ldmx-sw/Detectors/data
tar -xzf archived/<detector>.tar.gz
ldmx compile # even if you've already done this before!
```

0 comments on commit 1f349dd

Please sign in to comment.