Changeset 2958 for trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
- Timestamp:
- 01/29/04 16:52:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r2951 r2958 2 2 #define MARS_MPedestalCam 3 3 4 #ifndef MARS_MParContainer 5 #include "MParContainer.h" 6 #endif 4 7 #ifndef MARS_MCamEvent 5 8 #include "MCamEvent.h" … … 11 14 class MPedestalPix; 12 15 13 class MPedestalCam : public M CamEvent16 class MPedestalCam : public MParContainer, public MCamEvent 14 17 { 15 18 private: … … 21 24 22 25 void Clear(Option_t *o=""); 23 void InitUseHists();24 26 25 27 void InitSize(const UInt_t i); 26 28 Int_t GetSize() const; 29 30 void InitUseHists(); 27 31 28 32 MPedestalPix &operator[](Int_t i);
Note:
See TracChangeset
for help on using the changeset viewer.