Skip to content

Commit

Permalink
Updating instructions for pre EDM4hep 1.0 analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Apr 25, 2024
1 parent f7bdee4 commit 9f667a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fast-sim-and-analysis/FccFastSimGeneration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ for example `../FCCAnalyses`.

```
$ cd ..
$ git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git
$ git clone --branch pre-edm4hep1 https://github.com/HEP-FCC/FCCAnalyses.git
$ cd FCCAnalyses; mkdir {build,install}; cd build
$ cmake -DCMAKE_INSTALL_PREFIX=../install ..
$ make -j4 install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Let's first clone and build `FCCAnalyses`.

```bash
git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git
git clone --branch pre-edm4hep1 https://github.com/HEP-FCC/FCCAnalyses.git
cd FCCAnalyses
source ./setup.sh
mkdir build install && cd build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For this tutorial we will need to develop some code inside FCCAnalyses, thus we
Go inside the area that you have setup for the tutorials and get the FCCAnalyses code:

```shell
git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git
git clone --branch pre-edm4hep1 https://github.com/HEP-FCC/FCCAnalyses.git
```

Go inside the directory and run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For this tutorial we will need to use FCCAnalyses. We can either use it from the
Go inside the area that you have setup for the tutorials and get the FCCAnalyses code:

```shell
git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git
git clone --branch pre-edm4hep1 https://github.com/HEP-FCC/FCCAnalyses.git
```

Go inside the directory and run
Expand Down

0 comments on commit 9f667a0

Please sign in to comment.