Changeset 2404
- Timestamp:
- 10/20/03 14:55:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2399 r2404 1 1 -*-*- END OF LINE -*-*- 2 2 2003/10/20: Thomas Bretz 3 4 * mraw/MRawEvtPixelIter.[h,cc]: 5 - changed name of member function from GetNumMax[Hi,Lo]GainSamples 6 to GetIdxMax[Hi,Lo]GainSamples 3 7 4 8 * manalysis/MMcPedestalCopy.cc: -
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
r2264 r2404 211 211 // Returns the index of the FADC slice the maximum signal in 212 212 // 213 Byte_t MRawEvtPixelIter::Get NumMaxHiGainSample() const213 Byte_t MRawEvtPixelIter::GetIdxMaxHiGainSample() const 214 214 { 215 215 Byte_t max = 0; … … 230 230 // Returns the index of the FADC slice the maximum signal in 231 231 // 232 Byte_t MRawEvtPixelIter::Get NumMaxLoGainSample() const232 Byte_t MRawEvtPixelIter::GetIdxMaxLoGainSample() const 233 233 { 234 234 Byte_t max = 0; -
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r2264 r2404 81 81 Float_t GetVarHiGainSamples() const; 82 82 83 Byte_t Get NumMaxHiGainSample() const;84 Byte_t Get NumMaxLoGainSample() const;83 Byte_t GetIdxMaxHiGainSample() const; 84 Byte_t GetIdxMaxLoGainSample() const; 85 85 Byte_t GetMaxHiGainSample() const; 86 86 Byte_t GetMaxLoGainSample() const;
Note:
See TracChangeset
for help on using the changeset viewer.