Fork me on GitHub

Changes between Version 9 and Version 10 of WorkBook/QuickTour


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v9 v10  
    8383=== Macro-based analysis ===
    8484
    85 '''{{{Delphes/examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''.
     85The '''{{{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
     165The '''{{{examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}''' demonstrating how to use class '''{{{ExRootTreeReader}}}''' to
    166166access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output.
    167167