benjaminkreis / statistics-das

Statistics DAS Short Exercise

Home Page:https://indico.cern.ch/e/cmsdas2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMS Statistics Data Analsyis School (DAS) Short Exercise

Introduction

This is a set of tutorials for the CMS Statistics Data Analysis School (DAS) Short Exercise.

Main notebooks in this tutorial

  1. setup-libraries.ipynb: setting up libraries using CMSSW
  2. 0/exercise_0.ipynb: a very short PyROOT/RooFit tutorial
  3. 1/exercise_1.ipynb: analyzing a single count using RooFit/RooStats
  4. 2/exercise_2.ipynb: analyzing three counts using RooFit/RooStats
  5. 3/exercise_3a.ipynb: analyzing three counts using combine
  6. 3/exercise_3b.ipynb: a realistic couting experiment using combine
  7. 3/exercise_3c.ipynb: systematic uncertainties for data-driven background estimates using combine
  8. 4/exercise_4.ipynb: binned fit to Run I H->gg data (optional)
  9. 5/exercise_5.ipynb: unbinned fit to Type Ia supernovae distance modulus/red shift data (optional)
  10. 6/exercise_6.ipynb: histogram template analysis using combine (optional)

Setup

We will be using the Vanderbilt JupyterHub. Point your browser to:

https://jupyter.accre.vanderbilt.edu/

If this is the first time using this JupyterHub, you should see:

Click the "Sign in with Jupyter ACCRE" button. On the following page, select CERN as your identity provider and click the "Log On" button. Then, enter your CERN credentials or use your CERN grid certificate to autheticate. Click "Spawn" to start a "Default ACCRE Image v2" image.

Now you should see the JupyterHub home directory. Click on "New" then "Terminal" in the top right to launch a new terminal.

To download the tutorials, type

git clone https://github.com/FNALLPC/statistics-das

Now, in your directory tab, there should be a new directory called statistics-das. All of the tutorials and exercises are in there. Start by clicking on setup-libraries.ipynb and running it.

Links

The indico page is: https://indico.cern.ch/e/cmsdas2019

The Mattermost for live support is: https://mattermost.web.cern.ch/cmsdaslpc2019/channels/shortexercisestat

The twiki is: https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideCMSDataAnalysisSchoolLPC2019StatisticsExercise

About

Statistics DAS Short Exercise

https://indico.cern.ch/e/cmsdas2019


Languages

Language:Jupyter Notebook 84.3%Language:Python 15.2%Language:C++ 0.5%