Fork me on GitHub

Changes between Version 14 and Version 15 of WorkBook/Tutorials/Student


Ignore:
Timestamp:
Sep 9, 2019, 2:15:05 PM (5 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Student

    v14 v15  
    6464So for example to plot the magnitude of the 3-momenta of the jets, or the jet invariant mass:
    6565
    66 {{{
    67 f->Get("Delphes")->Draw("Electron.P4().P()");
    68 f->Get("Delphes")->Draw("Jet.P4().M()");
    69 }}}
    70 
    71 
    7266In 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:
    7367
     
    7973
    8074
     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.
    8180
    8281