Changeset 3058 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/08/04 20:55:39 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3057 r3058  
    4444     - new getters for number of photons
    4545     - removed timeslicewidth -> go the corr. time containers
     46
     47   * mcalib/MCalibrationCam.cc
     48     - removed times of GetPixelContent
     49     - added OscillationChecks in GetPixelContent
    4650
    4751
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r3007 r3058  
    2323  static const Int_t   gkBlindPixelId;
    2424  static const Int_t   gkPINDiodeId;
    25   static const Float_t gkTimeSliceWidth;
    26  
    2725
    2826  Int_t fNumPixels;
     
    8179  MCalibrationPINDiode *GetPINDiode()         { return fPINDiode;    }
    8280
     81  Float_t GetMeanPhotInsidePlexiglass()     const { return fMeanPhotInsidePlexiglass;     }
     82  Float_t GetMeanPhotErrInsidePlexiglass()  const { return fMeanPhotErrInsidePlexiglass;  }
     83  Float_t GetMeanPhotOutsidePlexiglass()    const { return fMeanPhotOutsidePlexiglass;    }
     84  Float_t GetMeanPhotErrOutsidePlexiglass() const { return fMeanPhotErrOutsidePlexiglass; }
     85
    8386  Bool_t GetConversionFactorFFactor(Int_t ipx, Float_t &mean, Float_t &err, Float_t &sigma);
    8487  Bool_t GetConversionFactorBlindPixel(Int_t ipx, Float_t &mean, Float_t &err, Float_t &sigma);
Note: See TracChangeset for help on using the changeset viewer.