Ignore:
Timestamp:
03/07/04 21:11:42 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3387 r3438  
    1717!
    1818!   Author(s): Thomas Bretz, 1/2004 <mailto:tbretz@astro.uni-wuerzburg.de>
     19!              Markus Gaug, 02/2004 <mailto:markus@ifae.es>
    1920!
    2021!   Copyright: MAGIC Software Development, 2000-2004
     
    5556#include "MGeomApply.h"
    5657#include "MBadPixelsMerge.h"
     58#include "MBadPixelsCam.h"
    5759#include "MExtractSignal.h"
    5860#include "MExtractPINDiode.h"
     
    498500    plist.AddToList(&tlist);
    499501
    500     MGeomApply              apply;
    501     MBadPixelsMerge         merge(&fBadPixels);
    502     // MExtractSignal   extract; // Do not use this at the moment...
     502    MGeomApply               apply;
     503    MBadPixelsMerge          merge(&fBadPixels);
    503504    MExtractPINDiode         pinext;
    504505    MExtractBlindPixel       blindext;
     506    // MExtractSignal   extract; // Do not use this at the moment...
    505507    MExtractSignal2          extract;
    506508    MCalibrationChargeCalc   calcalc;
Note: See TracChangeset for help on using the changeset viewer.