Changeset 2937 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 01/28/04 10:23:52 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r2929 r2937 102 102 MPedestalPix &MPedestalCam::operator[](Int_t i) 103 103 { 104 if (!CheckBounds(i))105 return *static_cast<MPedestalPix*>(NULL);106 107 104 return *static_cast<MPedestalPix*>(fArray->UncheckedAt(i)); 108 105 } … … 114 111 MPedestalPix &MPedestalCam::operator[](Int_t i) const 115 112 { 116 if (!CheckBounds(i))117 return *static_cast<MPedestalPix*>(NULL);118 119 113 return *static_cast<MPedestalPix*>(fArray->UncheckedAt(i)); 120 114 }
Note:
See TracChangeset
for help on using the changeset viewer.