Changeset 4123


Ignore:
Timestamp:
05/22/04 13:51:06 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.cc

    r4068 r4123  
    4747#include "MPedestalCam.h"
    4848#include "MBadPixelsCam.h"
     49#include "MBadPixelsTreat.h"
    4950#include "MCerPhotEvt.h"
    5051#include "MArrivalTime.h"
     
    234235  MCerPhotEvt    cerphot;
    235236  MPedPhotCam    pedphot;
     237
    236238  // Setup Lists
    237239  MParList plist;
     
    256258  MCalibrate            photcalc;
    257259  photcalc.SetCalibrationMode(MCalibrate::kFfactor);
    258   MPedPhotCalc    pedphotcalc; 
     260  MPedPhotCalc          pedphotcalc; 
     261  MBadPixelsTreat       badtreat;
     262  badtreat.SetUseInterpolation();
    259263
    260264  MHCamEvent evt("ExtSignal");
     
    280284  }
    281285
    282   //  if (TestBit(kEnableGraphicalOutput))
     286
    283287  tlist.AddToList(&cont);
    284288  tlist.AddToList(&fill);
    285289  tlist.AddToList(&photcalc);
    286290  tlist.AddToList(&pedphotcalc);
     291  //  tlist.AddToList(&badtreat);
    287292  tlist.AddToList(&fillcam);
    288293 
Note: See TracChangeset for help on using the changeset viewer.