Changeset 3196 for trunk/MagicSoft


Ignore:
Timestamp:
02/16/04 14:39:30 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3192 r3196  
    55                                                 -*-*- END OF LINE -*-*-
    66 2004/02/16: Markus Gaug
     7
     8   * mcalib/Makefile, mcalib/CalibLinkDef.h:
     9     - added MExtractBlindPixel and MExtractedSignalBlindPixel
     10
     11   * mcalib/MExtractBlindPixel.[h,cc]
     12     - new signal extractor for the Blind Pixel
     13
     14   * mcalib/MExtractedSignalBlindPixel.[h,cc]
     15     - new container for the extracted signal of the BlindPixel
    716
    817   * manalysis/MPedestalCam.h
  • trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h

    r3178 r3196  
    2626#pragma link C++ class MExtractPINDiode++;
    2727#pragma link C++ class MExtractedSignalPINDiode++;
     28#pragma link C++ class MExtractBlindPixel++;
     29#pragma link C++ class MExtractedSignalBlindPixel++;
    2830
    2931#pragma link C++ class MHGausEvents++;
  • trunk/MagicSoft/Mars/mcalib/Makefile

    r3177 r3196  
    5454           MExtractPINDiode.cc \
    5555           MExtractedSignalPINDiode.cc \
     56           MExtractBlindPixel.cc \
     57           MExtractedSignalBlindPixel.cc \
    5658           MHGausEvents.cc
    5759
Note: See TracChangeset for help on using the changeset viewer.