diff --git a/_customization.md b/_extras/_customization.md similarity index 100% rename from _customization.md rename to _extras/_customization.md diff --git a/_extras/guide.md b/_extras/guide.md index 50f266f8..1bdebbab 100644 --- a/_extras/guide.md +++ b/_extras/guide.md @@ -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 %} diff --git a/reference.md b/reference.md index 708c8a8c..9312c98e 100644 --- a/reference.md +++ b/reference.md @@ -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) diff --git a/setup.md b/setup.md index 7ab08faf..9654ef15 100644 --- a/setup.md +++ b/setup.md @@ -16,10 +16,14 @@ If you haven't done it yet, go to your `nobackup` area (`/uscms_data/d3/ ## Remember +> Once you clone the repository, using the `DASJan2024` branch, the exercise notebooks are located +> in `JMEDAS/notebooks/DAS/` +{: .callout} Activate your grid certificate: ~~~ @@ -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: