Changeset 3438 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 03/07/04 21:11:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/pedphotcalc.C
r3298 r3438 17 17 ! Author(s): Josep Flix, 01/2004 <mailto:jflix@ifae.es> 18 18 ! Javier Rico, 01/2004 <mailto:jrico@ifae.es> 19 ! Markus Gaug, 03/2004 <mailto:markus@ifae.es> 19 20 ! 20 21 ! (based on bootcampstandardanalysis.C by Javier López) … … 51 52 #include "MPedPhotCalc.h" 52 53 #include "MPedPhotCam.h" 54 #include "MBadPixelsCam.h" 53 55 #include "MHCamera.h" 54 56 … … 120 122 MCalibrationChargeCam calcam; 121 123 MExtractedSignalCam sigcam; 124 MBadPixelsCam badcam; 122 125 123 126 MCalibrationChargeCam chargecam; … … 131 134 plist2.AddToList(&calcam); 132 135 plist2.AddToList(&sigcam); 136 plist2.AddToList(&badcam); 133 137 plist2.AddToList(&chargecam); 134 138 plist2.AddToList(&chargepin);
Note:
See TracChangeset
for help on using the changeset viewer.