Changeset 2404 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 10/20/03 14:55:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.