Changeset 3971 for trunk/MagicSoft


Ignore:
Timestamp:
05/05/04 14:21:04 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3967 r3971  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/05/05: Markus Gaug
     22
     23   * msignal/Makefile
     24   * msignal/SignalLinkDef.h
     25   * msignal/MExtractTimeFastSpline.[h,cc]
     26     - new fast spline extractor for the equally spaced time slices.
     27       Searches for the position of the half maximum between maximum and
     28       pedestal. About 6 times faster than MArrivalTimeCalc
     29
    2030
    2131 2004/05/04: Raquel de los Reyes
  • trunk/MagicSoft/Mars/NEWS

    r3833 r3971  
    1313
    1414 *** Version 0.8.4 (2004/04/19)
     15
     16   - new fast arrival time extractor using cubic splines:
     17     MExtractTimeFastSpline
    1518
    1619   - implementes multi-argument support in MDataChain
  • trunk/MagicSoft/Mars/msignal/Makefile

    r3951 r3971  
    4343           MExtractTime.cc \
    4444           MExtractTimeSpline.cc \
     45           MExtractTimeFastSpline.cc \
    4546           MExtractTimeHighestIntegral.cc \
    4647           MArrivalTime.cc \
  • trunk/MagicSoft/Mars/msignal/SignalLinkDef.h

    r3951 r3971  
    2323#pragma link C++ class MExtractTime+;
    2424#pragma link C++ class MExtractTimeSpline+;
     25#pragma link C++ class MExtractTimeFastSpline+;
    2526#pragma link C++ class MExtractTimeHighestIntegral+;
    2627#pragma link C++ class MArrivalTimeCam;
Note: See TracChangeset for help on using the changeset viewer.