Fork me on GitHub

Changes between Version 30 and Version 31 of WorkBook/QuickTour


Ignore:
Timestamp:
Dec 16, 2014, 11:54:27 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v30 v31  
    66 - [http://www.tcl.tk Tcl scripting language]
    77
    8 Commands to download Delphes' source and build Delphes:
     8Commands to download Delphes source and build Delphes:
    99
    1010{{{
     
    5555}}}
    5656
    57 == Analyzing Delphes' Output ==
     57== Analyzing Delphes Output ==
    5858
    59 Delphes' output can be analyzed with the ROOT data analysis framework.
     59Delphes output can be analyzed with the ROOT data analysis framework.
    6060This can be done in simple cases with TTree::Draw, or with macros for more advanced cases.
    6161Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and python (using DelphesAnalysis).
     
    6363=== Simple analysis using TTree::Draw ===
    6464
    65 Start ROOT and load Delphes' shared library:
     65Start ROOT and load Delphes shared library:
    6666{{{
    6767root