Changes between Version 7 and Version 8 of WorkBook/QuickTour
- Timestamp:
- Nov 22, 2012, 9:15:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v7 v8 83 83 === Macro-based analysis === 84 84 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}}}'''. 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 ExRootTreeReaderto166 access data and class ExRootResultto manage histograms booking and output.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. 167 167 168 168 Here are commands to run this macro: