Changeset 4969 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.h
- Timestamp:
- 09/13/04 11:37:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.