Changeset 3107 for trunk/MagicSoft/Mars
- Timestamp:
- 02/12/04 00:25:01 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3106 r3107 35 35 - remove fEvents which are not necessary any more after the shift 36 36 to MFCosmics. 37 38 * mcalib/MHCalibration(Blind)Pixel.[h,cc] 39 - show the fourier spectrum now with axes in frequency [Hz] instead 40 of inverted events. 41 37 42 38 43 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r3106 r3107 116 116 const Byte_t MCalibrationCalc::fgSaturationLimit = 254; 117 117 const Byte_t MCalibrationCalc::fgBlindPixelFirst = 3; 118 const Byte_t MCalibrationCalc::fgBlindPixelLast = 8;118 const Byte_t MCalibrationCalc::fgBlindPixelLast = 12; 119 119 120 120 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
r3081 r3107 27 27 28 28 static const Int_t fPSDNbins; 29 29 static const Int_t fPulserFrequency; 30 30 31 Int_t fPixId; // Pixel Nr 31 32
Note:
See TracChangeset
for help on using the changeset viewer.