Changes between Version 12 and Version 13 of WorkBook/QuickTour
- Timestamp:
- Feb 25, 2013, 1:07:37 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v12 v13 166 166 access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output. 167 167 168 Here are commands to run this macro:168 This macro can be run with the following command: 169 169 {{{ 170 root 171 gSystem->Load("libDelphes"); 172 .X examples/Example2.C("delphes_output.root"); 170 root -l examples/Example2.C\(\"delphes_output.root\"\) 173 171 }}}