SussexMPhys2016 / go

0 stars 3 forks source link

Thomas 10-02-17 #30

Open dorksquith opened 7 years ago

dorksquith commented 7 years ago

Looking at fastjet: http://fastjet.fr/quickstart.html

Example on main 'go' page.

Homework:

  1. Make 1000 particle event and print two kinds of jets: R=1.0, R=0.5, and R=0.1
  2. Figure out a way to store the output in a format that can be read in by the scikit learn programs.
  3. Make 5000 events for each types and store them in your format: three files: 5Kevents_R10.csv 5Kevents_R05.csv 5Kevents_R01.csv