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

Legend:

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

    r3723 r3731  
    172172// --------------------------------------------------------------------------
    173173//
     174// Returns the current size of the TObjArray fAverageHiGainAreas
     175// independently if the MHGausEvents is filled with values or not.
     176//
     177const Int_t MHCalibrationCam::GetAverageAreas() const
     178{
     179  return fAverageHiGainAreas->GetEntries();
     180}
     181
     182// --------------------------------------------------------------------------
     183//
    174184// Get i-th High Gain pixel Area (area number)
    175185//
     
    204214{
    205215  return *static_cast<MHGausEvents*>(fAverageLoGainAreas->UncheckedAt(i));
     216}
     217
     218// --------------------------------------------------------------------------
     219//
     220// Returns the current size of the TObjArray fAverageHiGainSectors
     221// independently if the MHGausEvents is filled with values or not.
     222//
     223const Int_t MHCalibrationCam::GetAverageSectors() const
     224{
     225  return fAverageHiGainSectors->GetEntries();
    206226}
    207227
Note: See TracChangeset for help on using the changeset viewer.