Ignore:
Timestamp:
01/25/05 23:11:15 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5996 r6004  
    119119#include "MCalibrationIntensityQECam.h"
    120120
     121#include "MCalibrationPatternDecode.h"
    121122#include "MCalibrationCam.h"
    122123#include "MCalibrationQECam.h"
     
    16211622    // Other Tasks
    16221623    //
     1624    MCalibrationPatternDecode decode;
    16231625    MGeomApply               apply;
    16241626    apply.SetGeometry(fGeometry);
     
    16931695    taskenv.SetDefault(fExtractor);
    16941696
     1697    tlist.AddToList(&decode);
    16951698    tlist.AddToList(&merge);
    16961699    tlist.AddToList(&apply);
Note: See TracChangeset for help on using the changeset viewer.