| 42 | == 1) Access information in the ROOT file |
| 43 | |
| 44 | Open the ROOT file (ignore the various warnings) and visualize its content via the TBrowser. |
| 45 | |
| 46 | {{{ |
| 47 | root -l data.root |
| 48 | TBrowser t; |
| 49 | }}} |
| 50 | |
| 51 | Open the Delphes Tree and then Event branch (by double-clicking). How many events are in this dataset? |
| 52 | Likewise explore the Tree content by looking at other branches. |
| 53 | |
| 54 | Non trivial information can also be plotted from the command line. Every Delphes object has a 4-vector (called P4()) member of type TLorenzVector (see here for documentation: https://root.cern.ch/doc/master/classTLorentzVector.html) |