- Timestamp:
- 05/05/03 15:51:43 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/status.C
r1967 r2065 44 44 // d->SetUpdateTime(-1); 45 45 46 d->SetLogStream(&gLog ); // Disables output to stdout46 d->SetLogStream(&gLog, kTRUE); // Disables output to stdout 47 47 gLog.SetOutputFile("status.log", kTRUE); // Enable output to file 48 48 //gLog.EnableOutputDevice(MLog::eStdout); // Enable output to stdout again … … 93 93 MHillasCalc hcalc; 94 94 MHillasSrcCalc scalc; // !!Preliminary!! Will be removed later! 95 MNewImageParCalc icalc;96 95 MCT1SupercutsCalc calc1; 97 96 … … 115 114 tlist.AddToList(&hcalc); 116 115 tlist.AddToList(&scalc); 117 tlist.AddToList(&icalc);118 116 tlist.AddToList(&calc1); 119 117 tlist.AddToList(&hfill7);
Note:
See TracChangeset
for help on using the changeset viewer.