From 92c0daf7cb73aebbfdd8e2df93022212a61a5d0c Mon Sep 17 00:00:00 2001 From: Kyle Cormier Date: Thu, 8 Feb 2024 14:31:04 +0100 Subject: [PATCH] Add path within github repo for unfolding tutorial material --- docs/tutorial2023_unfolding/unfolding_exercise.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorial2023_unfolding/unfolding_exercise.md b/docs/tutorial2023_unfolding/unfolding_exercise.md index d63350d0c4c..ee0a12c870b 100644 --- a/docs/tutorial2023_unfolding/unfolding_exercise.md +++ b/docs/tutorial2023_unfolding/unfolding_exercise.md @@ -7,9 +7,7 @@ To get started, you should have a working setup of Combine and CombineHarvester. After setting up CMSSW, you can access the working directory for this tutorial which contains all of the inputs and scripts needed to run the unfolding fitting exercise: ```shell -cd $CMSSW_BASE/src/ -git clone https://gitlab.cern.ch/cms-analysis/general/combine-unfolding-tutorial-2023.git -cd combine-unfolding-tutorial-2023 +cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/tutorial_unfolding_2023/ ``` ## Exercise outline