Changeset 710 for trunk/MagicSoft/Mars/macros/MagicHillas.C
- Timestamp:
- 03/30/01 11:30:32 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/MagicHillas.C
r700 r710 32 32 plist->AddToList(hists); 33 33 34 MHStarMap *smap = new MHStarMap; 35 plist->AddToList(smap); 36 34 37 // 35 38 // Now setup the tasks and tasklist: … … 40 43 // 4) fill the hillas into the histograms 41 44 // 42 MReadTree read("oscar_protons.root", "Events") ; 43 MCerPhotCalc ncalc; 44 MImgCleanStd clean; 45 MHillasCalc hcalc; 46 MFillHHillas hfill; 45 MReadTree read("Events", "oscar_protons.root"); 46 read.AddFile("test.root"); 47 48 MCerPhotCalc ncalc; 49 MImgCleanStd clean; 50 MHillasCalc hcalc; 51 MFillHHillas hfill; 52 MFillHStarMap sfill; 47 53 48 54 tlist.AddToList(&read); … … 51 57 tlist.AddToList(&hcalc); 52 58 tlist.AddToList(&hfill); 59 tlist.AddToList(&sfill); 53 60 54 61 // … … 67 74 // 68 75 hists->Draw(); 76 smap->Draw(); 69 77 } 78
Note:
See TracChangeset
for help on using the changeset viewer.