From 9f667a0782b77fb6b4d907e567fa30a40dbb4301 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Thu, 25 Apr 2024 14:02:39 +0200 Subject: [PATCH] Updating instructions for pre EDM4hep 1.0 analyses --- fast-sim-and-analysis/FccFastSimGeneration.md | 2 +- .../fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md | 2 +- .../fccanalyses/doc/starterkit/FccFastSimVertexing/Readme.md | 2 +- .../FCCeeCaloPhotonPi0Discrimination.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fast-sim-and-analysis/FccFastSimGeneration.md b/fast-sim-and-analysis/FccFastSimGeneration.md index d2d66b5f..f13eccfa 100644 --- a/fast-sim-and-analysis/FccFastSimGeneration.md +++ b/fast-sim-and-analysis/FccFastSimGeneration.md @@ -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 diff --git a/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md b/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md index ffd03acc..7b665b60 100644 --- a/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md +++ b/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md @@ -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 diff --git a/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimVertexing/Readme.md b/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimVertexing/Readme.md index 9b73f9ae..2329b351 100644 --- a/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimVertexing/Readme.md +++ b/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimVertexing/Readme.md @@ -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 diff --git a/full-detector-simulations/FCCeeCaloPhotonPi0Discrimination/FCCeeCaloPhotonPi0Discrimination.md b/full-detector-simulations/FCCeeCaloPhotonPi0Discrimination/FCCeeCaloPhotonPi0Discrimination.md index 08ea1ae9..909ed4c4 100644 --- a/full-detector-simulations/FCCeeCaloPhotonPi0Discrimination/FCCeeCaloPhotonPi0Discrimination.md +++ b/full-detector-simulations/FCCeeCaloPhotonPi0Discrimination/FCCeeCaloPhotonPi0Discrimination.md @@ -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