Changes between Version 14 and Version 15 of WorkBook/Tutorials/Student
- Timestamp:
- Sep 9, 2019, 2:15:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Tutorials/Student
v14 v15 64 64 So for example to plot the magnitude of the 3-momenta of the jets, or the jet invariant mass: 65 65 66 {{{67 f->Get("Delphes")->Draw("Electron.P4().P()");68 f->Get("Delphes")->Draw("Jet.P4().M()");69 }}}70 71 72 66 In order to perform an event-loop with a more sophisticated event selection you will have to write a small python macro. This macro takes as input the {{{data.root}}} and produce an output file that contains a couple of histograms. Download the file called {{{example.py}}}, and run it via the command: 73 67 … … 79 73 80 74 75 == 2) Characterisation of a BSM excess 76 77 - The provided data corresponds to LHC events that contains at least two isolated leptons (lepton=electron/muon) with pT > 15. Prove it! 78 79 - The data contains the equivalent of an integrated luminosity of 60 pb-1. I presents an excess corresponding to a new physical state. Find the observable that makes this excess explicit. 81 80 82 81