Ignore:
Timestamp:
01/28/04 10:23:52 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2929 r2937  
    102102MPedestalPix &MPedestalCam::operator[](Int_t i)
    103103{
    104   if (!CheckBounds(i))
    105     return *static_cast<MPedestalPix*>(NULL);
    106 
    107104  return *static_cast<MPedestalPix*>(fArray->UncheckedAt(i));
    108105}
     
    114111MPedestalPix &MPedestalCam::operator[](Int_t i) const
    115112{
    116   if (!CheckBounds(i))
    117     return *static_cast<MPedestalPix*>(NULL);
    118 
    119113  return *static_cast<MPedestalPix*>(fArray->UncheckedAt(i));
    120114}
Note: See TracChangeset for help on using the changeset viewer.