Fork me on GitHub

Changes between Version 12 and Version 13 of WorkBook/QuickTour


Ignore:
Timestamp:
Feb 25, 2013, 1:07:37 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v12 v13  
    166166access data and class '''{{{ExRootResult}}}''' to manage histograms booking and output.
    167167
    168 Here are commands to run this macro:
     168This macro can be run with the following command:
    169169{{{
    170 root
    171 gSystem->Load("libDelphes");
    172 .X examples/Example2.C("delphes_output.root");
     170root -l examples/Example2.C\(\"delphes_output.root\"\)
    173171}}}