Skip to content

Commit

Permalink
updating paths
Browse files Browse the repository at this point in the history
  • Loading branch information
garvitaa committed Jan 6, 2025
1 parent 3a5f5c9 commit bc3f46f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _episodes/01-MET101.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions _episodes/02-METcalibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand All @@ -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}
Expand Down
10 changes: 5 additions & 5 deletions _episodes/03-METperformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand All @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions _episodes/04-AnomalousMET.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc3f46f

Please sign in to comment.