Fork me on GitHub

Changes between Version 35 and Version 36 of WorkBook/QuickTour


Ignore:
Timestamp:
Dec 17, 2014, 11:41:02 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v35 v36  
    5757Delphes output can be analyzed with the ROOT data analysis framework.
    5858This can be done in simple cases with TTree::Draw, or with macros for more advanced cases.
    59 Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and python (using DelphesAnalysis).
     59Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and Python (using DelphesAnalysis).
    6060
    6161=== Simple analysis using TTree::Draw ===
     
    167167=== Analysis in Python ===
    168168
    169 DelphesAnalysis is an analysis framework written in python where a clear separation is maintained between the standard code and what the user has to implement. This makes it easy to apprehend and generic, still retaining full flexibility and scalability. It is configured in a single configuration file.
     169DelphesAnalysis is an analysis framework written in Python where a clear separation is maintained between the standard code and what the user has to implement. This makes it easy to apprehend and generic, still retaining full flexibility and scalability. It is configured in a single configuration file.
    170170
    171171More details and examples on the dedicated page.