Changeset 3902
- Timestamp:
- 04/30/04 11:02:17 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3901 r3902 21 21 22 22 * mcalib/MHCalibrationCam.[h,cc] 23 * mcalib/MHCalibrationRelTimeCam.[h,cc] 24 * mcalib/MHCalibrationChargeCam.[h,cc] 23 25 - retrieve the used run numbers in order to store them in teh 24 26 histogram titles to help transparency of the displays -
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h
r3845 r3902 30 30 class MHGausEvents; 31 31 class MGeomCam; 32 class MRawRunHeader; 32 33 class MCalibrationCam; 33 34 class MCalibrationPix; … … 56 57 TObjArray *fAverageLoGainSectors; //-> Array of calibration pixels, one per camera sector 57 58 TArrayI fAverageSectorNum; // Number of pixels in average pixels per sector 59 TArrayI fRunNumbers; // Numbers of runs used 58 60 59 61 MBadPixelsCam *fBadPixels; //! Bad Pixels storage container 60 62 MCalibrationCam *fCam; //! Calibration Cam with the results 61 63 MGeomCam *fGeom; //! Camera geometry 62 64 MRawRunHeader *fRunHeader; //! Run Header 65 63 66 TObjArray *fHiGainArray; //-> Array of calibration pixels, one per pixel 64 67 TObjArray *fLoGainArray; //-> Array of calibration pixels, one per pixel … … 129 132 const MHGausEvents &GetAverageLoGainSector(UInt_t i) const; 130 133 const Int_t GetAverageSectors () const; 131 134 const TArrayI &GetRunNumbers () const; 132 135 MHGausEvents &operator[] (UInt_t i); 133 136 const MHGausEvents &operator[] (UInt_t i) const;
Note:
See TracChangeset
for help on using the changeset viewer.