From 75a7b1b20cd9d08630156ed0c1737f970a0555df Mon Sep 17 00:00:00 2001 From: cesare cazzaniga Date: Tue, 17 Sep 2024 16:55:02 +0200 Subject: [PATCH] updating text of the tutorial --- .../rooparametrichist_exercise.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/abcd_rooparametrichist_tutorial/rooparametrichist_exercise.md b/docs/abcd_rooparametrichist_tutorial/rooparametrichist_exercise.md index a10d9912b96..a61ea767c24 100644 --- a/docs/abcd_rooparametrichist_tutorial/rooparametrichist_exercise.md +++ b/docs/abcd_rooparametrichist_tutorial/rooparametrichist_exercise.md @@ -364,7 +364,13 @@ python3 utils/create_datacards.py -m 1500 ``` -The datacards will be created in the directory ```example_analysis/datacards/mPhi1500/``` inside the tutorial directory. The datacards can be combined then using the usual command: +The datacards will be created in the directory ```example_analysis/datacards/mPhi1500/``` inside the tutorial directory. Move into the directory where the datacards are stored: +``` +cd example_analysis/datacards/mPhi1500/ + +``` + +The datacards can be combined then using the usual command: ``` combineCards.py mPhi_1500_*2018*.txt > combined_mPhi_1500_2018.txt