Changeset 7651 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/22/06 16:11:57 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7649 r7651  
    2727     - show also the integrated number of excess events in the
    2828       plot versus energy/size and show the correct error.
     29
     30   * mtools/MJSpectrum.cc:
     31     - added accelerator for executing the tasklist as in MJCut
     32
     33   * macros/train/trainseparation.C:
     34     - fixed a typo
     35
     36   * mjtrain/MJTrainSeparation.h:
     37     - added missing initialization of fAutoTrain
    2938
    3039
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h

    r7539 r7651  
    3434public:
    3535    MJTrainSeparation() :
    36         fNumTrainOn((UInt_t)-1), fNumTrainOff((UInt_t)-1), fNumTestOn((UInt_t)-1), fNumTestOff((UInt_t)-1)
     36        fNumTrainOn((UInt_t)-1), fNumTrainOff((UInt_t)-1),
     37        fNumTestOn((UInt_t)-1), fNumTestOff((UInt_t)-1),
     38        fAutoTrain(kFALSE)
    3739    { }
    3840
Note: See TracChangeset for help on using the changeset viewer.