Changeset 5232


Ignore:
Timestamp:
10/11/04 23:40:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5221 r5232  
    2828   * msignal/MExtractTimeAndChargeSpline.[h,cc]
    2929     - fixed class documentation and some last bugs.
     30
     31   * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
     32   * msignal/Makefile
     33   * msignal/SignalLinkDef.h
     34     - the combined extractor class sliding window and highest integral
     35       with pedestal-AB-flag corrected, to be used for the TDAS-extractor
     36
    3037
    3138 2004/10/08: Markus Meyer and Keiichi Mase
  • trunk/MagicSoft/Mars/msignal/Makefile

    r5207 r5232  
    4949           MExtractTimeHighestIntegral.cc \
    5050           MExtractTimeAndCharge.cc \
     51           MExtractTimeAndChargeSlidingWindow.cc \
    5152           MExtractTimeAndChargeSpline.cc \
    5253           MExtractTimeAndChargeDigitalFilter.cc \
  • trunk/MagicSoft/Mars/msignal/SignalLinkDef.h

    r5207 r5232  
    3030
    3131#pragma link C++ class MExtractTimeAndCharge+;
     32#pragma link C++ class MExtractTimeAndChargeSlidingWindow+;
    3233#pragma link C++ class MExtractTimeAndChargeSpline+;
    3334#pragma link C++ class MExtractTimeAndChargeDigitalFilter+;
Note: See TracChangeset for help on using the changeset viewer.