Changeset 8932 for trunk


Ignore:
Timestamp:
06/09/08 22:56:22 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8930 r8932  
    2222 2008/06/09 Thomas Bretz
    2323
    24   * mbase/MArgs.[h,cc]:
    25     - for convinience store the full command line as Title
    26     - replaced *fArgv by fArgv
    27 
    28   * mbase/MObjLookup.cc:
    29     - replaced C-style cast by reinterpret_cast
     24   * mbase/MArgs.[h,cc]:
     25     - for convinience store the full command line as Title
     26     - replaced *fArgv by fArgv
     27
     28   * mbase/MObjLookup.cc:
     29     - replaced C-style cast by reinterpret_cast
     30
     31   * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
     32     - removed usage of Nint (obsolete... Form does rounding)
     33
     34   * datacenter/macros/fillsignal.C:
     35     - removed usage of Nint (obsolete... Form does rounding)
     36     - added new columns to get trigger rates from TrigPat tab
     37     - fixed some small bugs lately introduced
     38
     39   * mhflux/MHEffectiveOnTime.cc:
     40     - fixed a typo in ReInit
    3041
    3142
  • trunk/MagicSoft/Mars/NEWS

    r8913 r8932  
    22
    33== <cvs> ==
     4
     5 ;Database
     6
     7   * introduced average temperature and wind speed from star-files
     8
     9   * introduced the ratio of accepted calibration events in the
     10     calibration run
     11
     12   * introduced the average rates of the different trigger pattern,
     13     e.g. the rate of pedestal and calibration events, from the signal-file
    414
    515 ;general
     
    99109    * Added a new command line option --dev-null to suppress output of
    100110      I-files (this is useful for test cases)
     111
     112    * Tab "Rate" added showing the distribution of the trigger pattern
     113      (should only be Trig (Lvl1/Lvl2) and Sum (Sum only)) as found in
     114      the Y-files (normalized with the run length)
     115
     116    * The effective on-time calculation doesn't use events with only
     117      sum-trigger anymore
    101118
    102119 ;ganymed/sponde
  • trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc

    r8929 r8932  
    484484{
    485485    MRawRunHeader *header = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
    486     if (header)
     486    if (!header)
    487487    {
    488488        *fLog << err << "MRawRunHeader not found... aborting." << endl;
Note: See TracChangeset for help on using the changeset viewer.