Changeset 7109 for trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.h
- Timestamp:
- 05/30/05 18:12:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.h
r4609 r7109 14 14 class MPedPhotPix; 15 15 class MBadPixelsCam; 16 class MPedestalCam; 16 17 17 18 class MPedPhotCam : public MParContainer, public MCamEvent … … 22 23 TClonesArray *fSectors; //-> Array of MPedPhotPix, one per camera sector 23 24 25 void InitArrays(const char *name=NULL, const char *title=NULL); 26 24 27 // void InitSize(const UInt_t i); 25 28 void InitAreas(const UInt_t i); … … 28 31 public: 29 32 MPedPhotCam(const char *name=NULL, const char *title=NULL); 33 MPedPhotCam(const MPedestalCam &pcam); 30 34 ~MPedPhotCam(); 31 35
Note:
See TracChangeset
for help on using the changeset viewer.