Ignore:
Timestamp:
05/09/03 10:19:36 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHHillasSrc.h

    r2043 r2100  
    3636
    3737    void Draw(Option_t *opt=NULL);
     38    void Paint(Option_t *opt);
     39
    3840
    3941    ClassDef(MHHillasSrc, 1) // Container which holds histograms for the source dependant parameters
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r2029 r2100  
    7878{
    7979    fName  = name  ? name  : "MHillasCalc";
    80     fTitle = title ? title : "Calculate Hillas parameters";
     80    fTitle = title ? title : "Calculate Hillas and other image parameters";
    8181}
    8282
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.h

    r2027 r2100  
    6060    Bool_t TestFlag(CalcCont_t i) const { return fFlags&i; }
    6161
    62     ClassDef(MHillasCalc, 0)   // Task to calculate Hillas parameters
     62    ClassDef(MHillasCalc, 0) // Task to calculate Hillas and other image parameters
    6363};
    6464
Note: See TracChangeset for help on using the changeset viewer.