Changeset 3267 for trunk/MagicSoft
- Timestamp:
- 02/23/04 20:36:06 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3264 r3267 6 6 7 7 8 2004/02/23: Markus Gaug 9 10 * mraw/MRawEvtPixelIter.h 11 - include GetNumHiGainSamples and GetNumLoGainSamples 12 13 8 14 2004/02/22: Markus Gaug 9 15 10 16 * mfilter/MFCosmics.[h,cc] 11 12 17 - fMaxNumEmpty changed from absolute number to relative number of 13 18 pixels … … 15 20 16 21 * mcalib/MHGausEvents.h 17 18 22 - remove the "->" from the pointers which are initialized only 19 23 in certain cases. The streamer did not work in case that -
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r2909 r3267 77 77 } 78 78 79 Byte_t GetNumHiGainSamples() const { return fNumHiGainSamples ; } 80 Byte_t GetNumLoGainSamples() const { return fNumLoGainSamples ; } 81 79 82 ULong_t GetSumHiGainSamples() const; 80 83 ULong_t GetSumSqrHiGainSamples() const;
Note:
See TracChangeset
for help on using the changeset viewer.