Ignore:
Timestamp:
03/04/07 14:01:14 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8348 r8364  
    164164}
    165165
     166/*
    166167// --------------------------------------------------------------------------
    167168//
    168169// Returns the index of the FADC slice the maximum signal in. If the highest
    169 // slices have the same value the last one is returned.
     170// slices have the same value the first one is returned.
    170171//
    171172Byte_t MRawEvtPixelIter::GetIdxMaxHiGainSample(const Byte_t hifirst, const Byte_t hilast) const
     
    188189//
    189190// Returns the index of the FADC slice the maximum signal in. If no lo-gains
    190 // are available -1 is returned. If the highest slices have the same value the
    191 // last one is returned.
     191// are available -1 is returned. If the highest slices have the same value
     192// the first one is returned.
    192193//
    193194Short_t MRawEvtPixelIter::GetIdxMaxLoGainSample(const Byte_t lofirst, const Byte_t lolast) const
     
    294295// If no lo-gains are existing and the hi-gains have saturating values
    295296// a negative value (-1) is returned.
    296 // 
     297//
    297298Short_t MRawEvtPixelIter::GetIdxMaxHiLoGainSample() const
    298299{
     
    371372    return sum;
    372373}
     374*/
Note: See TracChangeset for help on using the changeset viewer.