Changeset 1206 for trunk/MagicSoft
- Timestamp:
- 01/21/02 22:00:23 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1205 r1206 17 17 * mhist/MH.[h,cc]: 18 18 - implemented SetBinnign functions 19 20 * macros/readMagic.C: 21 - removed MPedestalCam 19 22 20 23 -
trunk/MagicSoft/Mars/macros/readMagic.C
r1153 r1206 29 29 30 30 MGeomCamMagic geomcam; 31 MPedestalCam pedest;32 31 MHillas hillas; 33 32 MTaskList tlist; 34 33 35 34 plist.AddToList(&geomcam); 36 plist.AddToList(&pedest);37 35 plist.AddToList(&hillas); 38 36 plist.AddToList(&tlist);
Note:
See TracChangeset
for help on using the changeset viewer.