Changeset 3438 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 03/07/04 21:11:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3387 r3438 17 17 ! 18 18 ! Author(s): Thomas Bretz, 1/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Markus Gaug, 02/2004 <mailto:markus@ifae.es> 19 20 ! 20 21 ! Copyright: MAGIC Software Development, 2000-2004 … … 55 56 #include "MGeomApply.h" 56 57 #include "MBadPixelsMerge.h" 58 #include "MBadPixelsCam.h" 57 59 #include "MExtractSignal.h" 58 60 #include "MExtractPINDiode.h" … … 498 500 plist.AddToList(&tlist); 499 501 500 MGeomApply apply; 501 MBadPixelsMerge merge(&fBadPixels); 502 // MExtractSignal extract; // Do not use this at the moment... 502 MGeomApply apply; 503 MBadPixelsMerge merge(&fBadPixels); 503 504 MExtractPINDiode pinext; 504 505 MExtractBlindPixel blindext; 506 // MExtractSignal extract; // Do not use this at the moment... 505 507 MExtractSignal2 extract; 506 508 MCalibrationChargeCalc calcalc;
Note:
See TracChangeset
for help on using the changeset viewer.