-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
~~~ | ||
|
@@ -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: | ||
|