Changeset 3154 for trunk


Ignore:
Timestamp:
02/15/04 15:38:19 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3152 r3154  
    2020     - "CutEdges" renamed to "StripZeros"
    2121
     22   * mcalib/MHGausEvent.[h,cc]
     23   * mcalib/Makefile
     24   * mcalib/CalibLinkDef.h
     25     - replaced by the improved version: MHGausEvents.[h,cc]
     26     
    2227
    2328 2004/02/14: Thomas Bretz
  • trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h

    r3140 r3154  
    2020#pragma link C++ class MMcCalibrationCalc++;
    2121
    22 #pragma link C++ class MHGausEvent++;
     22#pragma link C++ class MHGausEvents++;
    2323
    2424#endif
  • trunk/MagicSoft/Mars/mcalib/Makefile

    r3146 r3154  
    4848           MHCalibrationPixel.cc \
    4949           MMcCalibrationCalc.cc \
    50            MHGausEvent.cc
     50           MHGausEvents.cc
    5151
    5252SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.