Changes between Version 37 and Version 38 of WorkBook/QuickTour
- Timestamp:
- Dec 18, 2014, 1:17:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v37 v38 83 83 === Macro-based analysis === 84 84 85 The '''{{{examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''.85 The [source:examples] directory contains a basic ROOT analysis macro called [source:examples/Example1.C Example1.C]. 86 86 This ROOT analysis macro consists of histogram booking, event loop (histogram filling), 87 87 histogram display. … … 157 157 === More advanced macro-based analysis === 158 158 159 The '''{{{examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}'''demonstrating how to use class '''{{{ExRootTreeReader}}}''' to159 The [source:examples] directory contains a ROOT macro called [source:examples/Example2.C Example2.C] demonstrating how to use class '''{{{ExRootTreeReader}}}''' to 160 160 access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output. 161 161