Ignore:
Timestamp:
09/13/04 11:37:04 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.h

    r4959 r4969  
    7070  TArrayF    fAverageAreaSigmaVar;       // Variance Re-normalized sigmas in average pixels per area
    7171
    72   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
     72  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
    7676  TArrayI    fAverageSectorNum;          // Number of pixels in average pixels per sector
    7777  TArrayI    fRunNumbers;                // Numbers of runs used
     
    8585  MRawRunHeader    *fRunHeader;          //! Run Header
    8686 
    87   TObjArray *fHiGainArray;               //-> Array of calibration pixels, one per pixel
    88   TObjArray *fLoGainArray;               //-> Array of calibration pixels, one per pixel
     87  TObjArray *fHiGainArray;               // Array of calibration pixels, one per pixel
     88  TObjArray *fLoGainArray;               // Array of calibration pixels, one per pixel
    8989
    9090  Int_t      fPulserFrequency;           // Light pulser frequency
Note: See TracChangeset for help on using the changeset viewer.