Skip to content

Commit 1fa52b5

Browse files
committed
fix setup file in lessons
1 parent 2c42f1a commit 1fa52b5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

_episodes/01-jets101.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keypoints:
1919
>
2020
> ~~~
2121
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
22-
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
22+
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
2323
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
2424
> ~~~
2525
> {: .language-bash}
@@ -172,11 +172,11 @@ In CMS we recluster two types of PFJets:
172172
* CHS jets = “Charge Hadron Subtracted” jets = remove charged PF particles associated to non-primary vertices (remove charged pileup). These are the __default in Run 2__.
173173
* PUPPI jets = PF constituents have been weighted/removed by an algorithm (PUPPI) which is designed to remove pileup contamination (more info in PU section). These are the __default in Run 3__.
174174
175-
<img src="../fig/episode1/jets101_5.svg" alt="" style="width:50%">
175+
<img src="../fig/episode1/jets101_5.svg" alt="" style="width:70%">
176176
177177
> ## Full jet and MET reconstruction in CMS
178178
>
179-
> <img src="../fig/episode1/jets101_6.svg" alt="">
179+
> <img src="../fig/episode1/jets101_6.svg" alt="" style="width: 800px;">
180180
{: .callout}
181181
182182
### Exercise 1.2

_episodes/02-Pileup_jetID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keypoints:
1818
>
1919
> ~~~
2020
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
21-
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
21+
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
2222
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
2323
> ~~~
2424
> {: .language-bash}

_episodes/03-JEC_JER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keypoints:
1717
>
1818
> ~~~
1919
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
20-
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
20+
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
2121
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
2222
> ~~~
2323
> {: .language-bash}

_episodes/04-Jet_Substructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keypoints:
1919
>
2020
> ~~~
2121
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
22-
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
22+
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
2323
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
2424
> ~~~
2525
> {: .language-bash}

0 commit comments

Comments
 (0)