Changeset 7493 for trunk/MagicSoft


Ignore:
Timestamp:
02/10/06 11:59:49 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7491 r7493  
    4242     - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
    4343       TMath::NInt
     44
     45   * mjobs/MDataSet.h:
     46     - implemented new functions to check whether the dataset contains
     47       a dedicated sequence
     48
     49   * datacenter/macros/plotdb.C:
     50     - implemented the possibility to draw sequences of a dataset in
     51       several colors
    4452
    4553
  • trunk/MagicSoft/Mars/NEWS

    r7491 r7493  
    3939   - general: MAstroCatalog now allows rotating of the sky-grid and stars
    4040     by 90, 180 and 270 deg.
     41
     42   - general: the macro plotdb.C now allows to highlight sequences belonging
     43     to a datset. For more details see the descritions in the macro.
    4144
    4245   - StatusDisplay: Fixed the algorithm to calculate the size ratio
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7492 r7493  
    5050// Make sure, that database and password are corretly set in a resource
    5151// file called sql.rc and the resource file is found.
     52//
     53// To draw sequences belonging to a DataSet in colors for highliting
     54// change the defintition of "MDataSet ds;" in the code to something
     55// like "MDataSet ds("dataset.txt");" to load your favourite dataset.
    5256//
    5357/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.