Changeset 8733 for trunk/MagicSoft


Ignore:
Timestamp:
09/03/07 19:28:09 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8732 r8733  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2007/09/03 Thomas Bretz
     21
     22   * RELEASE 2.0
     23
     24
     25
    2026 2007/09/03 Thomas Bretz
    2127
  • trunk/MagicSoft/Mars/Makefile.conf.general

    r8511 r8733  
    1717#   export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
    1818#
    19 DEFINES  = -DMARSVER=\"\<cvs\>\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)
     19DEFINES  = -DMARSVER=\"2.0\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)
    2020
    2121CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
  • trunk/MagicSoft/Mars/NEWS

    r8724 r8733  
    313313     the information is lost.
    314314
     315   - sponde: added a new tab "Disp". It shows the residual of the disp
     316     (Disp-Dist) versus several parameters and it is meant to judge the
     317     quality of the disp estimator. In the ideal case the residual is zero
     318     and doesn't depend on any variable. The tab is displayed after
     319     CutQ and Cut0.
     320
    315321   - sponde: added a new tab "Energy". It shows the residual of the
    316322     energy (lg(estimated energy)-lg(monte carlo energy)) versus
    317323     several parameters and it is meant to judge the quality of the
    318324     energy estimator. In the ideal case the residual is zero
    319      and doesn't depend in the variable. In reality even a good estimator
    320      can show residuals versus Monte Carlo energy.
     325     and doesn't depend on any variable. In reality even a good estimator
     326     can show residuals versus Monte Carlo energy. The tab is displayed
     327     after all cuts.
    321328
    322329   - sponde: added a new tab "EventDist" showing the unweighted real
Note: See TracChangeset for help on using the changeset viewer.