Fork me on GitHub

Changes between Version 7 and Version 8 of WorkBook/QuickTour


Ignore:
Timestamp:
Nov 22, 2012, 9:15:41 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v7 v8  
    8383=== Macro-based analysis ===
    8484
    85 Delphes/examples directory contains a basic ROOT analysis macro called Example1.C.
     85'''{{{Delphes/examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''.
    8686This ROOT analysis macro consists of histogram booking, event loop (histogram filling),
    8787histogram display.
     
    163163=== More advanced macro-based analysis ===
    164164
    165 Delphes/examples directory contains a ROOT macro called Example2.C demonstrating how to use class ExRootTreeReader to
    166 access data and class ExRootResult to manage histograms booking and output.
     165'''{{{Delphes/examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}''' demonstrating how to use class '''{{{ExRootTreeReader}}}''' to
     166access data and class '''{{{ExRootResult}}}}''' to manage histograms booking and output.
    167167
    168168Here are commands to run this macro: