Changeset 5575 for trunk


Ignore:
Timestamp:
12/09/04 16:21:28 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5574 r5575  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2004/12/09: Markus Gaug
     24 
     25  * mhcalib/MHCalibrationPix.[h,cc]
     26    - fixed a bug in Reset(), fSaturation was not resetted before.
     27      Affects only intensity calibraion.
     28
    2229
    2330 2004/12/09: Thomas Bretz
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc

    r5478 r5575  
    9595}
    9696
     97void MHCalibrationPix::Reset()
     98{
     99 
     100  MHGausEvents::Reset();
     101  fSaturated = 0;
     102}
     103
     104
    97105// -----------------------------------------------------------------------------
    98106//
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h

    r5478 r5575  
    2424
    2525  void  Clear(Option_t *o="");
    26 
     26  void  Reset();
     27 
    2728  // Getters
    2829  const Double_t GetBlackout       () const; 
Note: See TracChangeset for help on using the changeset viewer.