Ignore:
Timestamp:
10/20/03 14:55:30 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc

    r2264 r2404  
    211211// Returns the index of the FADC slice the maximum signal in
    212212//
    213 Byte_t MRawEvtPixelIter::GetNumMaxHiGainSample() const
     213Byte_t MRawEvtPixelIter::GetIdxMaxHiGainSample() const
    214214{
    215215    Byte_t max  = 0;
     
    230230// Returns the index of the FADC slice the maximum signal in
    231231//
    232 Byte_t MRawEvtPixelIter::GetNumMaxLoGainSample() const
     232Byte_t MRawEvtPixelIter::GetIdxMaxLoGainSample() const
    233233{
    234234    Byte_t max  = 0;
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r2264 r2404  
    8181    Float_t GetVarHiGainSamples() const;
    8282
    83     Byte_t GetNumMaxHiGainSample() const;
    84     Byte_t GetNumMaxLoGainSample() const;
     83    Byte_t GetIdxMaxHiGainSample() const;
     84    Byte_t GetIdxMaxLoGainSample() const;
    8585    Byte_t GetMaxHiGainSample() const;
    8686    Byte_t GetMaxLoGainSample() const;
Note: See TracChangeset for help on using the changeset viewer.