From f73ecf49ecfda5390f3a0bcdda77f1dee39418c6 Mon Sep 17 00:00:00 2001 From: Kenichi Hatakeyama Date: Mon, 12 Jan 2026 13:36:07 -0600 Subject: [PATCH] Fix LHEReader.py script path in introduction Updated the path for LHEReader.py script in instructions. --- _episodes/01-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-introduction.md b/_episodes/01-introduction.md index 8314521..bc15af0 100644 --- a/_episodes/01-introduction.md +++ b/_episodes/01-introduction.md @@ -461,7 +461,7 @@ There are multiple ways of analyzing an LHE file, each of which has its own adva For the purpose of this exercise, we will use a pre-made pyroot script. ~~~bash cd ~/nobackup/cmsdas_2026_gen/ -xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2026/short_exercises/Generators/LHEReader.py . +xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2026/short_exercises/Generators/scripts/LHEReader.py . ~~~ {: .source}