Changeset 1221 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/21/02 14:45:23 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.