diff --git a/_episodes/01-jets101.md b/_episodes/01-jets101.md index d658ea8..a63480b 100644 --- a/_episodes/01-jets101.md +++ b/_episodes/01-jets101.md @@ -19,7 +19,7 @@ keypoints: > > ~~~ > cd /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} @@ -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__. - + > ## Full jet and MET reconstruction in CMS > -> +> {: .callout} ### Exercise 1.2 diff --git a/_episodes/02-Pileup_jetID.md b/_episodes/02-Pileup_jetID.md index 8cf68bd..55c2523 100644 --- a/_episodes/02-Pileup_jetID.md +++ b/_episodes/02-Pileup_jetID.md @@ -18,7 +18,7 @@ keypoints: > > ~~~ > cd /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} diff --git a/_episodes/03-JEC_JER.md b/_episodes/03-JEC_JER.md index e4dabcf..d87e966 100644 --- a/_episodes/03-JEC_JER.md +++ b/_episodes/03-JEC_JER.md @@ -17,7 +17,7 @@ keypoints: > > ~~~ > cd /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} diff --git a/_episodes/04-Jet_Substructure.md b/_episodes/04-Jet_Substructure.md index f8d6878..0ae3088 100644 --- a/_episodes/04-Jet_Substructure.md +++ b/_episodes/04-Jet_Substructure.md @@ -19,7 +19,7 @@ keypoints: > > ~~~ > cd /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}