Changeset 4969 for trunk/MagicSoft


Ignore:
Timestamp:
09/13/04 11:37:04 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4968 r4969  
    2323 
    2424   * mhcalib/MHCalibrationCam.h
     25   * mhcalib/MHCalibrationBlindCam.h
    2526     - took out the "->" for all pointers
    2627
  • 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
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h

    r4929 r4969  
    2424  MRawRunHeader              *fRunHeader;  //!  Run Header
    2525 
    26   TObjArray *fBlindPixelsArray;            //-> Array of calibration pixels, one per pixel
     26  TObjArray *fBlindPixelsArray;            // Array of calibration pixels, one per pixel
    2727
    2828  MHCalibrationChargeBlindPix::FitFunc_t fFitFunc;
Note: See TracChangeset for help on using the changeset viewer.