Changeset 5038 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 09/15/04 18:42:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r5018 r5038 60 60 #include "MCalibrationPix.h" 61 61 62 #include "MLog.h" 63 62 64 ClassImp(MCalibrationCam); 63 65 … … 105 107 fAverageBadSectors = new TObjArray; 106 108 fAverageBadSectors->SetOwner(); 107 108 109 109 110 fNumHiGainFADCSlices.Set(1); … … 442 443 const Int_t MCalibrationCam::GetSize() const 443 444 { 444 return fPixels->Get Entries();445 return fPixels->GetSize(); 445 446 } 446 447
Note:
See TracChangeset
for help on using the changeset viewer.