Changeset 5335 for trunk/MagicSoft


Ignore:
Timestamp:
11/02/04 13:30:31 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5334 r5335  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22 2004/11/02: Abelardo Moralejo
     23
     24   * mfilter/MFSize.[h,cc]
     25     - added. A filter to modify the Size spectrum of a sample through
     26       cutting out events as a function of their Size.
     27
     28   * mfilter/Makefile, FilterLinkDef.h
     29     - added new class MFSize.
     30
     31   * mtemp/mpadova/macros/resize.C
     32     - Added. Example of how to use the new filter.
    2233
    2334 2004/11/01: Markus Gaug
  • trunk/MagicSoft/Mars/mfilter/FilterLinkDef.h

    r4991 r5335  
    2121#pragma link C++ class MFCosmics+;
    2222
     23#pragma link C++ class MFSize+;
     24
    2325#pragma link C++ class MFEnergySlope+;
    2426
  • trunk/MagicSoft/Mars/mfilter/Makefile

    r4991 r5335  
    3232           MFSoftwareTrigger.cc \
    3333           MFCosmics.cc \
    34            MFEnergySlope.cc
     34           MFEnergySlope.cc \
     35           MFSize.cc
    3536
    3637############################################################
Note: See TracChangeset for help on using the changeset viewer.