Changeset 1142
- Timestamp:
- 01/09/02 15:43:27 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r1081 r1142 60 60 } 61 61 62 // -------------------------------------------------------------------------- 63 // 64 // Check if position i is inside bounds 65 // 66 Bool_t MPedestalCam::CheckBounds(UInt_t i) 67 { 68 return i < fArray->GetEntriesFast(); 69 } 70 71
Note:
See TracChangeset
for help on using the changeset viewer.