Changeset 2958 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 01/29/04 16:52:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraDC.h
r2632 r2958 2 2 #define MARS_MCameraDC 3 3 4 #ifndef MARS_MParContainer 5 #include "MParContainer.h" 6 #endif 4 7 #ifndef MARS_MCamEvent 5 8 #include "MCamEvent.h" … … 10 13 #endif 11 14 12 class MCameraDC : public M CamEvent15 class MCameraDC : public MParContainer, public MCamEvent 13 16 { 14 17 private: … … 30 33 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 31 34 { 32 val = (*this)[idx];35 val = fArray[idx]; 33 36 return val>0; 34 37 }
Note:
See TracChangeset
for help on using the changeset viewer.