Fork me on GitHub

Changes between Version 37 and Version 38 of WorkBook/QuickTour


Ignore:
Timestamp:
Dec 18, 2014, 1:17:57 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v37 v38  
    8383=== Macro-based analysis ===
    8484
    85 The '''{{{examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''.
     85The [source:examples] directory contains a basic ROOT analysis macro called [source:examples/Example1.C Example1.C].
    8686This ROOT analysis macro consists of histogram booking, event loop (histogram filling),
    8787histogram display.
     
    157157=== More advanced macro-based analysis ===
    158158
    159 The '''{{{examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}''' demonstrating how to use class '''{{{ExRootTreeReader}}}''' to
     159The [source:examples] directory contains a ROOT macro called [source:examples/Example2.C Example2.C] demonstrating how to use class '''{{{ExRootTreeReader}}}''' to
    160160access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output.
    161161