diff --git a/fast-sim-and-analysis/FccFastSimGeneration.md b/fast-sim-and-analysis/FccFastSimGeneration.md index fc9a1ae7..b91bc3ac 100644 --- a/fast-sim-and-analysis/FccFastSimGeneration.md +++ b/fast-sim-and-analysis/FccFastSimGeneration.md @@ -1081,7 +1081,7 @@ for example `../FCCAnalyses`. ``` $ cd .. -$ git clone https://github.com/HEP-FCC/FCCAnalyses.git +$ git clone --branch v0.9.0 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 9c6fbc24..ffd03acc 100644 --- a/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md +++ b/fast-sim-and-analysis/fccanalyses/doc/starterkit/FccFastSimAnalysis/Readme.md @@ -1,10 +1,10 @@ # FCC: Analysing simulated events -Let's first clone and build ```FCCAnalyses```. +Let's first clone and build `FCCAnalyses`. ```bash -git clone https://github.com/HEP-FCC/FCCAnalyses.git +git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git cd FCCAnalyses source ./setup.sh mkdir build install && cd build @@ -710,8 +710,8 @@ def get_file_path(url, filename): weaver_preproc = get_file_path(url_preproc, local_preproc) weaver_model = get_file_path(url_model, local_model) -from addons.ONNXRuntime.python.jetFlavourHelper import JetFlavourHelper -from addons.FastJet.python.jetClusteringHelper import ( +from addons.ONNXRuntime.jetFlavourHelper import JetFlavourHelper +from addons.FastJet.jetClusteringHelper import ( ExclusiveJetClusteringHelper, ) 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 6e901978..9b73f9ae 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 https://github.com/HEP-FCC/FCCAnalyses.git +git clone --branch v0.9.0 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 ddec95fd..cd88852b 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 https://github.com/HEP-FCC/FCCAnalyses.git +git clone --branch v0.9.0 https://github.com/HEP-FCC/FCCAnalyses.git ``` Go inside the directory and run