Changeset 5190 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/05/04 16:18:16 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5189 r5190  
    2828   * macros/tar.C:
    2929     - removed mtemp-directory from tarball
     30
     31   * macros/rootlogon.C, macros/dohtml.C:
     32     - added mmuon
     33     - added mtrigger
     34     - added mhflux
    3035
    3136
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r4993 r5190  
    6969    sourcedir += "mgui:";
    7070    sourcedir += "mhbase:";
     71    sourcedir += "mhflux:";
    7172    sourcedir += "mhist:";
    7273    sourcedir += "mhistmc:";
     
    7879    sourcedir += "mmc:";
    7980    sourcedir += "mmontecarlo:";
     81    sourcedir += "mmuon:";
    8082    sourcedir += "mpointing:";
    8183    sourcedir += "mpedestal:";
     
    8890    sourcedir += "msql:";
    8991    sourcedir += "mtools:";
     92    sourcedir += "mtrigger:";
    9093    sourcedir += ".:";
    9194
     
    124127    html.Convert("sectorvstime.C",  "MARS - Example how to plot mean value of a camera sector versus time");
    125128    html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
    126     html.Convert("bootcampstandardanalysis.C",  "MARS - Example of the status of the standard analysis at the bootcamp");
     129    html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
    127130    html.Convert("readIPR.C",       "MARS - Example to read and display the IPRs from a (merpped) report file");
    128131}
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r5005 r5190  
    137137    gInterpreter->AddIncludePath(dir+"mgui");
    138138    gInterpreter->AddIncludePath(dir+"mhbase");
     139    gInterpreter->AddIncludePath(dir+"mhflux");
    139140    gInterpreter->AddIncludePath(dir+"mhist");
    140141    gInterpreter->AddIncludePath(dir+"mhistmc");
     
    145146    gInterpreter->AddIncludePath(dir+"mmc");
    146147    gInterpreter->AddIncludePath(dir+"mmontecarlo");
     148    gInterpreter->AddIncludePath(dir+"mmuon");
    147149    gInterpreter->AddIncludePath(dir+"mpedestal");
    148150    gInterpreter->AddIncludePath(dir+"mpointing");
     
    155157    gInterpreter->AddIncludePath(dir+"mstarcam");
    156158    gInterpreter->AddIncludePath(dir+"mtools");
     159    gInterpreter->AddIncludePath(dir+"mtrigger");
    157160
    158161    if (TString("linux")==gSystem->GetBuildArch())
Note: See TracChangeset for help on using the changeset viewer.