Skip to content

Commit

Permalink
adding instructor
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Dec 20, 2023
1 parent 05f3e10 commit 4a9efaa
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
File renamed without changes.
23 changes: 22 additions & 1 deletion _extras/guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
---
title: "Instructor Notes"
---
FIXME

This instructure notes are providing information for the instructures of the DASJan2024 and beyond.

## Setup

This version uses the packages in the cvmfs environment `LCG_103`: `/cvmfs/sft.cern.ch/lcg/views/LCG_103/x86_64-centos7-gcc11-opt/setup.sh`
In principle, it should work in any computer that has access to cvmfs.

## Input Files

The nanoAOD files used in the notebooks were copied to the LPC CMSDAS are and are under: `/store/user/cmsdas/2023/short_exercises/jets/`.
In principle they need any nanoAOD file for QCD, TTjets, WjetsToQQ and RSGluon.

Currently it uses the TTJets jmenanoAOD to access calojets.

## Files for CMSSW

The repository contains the old files to run inside CMSSW, and therefore the folder structure
follows that paradigm. In the current version of this notes, the c++ and python files are there for
students to look at them if needed. They are not used in the context of the class.



{% include links.md %}
2 changes: 1 addition & 1 deletion reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: reference
---

## Glossary
## Useful links

- [JERC Subgroup Twiki Page](https://twiki.cern.ch/twiki/bin/view/CMS/JetEnergyScale)
- [JEC and JER Reference Sample Page](https://twiki.cern.ch/twiki/bin/view/CMS/JERCReference)
Expand Down
7 changes: 6 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ If you haven't done it yet, go to your `nobackup` area (`/uscms_data/d3/<YOUR US

~~~
git clone [email protected]:cms-jet/JMEDAS.git -b DASJan2024
cd JMEDAS/
cd JMEDAS/notebooks/DAS/
~~~
{: .language-bash}

> ## Remember
> Once you clone the repository, using the `DASJan2024` branch, the exercise notebooks are located
> in `JMEDAS/notebooks/DAS/`
{: .callout}

Activate your grid certificate:
~~~
Expand Down Expand Up @@ -55,6 +59,7 @@ If these two lines are running sucessfully, you should see something like this:

Copy and paste one of the last two urls in your favorite browser and now you can continue with the lesson 1 (Episode 1).


## Useful settings

If you like seeing your working directory in the commandline, you can do also this by adding a line to ~/.bashrc and activating it with the 'source' command:
Expand Down

0 comments on commit 4a9efaa

Please sign in to comment.