Changeset 3538


Ignore:
Timestamp:
03/17/04 17:40:45 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3537 r3538  
    3838       accelerated and fixed (the first slice was compared to itself
    3939       and the last slice was not taken into account)
     40
     41   * manalysis/MCerPhotAnal2.cc:
     42     - fixed a bug in the new treatment of lo-gains
    4043
    4144
  • trunk/MagicSoft/Mars/manalysis/MCerPhotAnal2.cc

    r3487 r3538  
    185185            // Area: x9
    186186            ptr = pixel.GetLoGainSamples();
    187             max = ptr+pixel.GetIdxMaxLoGainSample();
    188187            end = ptr+fRawEvt->GetNumLoGainSamples();
    189188
     
    198197                sqb  += *ptr* *ptr;
    199198                nb++;
     199                ptr++;
    200200            }
    201201        }
Note: See TracChangeset for help on using the changeset viewer.