Ignore:
Timestamp:
01/27/05 14:52:56 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6047 r6048  
    8989#include "MMcPedestalCopy.h"
    9090#include "MPointingPosCalc.h"
    91 #include "MInterpolatePointingPos.h"
     91#include "MPointingPosInterpolate.h"
    9292#include "MPedCalcFromLoGain.h"
    9393#include "MExtractor.h"
     
    386386        readreal.AddFiles(iter);
    387387
    388     MInterpolatePointingPos pextr;
     388    MPointingPosInterpolate pextr;
    389389    pextr.AddFiles(&iter);
    390390   
     
    690690
    691691    // Setup List for Drive-tree
    692     //    MPointingPosCalc pcalc;
     692    MPointingPosCalc pcalc;
    693693
    694694    // Now setup main tasklist
     
    698698    tlist.AddToList(&tlist2, IsRootData() ? "Events" : "All");
    699699
    700     //
    701     // !!! Replaced by MInterpolatePointingPos !!!
    702     //
    703     //    if (IsRootData())
    704     //        tlist.AddToList(&pcalc, "Drive");
    705 
     700    if (IsMC())
     701      tlist.AddToList(&pcalc, "Drive");
    706702
    707703    tlist.AddToList(&write);
Note: See TracChangeset for help on using the changeset viewer.