Changeset 3678 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
- Timestamp:
- 04/08/04 17:58:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r3673 r3678 64 64 using namespace std; 65 65 66 const Int_t MCalibrationCam::gkNumPulserColors = 4; 66 67 // -------------------------------------------------------------------------- 67 68 // … … 73 74 // - fAverageSectors 74 75 // 76 // Initializes: 77 // - fPulserColor to kCT1 78 // 75 79 // Creates a TClonesArray of MBadPixelsPix containers for the TClonesArray's: 76 80 // - fAverageBadAreas … … 82 86 // 83 87 MCalibrationCam::MCalibrationCam(const char *name, const char *title) 84 : fP ixels(NULL), fAverageAreas(NULL), fAverageSectors(NULL)88 : fPulserColor(kCT1), fPixels(NULL), fAverageAreas(NULL), fAverageSectors(NULL) 85 89 { 86 90 fName = name ? name : "MCalibrationCam";
Note:
See TracChangeset
for help on using the changeset viewer.