Changeset 2704 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/18/03 10:58:31 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2703 r2704  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/18: Thomas Bretz
     7
     8   * mfilter/MFSoftwareTrigger.[h,cc]:
     9     - added - code taken from M[CT1]SelBasic
     10
     11   * mfilter/Makefile, mfilter/FilterLinkDef.h:
     12     - added MFSoftwareTrigger
     13
     14
     15
    616 2003/12/18: Abelardo Moralejo
    717
     
    1323       bigger to fit the data).
    1424
     25
     26
    1527 2003/12/17: Abelardo Moralejo
    1628
     
    2234   * mhist/MHCalibration*
    2335     - many small changes, mostly cosmetic
     36
    2437
    2538
     
    6477   * mhist/MHCamera.[h,cc]:
    6578     - implemented kVariance
     79
    6680
    6781
  • trunk/MagicSoft/Mars/Makefile

    r2584 r2704  
    5050          mraw \
    5151          mcamera \
     52          mpointing \
    5253          mreport \
    5354          mgui \
  • trunk/MagicSoft/Mars/NEWS

    r2690 r2704  
    1818
    1919   - added class to fill trainings and test matrices (MTFillMatrix)
     20
     21   - added a filter performing a software trigger (MFSoftwareTrigger)
    2022
    2123
  • trunk/MagicSoft/Mars/mfilter/FilterLinkDef.h

    r2663 r2704  
    2525#pragma link C++ class MFSelStandard+;
    2626#pragma link C++ class MFSelFinal+;
     27#pragma link C++ class MFSoftwareTrigger+;
    2728
    2829#pragma link C++ class MFEnergySlope+;
  • trunk/MagicSoft/Mars/mfilter/Makefile

    r2663 r2704  
    5151           MFSelStandard.cc \
    5252           MFSelFinal.cc \
     53           MFSoftwareTrigger.cc \
    5354           MFEnergySlope.cc \
    5455           MFRandomSplit.cc
Note: See TracChangeset for help on using the changeset viewer.