Ignore:
Timestamp:
08/21/06 15:26:50 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7829 r7898  
    159159#include "MExtractPINDiode.h"
    160160#include "MExtractBlindPixel.h"
    161 #include "MExtractSlidingWindow.h"
    162 #include "MExtractTimeHighestIntegral.h"
     161//#include "MExtractSlidingWindow.h"
     162//#include "MExtractTimeHighestIntegral.h"
     163#include "MExtractTimeAndChargeSpline.h"
    163164#include "MFCosmics.h"
    164165#include "MFTriggerPattern.h"
     
    18331834        InitBlindPixel(blindext, blindcam);
    18341835
    1835     MExtractSlidingWindow    extract2;
    1836     MExtractTimeHighestIntegral timehigh;
     1836//    MExtractSlidingWindow    extract2;
     1837//    MExtractTimeHighestIntegral timehigh;
    18371838    MCalibrationChargeCalc   calcalc;
    18381839    MCalibrationRelTimeCalc  timecalc;
     
    18621863    // Set default extractors in case, none has been set...
    18631864    //
     1865    /*
    18641866    if (!fExtractor)
    18651867      fExtractor = &extract2;
    18661868    if (!fTimeExtractor)
    18671869      fTimeExtractor = &timehigh;
     1870     */
     1871    MExtractTimeAndChargeSpline spline;
     1872    if (!fExtractor)
     1873      fExtractor = &spline;
     1874//    if (!fTimeExtractor)
     1875//      fTimeExtractor = &timehigh;
    18681876
    18691877    const Bool_t istimecharge = fExtractor->InheritsFrom("MExtractTimeAndCharge");
     1878
    18701879    //
    18711880    // Look if the extractor is a pure charge or also a time extractor
Note: See TracChangeset for help on using the changeset viewer.