Changeset 3539 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3538 r3539  
    4141   * manalysis/MCerPhotAnal2.cc:
    4242     - fixed a bug in the new treatment of lo-gains
     43
     44   * mhvstime/MHPixVsTime.cc:
     45     - fixed missing initialization of fTypeErr in constructor
    4346
    4447
  • trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc

    r3394 r3539  
    5454//
    5555MHPixVsTime::MHPixVsTime(Int_t idx, const char *name, const char *title)
    56     : fIndex(idx), fEvt(NULL), fType(0)
     56    : fIndex(idx), fEvt(NULL), fType(0), fTypeErr(-1)
    5757{
    5858    //
Note: See TracChangeset for help on using the changeset viewer.