Changeset 3175 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/16/04 00:34:25 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3174 r3175  
    99   * mcalib/Makefile
    1010   * mcalib/CalibLinkDef.h
     11
     12   * mcalib/MHCalibrationChargePINDiode.[h,cc]
     13     - new class to fill the PIN Diode histograms. Derives from
     14       MHCalibrationChargePix and is filled with MFillH from the
     15       container MExtractedSignalPINDiode.
     16       Will replace MHCalibrationPINDiode entirely soon.
    1117
    1218   * mcalib/MHCalibrationChargePix.[h,cc]
  • trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h

    r3174 r3175  
    1818#pragma link C++ class MHCalibrationPixel+;
    1919#pragma link C++ class MHCalibrationChargePix+;
     20#pragma link C++ class MHCalibrationChargePINDiode+;
    2021
    2122#pragma link C++ class MMcCalibrationCalc++;
  • trunk/MagicSoft/Mars/mcalib/Makefile

    r3174 r3175  
    4848           MHCalibrationPixel.cc \
    4949           MHCalibrationChargePix.cc \
     50           MHCalibrationChargePINDiode.cc \
    5051           MMcCalibrationCalc.cc \
    5152           MExtractPINDiode.cc \
Note: See TracChangeset for help on using the changeset viewer.