- Timestamp:
- 01/09/02 16:22:10 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/MagicHillas.C
r1131 r1152 66 66 // 67 67 MReadMarsFile read("Events",filename); 68 // read.AddFile("data/cer000019.root");69 68 70 69 MMcPedestalCopy pcopy; … … 72 71 MCerPhotCalc ncalc; 73 72 MImgCleanStd clean; 73 MBlindPixelCalc blind; 74 74 MHillasCalc hcalc; 75 75 MFillH hfill("MHillas", "MHHillas"); … … 88 88 tlist.AddToList(&ncalc); 89 89 tlist.AddToList(&clean); 90 tlist.AddToList(&blind); 90 91 tlist.AddToList(&hcalc); 91 92 tlist.AddToList(&hfill);
Note:
See TracChangeset
for help on using the changeset viewer.