Changeset 1155 for trunk/MagicSoft/Mars
- Timestamp:
- 01/09/02 17:47:26 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r1142 r1155 64 64 // Check if position i is inside bounds 65 65 // 66 Bool_t MPedestalCam::CheckBounds( UInt_t i)66 Bool_t MPedestalCam::CheckBounds(Int_t i) 67 67 { 68 68 return i < fArray->GetEntriesFast(); -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r1143 r1155 28 28 MPedestalPix &operator[](Int_t i) const { return *(MPedestalPix*)fArray->UncheckedAt(i); } 29 29 30 Bool_t CheckBounds( UInt_t i);30 Bool_t CheckBounds(Int_t i); 31 31 32 32 ClassDef(MPedestalCam, 1) // Storage Container for all pedestal information of the camera
Note:
See TracChangeset
for help on using the changeset viewer.