Changeset 1155 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/09/02 17:47:26 (23 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc

    r1142 r1155  
    6464// Check if position i is inside bounds
    6565//
    66 Bool_t MPedestalCam::CheckBounds(UInt_t i)
     66Bool_t MPedestalCam::CheckBounds(Int_t i)
    6767{
    6868    return i < fArray->GetEntriesFast();
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.h

    r1143 r1155  
    2828    MPedestalPix &operator[](Int_t i) const { return *(MPedestalPix*)fArray->UncheckedAt(i); }
    2929
    30     Bool_t CheckBounds(UInt_t i);
     30    Bool_t CheckBounds(Int_t i);
    3131
    3232    ClassDef(MPedestalCam, 1)   // Storage Container for all pedestal information of the camera
Note: See TracChangeset for help on using the changeset viewer.