Changeset 2404


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2399 r2404  
    11                                                 -*-*- END OF LINE -*-*-
    22  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
    37 
    48   * manalysis/MMcPedestalCopy.cc:
  • 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.