Ignore:
Timestamp:
02/21/02 14:45:23 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.