Changeset 2139


Ignore:
Timestamp:
05/26/03 14:35:22 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2137 r2139  
    44   * mreflector/Makefile:
    55     added (was missing)
     6
     7 2003/05/26: Thomas Bretz
     8
     9   * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
     10     - InitSize --> FixSize
     11
     12   * manalysis/MMcPedestalNSBAdd.cc:
     13     - fixed a typo.
     14
     15
    616
    717 2003/05/23: Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc

    r2135 r2139  
    7575{
    7676    fNumPixels = 0;
    77     //fPixels->Delete();
     77//    fPixels->Delete();
    7878}
    7979
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.cc

    r2135 r2139  
    217217        const Float_t ampl   = fFadc->GetAmplitud();
    218218
    219         pix.SetSigma(sqrt(pedrms*pedrms + dnsbpix*ampl*ampl*ratio));
     219        pix.SetSigma(sqrt(pedrms*pedrms + dnsbpix*ampl*ampl/ratio));
    220220    }
    221221
Note: See TracChangeset for help on using the changeset viewer.