Changeset 2026 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 04/28/03 15:39:40 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r1668 r2026 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 9/2001 <mailto:tbretz@uni-sw.gwdg.de>19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 218 ! Author(s): Thomas Bretz, 9/2001 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! 23 23 \* ======================================================================== */ 24 25 24 #include "MAnalysis.h" 26 25 … … 205 204 206 205 MFillH hfill("MHHillas", "MHillas"); 206 MFillH hfill2("MHHillasExt", "MHillasSrc"); 207 MFillH hfill2s("MHHillasSrc", "MHillasSrc"); 208 MFillH hfill3("MHNewImagePar"); 207 209 MFillH sfill("MHStarMap", "MHillas"); 208 MFillH hfill2s("MHHillasSrc", "MHillasSrc");209 210 /* 210 211 MFillH hfill2s("HistSource [MHHillasSrc]", "HillasSource"); … … 225 226 { 226 227 tlist.AddToList(&hfill); 228 tlist.AddToList(&hfill2); 227 229 tlist.AddToList(&hfill2s); 228 //tlist.AddToList(&hfill2a);230 tlist.AddToList(&hfill3); 229 231 } 230 232 … … 263 265 { 264 266 plist.FindObject("MHHillas")->DrawClone(); 267 plist.FindObject("MHHillasExt")->DrawClone(); 265 268 plist.FindObject("MHHillasSrc")->DrawClone(); 269 plist.FindObject("MHNewImagePar")->DrawClone(); 266 270 /* 267 271 plist.FindObject("HistSource")->DrawClone();
Note:
See TracChangeset
for help on using the changeset viewer.