Changeset 4113
- Timestamp:
- 05/21/04 14:54:54 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4110 r4113 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/20: Markus Gaug 22 23 * mjobs/MJPedestal.cc 24 - put MGeomCamMagic into the plist (MGeomApply complained not to 25 find the GeomCam( 26 20 27 21 28 2004/05/19: Markus Gaug -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r4065 r4113 50 50 51 51 #include "MGeomCam.h" 52 #include "MGeomCamMagic.h" 52 53 #include "MHCamera.h" 53 54 #include "MPedestalCam.h" … … 231 232 *fLog << endl; 232 233 233 MParList plist;234 MParList plist; 234 235 MTaskList tlist; 235 236 plist.AddToList(&tlist); 236 237 238 MGeomCamMagic magiccam; 237 239 MReadMarsFile read("Events"); 238 240 MRawFileRead rawread(""); … … 253 255 254 256 // Setup Tasklist 257 plist.AddToList(&magiccam); 255 258 plist.AddToList(&fPedestalCam); 256 259 plist.AddToList(&fBadPixels);
Note:
See TracChangeset
for help on using the changeset viewer.