From bc3f46fa7b736ebb1240d431cce3256303f70f8b Mon Sep 17 00:00:00 2001 From: garvitaa <38080271+garvitaa@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:03:49 +0000 Subject: [PATCH] updating paths --- _episodes/01-MET101.md | 2 +- _episodes/02-METcalibration.md | 8 ++++---- _episodes/03-METperformance.md | 10 +++++----- _episodes/04-AnomalousMET.md | 4 ++-- setup.md | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/_episodes/01-MET101.md b/_episodes/01-MET101.md index c56ad57..077ed66 100644 --- a/_episodes/01-MET101.md +++ b/_episodes/01-MET101.md @@ -19,7 +19,7 @@ keypoints: > ## After following the instructions in the setup, make sure you have the CMS environment: > > ~~~ -> cd $CMSSW_BASE/src/CMSDAS_MET +> cd $CMSSW_BASE/src/METDAS > cmsenv > ~~~ > {: .language-bash} diff --git a/_episodes/02-METcalibration.md b/_episodes/02-METcalibration.md index 1e4742b..3c7ff4c 100644 --- a/_episodes/02-METcalibration.md +++ b/_episodes/02-METcalibration.md @@ -22,7 +22,7 @@ keypoints: > ## After following the instructions in the setup, make sure you have the CMS environment: > > ~~~ -> cd $CMSSW_BASE/src/CMSDAS_MET +> cd $CMSSW_BASE/src/METDAS > cmsenv > ~~~ > {: .language-bash} @@ -137,7 +137,7 @@ We will use the same file as in [Exercise 1.1](https://garvitaa.github.io/METDAS Execute the following commands inside the `cmssw-el7` singularity shell: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET +cd $CMSSW_BASE/src/METDAS cmsRun CMSDAS_MET_Analysis/test/run_CMSDAS_MET_Exercise2_cfg.py ~~~ {: .language-bash} @@ -190,7 +190,7 @@ Once the process completes (it will take a few seconds), it will produce a ROOT To generate the plot, run the following commands: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise2.C("step2a")' ~~~ {: .language-bash} @@ -208,7 +208,7 @@ Next, we will focus on Type-1 PF MET and study the impact of various uncertainti To generate the corresponding plot, use the following command: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise2.C("step2b")' ~~~ {: .language-bash} diff --git a/_episodes/03-METperformance.md b/_episodes/03-METperformance.md index a77c585..fc3203c 100644 --- a/_episodes/03-METperformance.md +++ b/_episodes/03-METperformance.md @@ -15,7 +15,7 @@ keypoints: > ## After following the instructions in the setup, make sure you have the CMS environment: > > ~~~ -> cd $CMSSW_BASE/src/CMSDAS_MET +> cd $CMSSW_BASE/src/METDAS > cmsenv > ~~~ > {: .language-bash} @@ -59,7 +59,7 @@ In this exercise, we will measure the scale of the "uncorrected" (raw) PF MET as To start, run the following commands: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise3.C("step3_scale_pfraw")' ~~~ {: .language-bash} @@ -75,7 +75,7 @@ root -l -q 'cmsdasmetplotsexercise3.C("step3_scale_pfraw")' Next, measure the MET scale using the Type-1 calibrated MET. Run the following commands: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise3.C("step3_scale_pftype1")' ~~~ {: .language-bash} @@ -94,7 +94,7 @@ root -l -q 'cmsdasmetplotsexercise3.C("step3_scale_pftype1")' Now, let’s analyze the resolution of MET as a function of pT(Z) and the number of pileup vertices. To do this, run: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise3.C("step3_resolution_pftype1")' ~~~ {: .language-bash} @@ -131,7 +131,7 @@ Equipped with the ability to evaluate MET performance through scale and resoluti To generate the corresponding plots, use the following command: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET/scripts +cd $CMSSW_BASE/src/METDAS/scripts root -l -q 'cmsdasmetplotsexercise4.C' ~~~ {: .language-bash} diff --git a/_episodes/04-AnomalousMET.md b/_episodes/04-AnomalousMET.md index 9963875..2787fd5 100644 --- a/_episodes/04-AnomalousMET.md +++ b/_episodes/04-AnomalousMET.md @@ -16,7 +16,7 @@ keypoints: > ## After following the instructions in the setup, make sure you have the CMS environment: > > ~~~ -> cd $CMSSW_BASE/src/CMSDAS_MET +> cd $CMSSW_BASE/src/METDAS > cmsenv > ~~~ > {: .language-bash} @@ -46,7 +46,7 @@ Noisy event filters (previously called MET Filters) are stored as trigger result In this exercise, we will show how to access the MET Filters in miniAOD. Please run the following commands: ~~~ -cd $CMSSW_BASE/src/CMSDAS_MET +cd $CMSSW_BASE/src/METDAS cmsRun CMSDAS_MET_Analysis/test/run_CMSDAS_MET_Exercise5_cfg.py ~~~ {: .language-bash} diff --git a/setup.md b/setup.md index 74b34fe..34aebfc 100644 --- a/setup.md +++ b/setup.md @@ -35,7 +35,7 @@ scram b -j4 {: .language-bash} > ## Remember -> Once you clone the repository, using the `DASJan2025` branch, the necessary scripts for this lesson are located in `CMSDAS_MET/CMSDAS_MET_Analysis/test` and `CMSDAS_MET/scripts`. +> Once you clone the repository, using the `DASJan2025` branch, the necessary scripts for this lesson are located in `METDAS/CMSDAS_MET_Analysis/test` and `METDAS/scripts`. {: .callout} Activate your grid certificate: