Changeset 19357 for trunk/Mars/hawc


Ignore:
Timestamp:
11/07/18 17:20:50 (6 years ago)
Author:
tbretz
Message:
Some additional comments.
Location:
trunk/Mars/hawc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/callisto.C

    r19356 r19357  
    2222 outpath:
    2323    The path to which the output files are written
     24
     25
     26 To run the macro from the command line (assuming you are in a directory
     27 Mars/build where you have built your Mars environment) ou can do
     28
     29    root ../hawc/callisto.C\(\"filename.fits.fz\",\"filename.drs.fits\"\)
     30
     31 or from within root
     32
     33    [0] .x ../hawc/callisto.C("filename.fits.fz", "filename.drs.fits")
    2434
    2535******************************************************************/
  • trunk/Mars/hawc/star.C

    r19356 r19357  
    1414 outpath:
    1515    The path to which the output files are written
     16
     17
     18 To run the macro from the command line (assuming you are in a directory
     19 Mars/build where you have built your Mars environment) ou can do
     20
     21    root ../hawc/star.C\(\"filename_C.root\"\)
     22
     23 or from within root
     24
     25    [0] .x ../hawc/star.C("filename_C.root")
    1626
    1727******************************************************************/
Note: See TracChangeset for help on using the changeset viewer.