Changeset 6262 for trunk


Ignore:
Timestamp:
02/04/05 16:25:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6234 r6262  
    4242//
    4343// Different arrival time extractors can be set with the command SetTimeExtractor()
    44 // Only extractors deriving from MExtractTime can be set, default is MExtractTimeSpline
     44// Only extractors deriving from MExtractTime can be set, default is MExtractTimeHighestIntegral
    4545//
    4646// At the end of the eventloop, plots and results are displayed, depending on
     
    157157#include "MExtractBlindPixel.h"
    158158#include "MExtractSlidingWindow.h"
    159 #include "MExtractTimeFastSpline.h"
     159#include "MExtractTimeHighestIntegral.h"
    160160#include "MFCosmics.h"
    161161#include "MContinue.h"
     
    17351735
    17361736    MExtractSlidingWindow    extract2;
    1737     MExtractTimeFastSpline   timespline;
     1737    MExtractTimeHighestIntegral timehigh;
    17381738    MCalibrationChargeCalc   calcalc;
    17391739    MCalibrationRelTimeCalc  timecalc;
     
    17731773      fExtractor = &extract2;
    17741774    if (!fTimeExtractor)
    1775       fTimeExtractor = &timespline;
     1775      fTimeExtractor = &timehigh;
    17761776
    17771777    //
Note: See TracChangeset for help on using the changeset viewer.