Changeset 1221 for trunk


Ignore:
Timestamp:
02/21/02 14:45:23 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1220 r1221  
    55   * manalysis/MHillasExt.cc :
    66     - added #include <math.h>  (else, fabs not recognized by OSF)
     7
     8
    79
    810 2002/02/21: Thomas Bretz
     
    1719      - commented out WriteAscii (replaced by more general in MParContainer
    1820        and MWriteAsciiFile)
     21
     22    * manalysis/MHillasExt.[h,cc]:
     23      - added necessary Getter Methods
    1924     
    2025    * mbase/MFilterList.cc:
  • trunk/MagicSoft/Mars/macros/MagicHillas.C

    r1218 r1221  
    3838    MTaskList tlist;
    3939    plist.AddToList(&tlist);
     40
     41    //
     42    // Here I create MHillasExt, which replaces the usage of MHillas
     43    //
     44    MHillasExt hext;
     45    plist.AddToList(&hext);
    4046
    4147    //
     
    113119    MWriteAsciiFile write("hillas.txt");
    114120    write.AddContainer("MHillas", "fLength");
    115     write.AddContainer("MHillas", "fWidth");
     121    write.AddContainer("MHillas", "fConc");
    116122    write.AddContainer("MHillas");
    117123
Note: See TracChangeset for help on using the changeset viewer.