Fork me on GitHub

Changes between Version 2 and Version 3 of WorkBook/Tutorials/Pisa


Ignore:
Timestamp:
Sep 18, 2018, 4:39:13 PM (6 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Pisa

    v2 v3  
    7373This is simply for historical reasons since Delphes was developed originally as a tool for LHC physics. To plot ee-like variables, one needs to write the translation (or make use of the very useful TLorentzVector of ROOT, see part III).
    7474
    75 2) Interactively Draw the "leading" muon pt and energy, the muon multiplicity and the jet multiplicity. Do you understand these distributions?
    76 
    77 ex:
    78 {{{
    79 Delphes->Draw("Muon[0].PT")
    80 }}}
    81 Hint: To calculate the energy approximate the muon as a massless particle and express the energy as function of pT and Eta.
    82 
     752) Interactively draw the muon multiplicity and the jet multiplicity. Do you understand these distributions?
    8376
    8477== Write a simple analysis macro ==