-
Notifications
You must be signed in to change notification settings - Fork 7
Home
This project assembles material for the LPHY2131 lab at UCLouvain. This wiki also documents the three sessions of the laboratory and provides some additional information.
The results that are obtained in this lab can be compared to the published cross-section measurement for the Z and W at the LHC, at 7TeV, by the CMS collaboration: Measurement of the Inclusive W and Z Production Cross Sections in pp Collisions at sqrt(s) = 7 TeV
To install, follow the instructions below:
- Download the virtual machine Image for 2011 CMS open data from http://opendata.cern.ch/VM/CMS#how
- After booting, change the keyboard layout (if needed)
- In the menu on the top left, select Settings/keyboard
- In the Layout tab, select what you need (in UCLouvain we have Belgian keyboards)
- In a terminal (black icon at the bottom of the screen), run the following two commands. Note that the second command starts with a dot followed by a space.
- git clone https://github.com/delaere/LPHY2131.git
- . LPHY2131/install.sh
This prepares the environment for the lab:
- downloads samples files and example scripts
- installs CMSSW 5.3.32 (used for 2011 data processing)
- installs CMSSW 7.1.1 (used to setup the analysis environment)
- installs MadGraph 5
- installs Delphes 3.3.2
Thanks to Liliya Milenska, Gilles Parez and Martin Michel for their help in preparing this activity during their internship in summer 2015. Thanks to Victor Massart and Julien Touchèque for their help in porting the lab to 2011 data in summer 2016. Thanks to Jérôme de Favereau, Pavel Demin and Michele Selvaggi for their support.