Skip to content

Commit

Permalink
fix setup file in lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiaz006 committed Jan 13, 2025
1 parent 2c42f1a commit 1fa52b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _episodes/01-jets101.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keypoints:
>
> ~~~
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
> ~~~
> {: .language-bash}
Expand Down Expand Up @@ -172,11 +172,11 @@ In CMS we recluster two types of PFJets:
* 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__.
* 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__.
<img src="../fig/episode1/jets101_5.svg" alt="" style="width:50%">
<img src="../fig/episode1/jets101_5.svg" alt="" style="width:70%">
> ## Full jet and MET reconstruction in CMS
>
> <img src="../fig/episode1/jets101_6.svg" alt="">
> <img src="../fig/episode1/jets101_6.svg" alt="" style="width: 800px;">
{: .callout}
### Exercise 1.2
Expand Down
2 changes: 1 addition & 1 deletion _episodes/02-Pileup_jetID.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keypoints:
>
> ~~~
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
> ~~~
> {: .language-bash}
Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-JEC_JER.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keypoints:
>
> ~~~
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
> ~~~
> {: .language-bash}
Expand Down
2 changes: 1 addition & 1 deletion _episodes/04-Jet_Substructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keypoints:
>
> ~~~
> cd <YOUR WORKING DIRECTORY>/notebooks/DAS/
> source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc11-opt/setup.sh
> source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc11-opt/setup.sh
> jupyter notebook --no-browser --port=8888 --ip 127.0.0.1
> ~~~
> {: .language-bash}
Expand Down

0 comments on commit 1fa52b5

Please sign in to comment.