Changes between Version 2 and Version 3 of WorkBook/Tutorials/Pisa
- Timestamp:
- Sep 18, 2018, 4:39:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Tutorials/Pisa
v2 v3 73 73 This 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). 74 74 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 75 2) Interactively draw the muon multiplicity and the jet multiplicity. Do you understand these distributions? 83 76 84 77 == Write a simple analysis macro ==