Changeset 4993 for trunk/MagicSoft/Mars/mtrigger
- Timestamp:
- 09/14/04 13:11:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtrigger/MTriggerIPR.h
r4966 r4993 33 33 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 34 34 { 35 if (idx > gsNTrigPix)35 if (idx >= gsNTrigPix) 36 36 return kFALSE; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.