Changeset 4123
- Timestamp:
- 05/22/04 13:51:06 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.cc
r4068 r4123 47 47 #include "MPedestalCam.h" 48 48 #include "MBadPixelsCam.h" 49 #include "MBadPixelsTreat.h" 49 50 #include "MCerPhotEvt.h" 50 51 #include "MArrivalTime.h" … … 234 235 MCerPhotEvt cerphot; 235 236 MPedPhotCam pedphot; 237 236 238 // Setup Lists 237 239 MParList plist; … … 256 258 MCalibrate photcalc; 257 259 photcalc.SetCalibrationMode(MCalibrate::kFfactor); 258 MPedPhotCalc pedphotcalc; 260 MPedPhotCalc pedphotcalc; 261 MBadPixelsTreat badtreat; 262 badtreat.SetUseInterpolation(); 259 263 260 264 MHCamEvent evt("ExtSignal"); … … 280 284 } 281 285 282 // if (TestBit(kEnableGraphicalOutput)) 286 283 287 tlist.AddToList(&cont); 284 288 tlist.AddToList(&fill); 285 289 tlist.AddToList(&photcalc); 286 290 tlist.AddToList(&pedphotcalc); 291 // tlist.AddToList(&badtreat); 287 292 tlist.AddToList(&fillcam); 288 293
Note:
See TracChangeset
for help on using the changeset viewer.