Ignore:
Timestamp:
12/14/07 09:59:26 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r8787 r8788  
    33== <cvs> ==
    44
    5 ;general
    6 * fixed GroupBy options in plot*.C macros
    7 * only display KVA points (not the Tuorla points) in plotoptical.C
    8 * all programs now allow to add resources to the ones from the resource
    9 file or overwrite them from the command line. This can be done like this
    10 ::ganymed --config=ganymed.rc --rc=Cut1.Param1:0.25 --rc=Cut1.Param3:5.5
    11 :if something seems to be wrong you can debug what the program is doing
    12 using the option --debug-env=3
    13 * increased the diversity of debug levels. That also means that with -v3
    14 you get now less output, i.e. only the output which is important for
    15 an analysis. To get more output which helps for debugging try 4, 5 and 6.
    16 * fixed a problem in the task synchronizing the reading of the reports
    17 and the data stream. The effect was that in some circumstances the last
    18 events of some trees could have been skipped. Since this is only a
    19 very tiny part of the data no severe effect to your analysis results
    20 is expected.
    21 * Dataset file now allow to include the sequence file directly within
    22 the dataset file and also allow to exclude single runs from the dataset.
    23 (for more details see Class reference of MDataSet)
    24 * Sequence files now allow for excluding runs from the analysis
    25 (for more details see Class reference of MSequence)
    26 * added code to process the sum-trigger flag
    27 
    28 ;callisto
    29 * in the pedestal processing now at least 50 processed events are
    30 required for succeeding.
    31 
    32 ;ganymed/sponde
    33 * Now data points are even shown correctly if they have error bars larger
    34 than one sigma. Points with null or negative significances are omitted.
    35 
    36 ;sponde
    37 *fixed resource files ('''Spectrum''' instead of '''MJSpectrum''')
     5 ;general
     6
     7   * fixed GroupBy options in plot*.C macros
     8
     9   * only display KVA points (not the Tuorla points) in plotoptical.C
     10
     11   * all programs now allow to add resources to the ones from the resource
     12     file or overwrite them from the command line. This can be done like this
     13          ganymed --config=ganymed.rc --rc=Cut1.Param1:0.25 --rc=Cut1.Param3:5.5
     14     if something seems to be wrong you can debug what the program is doing
     15     using the option --debug-env=3
     16
     17   * increased the diversity of debug levels. That also means that with -v3
     18     you get now less output, i.e. only the output which is important for
     19     an analysis. To get more output which helps for debugging try 4, 5 and 6.
     20
     21   * fixed a problem in the task synchronizing the reading of the reports
     22     and the data stream. The effect was that in some circumstances the last
     23     events of some trees could have been skipped. Since this is only a
     24     very tiny part of the data no severe effect to your analysis results
     25     is expected.
     26
     27   * Dataset file now allow to include the sequence file directly within
     28     the dataset file and also allow to exclude single runs from the dataset.
     29     (for more details see Class reference of MDataSet)
     30 
     31   * Sequence files now allow for excluding runs from the analysis
     32     (for more details see Class reference of MSequence)
     33
     34   * added code to process the sum-trigger flag
     35
     36 ;callisto
     37
     38    * in the pedestal processing now at least 50 processed events are
     39      required for succeeding.
     40
     41    * the signal and calib files now contain also the sequence information
     42
     43    * the two MPedestalCam in the calib file now have proper names
     44      to distinguish them from each other (MPedestalCam, MPedestalExtracted)
     45
     46    * Both pedestal cams now conatain the number of events processed
     47
     48 ;star
     49
     50    * the star file now contains also the sequence information
     51
     52 ;ganymed/sponde
     53
     54    * Now data points are even shown correctly if they have error bars larger
     55      than one sigma. Points with null or negative significances are omitted.
     56
     57 ;sponde
     58
     59    * fixed resource files ('''Spectrum''' instead of '''MJSpectrum''')
     60
    3861
    3962
Note: See TracChangeset for help on using the changeset viewer.