Changes between Version 9 and Version 10 of WorkBook/QuickTour
- Timestamp:
- Nov 22, 2012, 9:20:23 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v9 v10 83 83 === Macro-based analysis === 84 84 85 '''{{{Delphes/examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''.85 The '''{{{examples}}}''' directory contains a basic ROOT analysis macro called '''{{{Example1.C}}}'''. 86 86 This ROOT analysis macro consists of histogram booking, event loop (histogram filling), 87 87 histogram display. … … 163 163 === More advanced macro-based analysis === 164 164 165 '''{{{Delphes/examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}''' demonstrating how to use class '''{{{ExRootTreeReader}}}''' to165 The '''{{{examples}}}''' directory contains a ROOT macro called '''{{{Example2.C}}}''' demonstrating how to use class '''{{{ExRootTreeReader}}}''' to 166 166 access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output. 167 167