Changeset 3058 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/08/04 20:55:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r3007 r3058 23 23 static const Int_t gkBlindPixelId; 24 24 static const Int_t gkPINDiodeId; 25 static const Float_t gkTimeSliceWidth;26 27 25 28 26 Int_t fNumPixels; … … 81 79 MCalibrationPINDiode *GetPINDiode() { return fPINDiode; } 82 80 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 83 86 Bool_t GetConversionFactorFFactor(Int_t ipx, Float_t &mean, Float_t &err, Float_t &sigma); 84 87 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.