Changeset 4969 for trunk/MagicSoft
- Timestamp:
- 09/13/04 11:37:04 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4968 r4969 23 23 24 24 * mhcalib/MHCalibrationCam.h 25 * mhcalib/MHCalibrationBlindCam.h 25 26 - took out the "->" for all pointers 26 27 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.h
r4959 r4969 70 70 TArrayF fAverageAreaSigmaVar; // Variance Re-normalized sigmas in average pixels per area 71 71 72 TObjArray *fAverageHiGainAreas; // ->Array of calibration pixels, one per pixel area73 TObjArray *fAverageHiGainSectors; // ->Array of calibration pixels, one per camera sector74 TObjArray *fAverageLoGainAreas; // ->Array of calibration pixels, one per pixel area75 TObjArray *fAverageLoGainSectors; // ->Array of calibration pixels, one per camera sector72 TObjArray *fAverageHiGainAreas; // Array of calibration pixels, one per pixel area 73 TObjArray *fAverageHiGainSectors; // Array of calibration pixels, one per camera sector 74 TObjArray *fAverageLoGainAreas; // Array of calibration pixels, one per pixel area 75 TObjArray *fAverageLoGainSectors; // Array of calibration pixels, one per camera sector 76 76 TArrayI fAverageSectorNum; // Number of pixels in average pixels per sector 77 77 TArrayI fRunNumbers; // Numbers of runs used … … 85 85 MRawRunHeader *fRunHeader; //! Run Header 86 86 87 TObjArray *fHiGainArray; // ->Array of calibration pixels, one per pixel88 TObjArray *fLoGainArray; // ->Array of calibration pixels, one per pixel87 TObjArray *fHiGainArray; // Array of calibration pixels, one per pixel 88 TObjArray *fLoGainArray; // Array of calibration pixels, one per pixel 89 89 90 90 Int_t fPulserFrequency; // Light pulser frequency -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h
r4929 r4969 24 24 MRawRunHeader *fRunHeader; //! Run Header 25 25 26 TObjArray *fBlindPixelsArray; // ->Array of calibration pixels, one per pixel26 TObjArray *fBlindPixelsArray; // Array of calibration pixels, one per pixel 27 27 28 28 MHCalibrationChargeBlindPix::FitFunc_t fFitFunc;
Note:
See TracChangeset
for help on using the changeset viewer.