Changeset 1967 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 04/20/03 15:39:13 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/status.C
r1966 r1967 80 80 81 81 // ------------- user change ----------------- 82 read.AddFile("data/Pro*.root"); 82 83 read.AddFile("data/Gam*.root"); 83 //read.AddFile("200*.root");84 84 85 85 MMcPedestalCopy pcopy; … … 94 94 MHillasSrcCalc scalc; // !!Preliminary!! Will be removed later! 95 95 MNewImageParCalc icalc; 96 MCT1SupercutsCalc calc1; 96 97 97 98 // ------------------------------------------- … … 103 104 MFillH hfill5("MHStarMap", "MHillas"); 104 105 MFillH hfill6("MHCerPhotEvt", "MCerPhotEvt"); 106 MFillH hfill7("MHHadronness", "MHadronness"); 105 107 106 108 tlist.AddToList(&read); … … 114 116 tlist.AddToList(&scalc); 115 117 tlist.AddToList(&icalc); 118 tlist.AddToList(&calc1); 119 tlist.AddToList(&hfill7); 116 120 tlist.AddToList(&hfill1); 117 121 tlist.AddToList(&hfill2); … … 140 144 { 141 145 // Save data in a postscriptfile (status.ps) 142 d->SaveAsPS();146 // d->SaveAsPS(); 143 147 /* 144 148 * ----------- Write status to a root file ------------
Note:
See TracChangeset
for help on using the changeset viewer.