Changeset 5038 for trunk


Ignore:
Timestamp:
09/15/04 18:42:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5018 r5038  
    6060#include "MCalibrationPix.h"
    6161
     62#include "MLog.h"
     63
    6264ClassImp(MCalibrationCam);
    6365
     
    105107  fAverageBadSectors = new TObjArray;
    106108  fAverageBadSectors->SetOwner();
    107 
    108109
    109110  fNumHiGainFADCSlices.Set(1);
     
    442443const Int_t MCalibrationCam::GetSize() const
    443444{
    444   return fPixels->GetEntries();
     445  return fPixels->GetSize();
    445446}
    446447
Note: See TracChangeset for help on using the changeset viewer.