Changeset 7489 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 02/10/06 10:22:30 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mcamera
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraDC.h
r2958 r7489 33 33 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 34 34 { 35 if (idx>=fArray.GetSize()) 36 return kFALSE; 37 35 38 val = fArray[idx]; 36 39 return val>0; -
trunk/MagicSoft/Mars/mcamera/MCameraHV.h
r7444 r7489 53 53 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 54 54 { 55 if (idx>=fHV.GetSize()) 56 return kFALSE; 57 55 58 val = fHV[idx]; 56 59 return val>0; -
trunk/MagicSoft/Mars/mcamera/MCameraTD.h
r7446 r7489 31 31 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 32 32 { 33 if (idx>=fTD.GetSize()) 34 return kFALSE; 35 33 36 val = fTD[idx]; 34 37 return val>0; -
trunk/MagicSoft/Mars/mcamera/MCameraTH.h
r7446 r7489 31 31 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 32 32 { 33 if (idx>=fTH.GetSize()) 34 return kFALSE; 35 33 36 val = fTH[idx]; 34 37 return val>0;
Note:
See TracChangeset
for help on using the changeset viewer.