Ignore:
Timestamp:
02/26/04 17:22:46 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r3335 r3336  
    4242    TString sourcedir;
    4343    sourcedir += "manalysis:";
     44    sourcedir += "mastro:";
    4445    sourcedir += "mbase:";
    4546    sourcedir += "mcamera:";
    4647    sourcedir += "mcalib:";
    4748    sourcedir += "mdata:";
     49    sourcedir += "mfbase:";
    4850    sourcedir += "mfileio:";
    4951    sourcedir += "mfilter:";
     
    99101    html.Convert("pedphotcalc.C",   "MARS - Example to use MPedPhotCalc");
    100102}
    101 
    102 
    103 
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r3308 r3336  
    9999    gInterpreter->AddIncludePath(dir+"macros");
    100100    gInterpreter->AddIncludePath(dir+"manalysis");
    101     gInterpreter->AddIncludePath(dir+"msignal");
     101    gInterpreter->AddIncludePath(dir+"mastro");
    102102    gInterpreter->AddIncludePath(dir+"mbase");
    103103    gInterpreter->AddIncludePath(dir+"mcamera");
    104104    gInterpreter->AddIncludePath(dir+"mcalib");
    105105    gInterpreter->AddIncludePath(dir+"mdata");
     106    gInterpreter->AddIncludePath(dir+"mfbase");
    106107    gInterpreter->AddIncludePath(dir+"mfileio");
    107108    gInterpreter->AddIncludePath(dir+"mfilter");
     
    120121    gInterpreter->AddIncludePath(dir+"mreflector");
    121122    gInterpreter->AddIncludePath(dir+"mreport");
     123    gInterpreter->AddIncludePath(dir+"msignal");
    122124    gInterpreter->AddIncludePath(dir+"mtools");
    123125
Note: See TracChangeset for help on using the changeset viewer.