- Timestamp:
- 02/21/02 14:45:23 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1220 r1221 5 5 * manalysis/MHillasExt.cc : 6 6 - added #include <math.h> (else, fabs not recognized by OSF) 7 8 7 9 8 10 2002/02/21: Thomas Bretz … … 17 19 - commented out WriteAscii (replaced by more general in MParContainer 18 20 and MWriteAsciiFile) 21 22 * manalysis/MHillasExt.[h,cc]: 23 - added necessary Getter Methods 19 24 20 25 * mbase/MFilterList.cc: -
trunk/MagicSoft/Mars/macros/MagicHillas.C
r1218 r1221 38 38 MTaskList tlist; 39 39 plist.AddToList(&tlist); 40 41 // 42 // Here I create MHillasExt, which replaces the usage of MHillas 43 // 44 MHillasExt hext; 45 plist.AddToList(&hext); 40 46 41 47 // … … 113 119 MWriteAsciiFile write("hillas.txt"); 114 120 write.AddContainer("MHillas", "fLength"); 115 write.AddContainer("MHillas", "f Width");121 write.AddContainer("MHillas", "fConc"); 116 122 write.AddContainer("MHillas"); 117 123
Note:
See TracChangeset
for help on using the changeset viewer.