Ignore:
Timestamp:
11/28/03 08:08:53 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2573 r2574  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7
     8
     9  2003/11/27: Wolfgang Wittek
     10
     11  * mfilter/MFEventSelector2.cc
     12    - if number of requested events is too high
     13      reduce it to the maximum number possible
     14    - introduce the flag 'fUseOrigDistribution';
     15      if it is set to kTRUE (by SetOrigDistribution()) the original
     16      distribution will be used as the nominal distribution
     17    - add the member functions SetUseOrigDistribution()
     18                               GetHistOrig()
     19
     20  * mfilter/MFRandomSplit.[h,cc]
     21    - a filter which gives fResult = kTRUE with a certain probability
     22
     23  * mfilter/MFAntiFilter.[h,cc]
     24    - a filter which checks the result of a given filter and returns
     25      the opposite result;
     26      Thomas : could you please add a code which puts the filter whose
     27               result is checked into the task list ?
     28
     29  * mfilter/Makefile
     30            FilterLinkDef.h
     31    - add MFRandomSplit and MFAntiFilter
     32
     33  * manalysis/MCT1FindSupercuts.[h,cc]
     34    - in 'DefineTrainMatrix', 'DefineTestMatrix', and
     35      'DefineTrainTestMatrix()' :
     36      replace call to 'MFEventSelector' by call to 'MFEventSelector2'
     37    - add member function SetUseOrigDistribution(Bool_t b);
     38      if b = kTRUE the events for the training and test samples are
     39      selected randomnly from the input file
     40
     41
     42
    643 2003/11/27: Abelardo Moralejo
    744
     
    1148       where the parameter containers for each telescope are tagged
    1249       with a ';' followed by the telescope number.
     50
    1351
    1452 2003/11/26: Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.