Changeset 3539
- Timestamp:
- 03/17/04 20:22:29 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3538 r3539 41 41 * manalysis/MCerPhotAnal2.cc: 42 42 - fixed a bug in the new treatment of lo-gains 43 44 * mhvstime/MHPixVsTime.cc: 45 - fixed missing initialization of fTypeErr in constructor 43 46 44 47 -
trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc
r3394 r3539 54 54 // 55 55 MHPixVsTime::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) 57 57 { 58 58 //
Note:
See TracChangeset
for help on using the changeset viewer.