Changeset 3192 for trunk/MagicSoft
- Timestamp:
- 02/16/04 13:57:13 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3190 r3192 12 12 * manalysis/MPedCalcPedRun.h 13 13 - changed type of fNumSamplesTot from ULong_t to UInt_t 14 15 * mcalib/MHGausEvents.h 16 - changed type of fCurrentSize from ULong_t to UInt_t 14 17 15 18 * mcalib/MCalibrationConfig.h -
trunk/MagicSoft/Mars/mcalib/MCalibrationConfig.h
r3077 r3192 11 11 // 12 12 ///////////////////////////////////////////////////////////////////////////// 13 14 // The conversion factor between High Gain and Low Gain15 const Float_t gkConversionHiLo = 10.;16 const Float_t gkConversionHiLoError = 2.5;17 18 13 // ----- BLIND PIXEL ----------------------// 19 14 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r3170 r3192 53 53 Byte_t fFlags; // Byte to hold the bits fit result bits 54 54 55 U Long_t fCurrentSize;// Current size of the array fEvents55 UInt_t fCurrentSize; // Current size of the array fEvents 56 56 57 57 protected:
Note:
See TracChangeset
for help on using the changeset viewer.