Changeset 3058 for trunk/MagicSoft/Mars
- Timestamp:
- 02/08/04 20:55:39 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3057 r3058 44 44 - new getters for number of photons 45 45 - removed timeslicewidth -> go the corr. time containers 46 47 * mcalib/MCalibrationCam.cc 48 - removed times of GetPixelContent 49 - added OscillationChecks in GetPixelContent 46 50 47 51 -
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.