Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 907 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 907 Bytes

Skeleton code for the top quark long exercise at CMSvDAS2020@CERN

See the exercise twiki for more information, and setup instructions.

This code can be tested with

bambooRun --maxFiles=1 -m tt5TeV.py:HelloWorld test.yml -o test_out/test_1

The test.yml file is a shorter version (for checking if the code works) of tt5TeV.yml, which contains a reasonably complete set of samples to get started.

The tt5TeV.py file contains a very simple analysis module (it makes a single plot, of the dimuon invariant mass distribution), and a few hints to get you started with writing a more realistic one.

Have fun! (and feel free to ask questions in the exercise Discord channels)