Ignore:
Timestamp:
04/08/04 17:58:54 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r3673 r3678  
    6464using namespace std;
    6565
     66const Int_t MCalibrationCam::gkNumPulserColors = 4;
    6667// --------------------------------------------------------------------------
    6768//
     
    7374// - fAverageSectors
    7475//
     76// Initializes:
     77// - fPulserColor to kCT1
     78//
    7579// Creates a TClonesArray of MBadPixelsPix containers for the TClonesArray's:
    7680// - fAverageBadAreas
     
    8286//
    8387MCalibrationCam::MCalibrationCam(const char *name, const char *title)
    84     : fPixels(NULL), fAverageAreas(NULL), fAverageSectors(NULL)
     88    : fPulserColor(kCT1), fPixels(NULL), fAverageAreas(NULL), fAverageSectors(NULL)
    8589{
    8690    fName  = name  ? name  : "MCalibrationCam";
Note: See TracChangeset for help on using the changeset viewer.