Ignore:
Timestamp:
08/25/07 16:30:26 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8704 r8709  
    2020
    2121
     22 2007/08/25 Thomas Bretz
     23
     24   * sponde.cc:
     25     - check for write permissionbefore job is started
     26
     27   * sponde.rc, sponde_onoff.rc:
     28     - cosmetics to comment
     29
     30   * macros/train/traindisp.C:
     31     - better order of comments
     32
     33   * manalysis/MParameterCalc.[h,cc]:
     34     - print name of output container
     35     - allow setting name of output container from resource file
     36
     37   * mbase/MStatusDisplay.cc:
     38     - added sanity check for batch mode in SetProgressBarPosition
     39
     40   * mfbase/MFDataPhrase.[h,cc]:
     41     - initialize new data member fDefault in constructors
     42     - increased class version number by one
     43
     44   * mhbase/MH.cc:
     45     - do not divide by zero in SetBinomialErrors
     46
     47   * mhbase/MH3.[h,cc]:
     48     - automatically set more log labels and suppress exponent
     49
     50   * mhbase/MHn.cc:
     51     - set margin between new tabs in Divide to a small value
     52
     53   * mhflux/MHCollectionArea.cc:
     54     - new default energy binning based on the typical simulation range
     55
     56   * mhflux/MHEnergyEst.cc:
     57     - new default energy binning based on the typical simulation range
     58     - set the impact binning to one bis as a default for speed
     59       reasons. It is normally not used at all
     60     - added two blue lines at the zero-bias level for convinience
     61
     62   * mhflux/MMcSpectrumWeight.cc:
     63     - small cosmetics to Print-output
     64
     65   * mjobs/MJCut.cc:
     66     - renamed the instances of the Calc* tasks
     67     - store all three taskenvs
     68
     69   * mjobs/MJSpectrum.[h,cc]:
     70     - handle a CalcDisp-task gotten from ganymed properly
     71     - do not reexecute CalcHaronness for data
     72     - renamed the instances of the Calc* tasks
     73
     74   * msql/MSQLMagic.cc, msql/MSQLServer.cc:
     75     - delete created TSQLRow. They are not deleted automatically
     76
     77
     78
    2279 2007/08/24 Thomas Bretz
    2380
     
    59116     - it turned out that we use 1/2 and not 0/1 as expected
    60117
    61 
     118   * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
     119     - updated some comments
     120     - added new CutT
     121
     122   * sponde.rc, sponde_onoff.rc:
     123     - updated with thousands of comments
     124     - adapted to new sponde respources
     125     - added examples for missing resources
     126     - added a new energy estimation formula which can be used instead
     127       of using the random forest
     128
     129   * macros/optim/optimonoff.C, macros/optim/optimwobble.C:
     130     - updated with the latest cuts and some comments
     131
     132   * macros/train/traindisp.C:
     133     - updated with the latest knowledge and cuts
     134     - updated with more examples
     135
     136   * mfbase/MFDataPhrase.[h,cc]:
     137     - added a default value which can be used if no phrase is setup
     138     - allow to use a constrcutor without phrase but name and title
     139
     140   * mjobs/MJCut.cc:
     141     - removed SetAllowEmpty from CutT
     142     - initialize CutT with no phrase instead of an empty one
     143
     144   * mjobs/MJSpectrum.h:
     145     - removed obsolete function definition for IntermediateLoop
     146
     147   * mranforest/MRanForestCalc.cc:
     148     - if weights are used output the sum of the weights for control
     149       purpose
     150
     151   * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
     152     datacenter/macros/plotrundb.C:
     153     - delete TSQLRow if allocated
    62154
    63155
     
    182274   * datacenter/scripts/runcallisto
    183275     - modified staging of files
    184    
     276
    185277   * datacenter/scripts/runstar
    186278     - corrected server and added logfile entry for staging of files
Note: See TracChangeset for help on using the changeset viewer.